Skip to content

Commit 49c5627

Browse files
committed
v0.1.2
1 parent 3112e26 commit 49c5627

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## v0.1.2 (08.10.2023)
2+
13
- Added ability to provide custom bytes separator via command line argument `--separator`.
24
- Added ability to provide custom timestamp precision of console payload output via command line argument `--precision`.
35
- Removed redundant module path and target from console output.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "logged_tcp_proxy"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
authors = ["Alexandr Garbuzov <[email protected]>"]
66
description = "Command line interface for proxying TCP connections with payload output into console which can be formatted different ways."

0 commit comments

Comments
 (0)