Skip to content

Commit 07defb6

Browse files
committed
v0.1.3
1 parent 2a3f64f commit 07defb6

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.1.3 (20.06.2024)
2+
3+
- README improvements
4+
15
## v0.1.2 (21.06.2024)
26

37
- Added ability to provide custom bytes separator via command line argument `--separator`.

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 = "proxy_logger"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["Elijah Samson <elijahobara357@gmail.com>"]
55
description = "Command line interface for proxying TCP connections with payload output into console which can be formatted different ways."
66
keywords = ["network", "tcp", "proxy", "logging", "debugging"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $ proxy_logger --bind-listener-addr 127.0.0.1:20502 --remote-addr 127.0.0.1:2058
3737
Run the following command and wait until the crate is compiled:
3838

3939
```sh
40-
$ cargo install --git https://github.com/obaraelijah/proxy_logger.git --tag v0.1.2 proxy_logger
40+
$ cargo install --git https://github.com/obaraelijah/proxy_logger.git --tag v0.1.3 proxy_logger
4141
```
4242

4343
Also you can remove tag option to install the latest development version.

0 commit comments

Comments
 (0)