diff options
| -rw-r--r-- | CHANGELOG | 3 | ||||
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,6 @@ +DPIBreak v0.2.1 + - Fix default log level to `warn` in release builds. (v0.2.0 silently changed it). + - Fix unused import warnings in release builds. DPIBreak v0.2.0 - Add option `--fake-badsum` to inject packets with incorrect TCP checksums. - Deprecate `--loglevel` in favor of `--log-level`. @@ -103,7 +103,7 @@ dependencies = [ [[package]] name = "dpibreak" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "ctrlc", @@ -17,7 +17,7 @@ [package] name = "dpibreak" -version = "0.2.0" +version = "0.2.1" authors = ["Dilluti0n <[email protected]>"] edition = "2024" build = "build.rs" |
