diff --git a/CHANGELOG.md b/CHANGELOG.md index ec0363d..ca4eb5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ This file lists the changes that have occurred since January 2024 in the project ## Unreleased +## 0.3 - 2024-09-16 + * Show throughput, latency, and packet loss summaries in plots and with the `test` command * Rename both option to bidirectional * Rename `--latency-peer-server` to `--latency-peer-address` diff --git a/src/crusader-lib/src/lib.rs b/src/crusader-lib/src/lib.rs index 1423fa7..ed26a2b 100644 --- a/src/crusader-lib/src/lib.rs +++ b/src/crusader-lib/src/lib.rs @@ -7,7 +7,7 @@ clippy::option_map_unit_fn )] -const VERSION: &str = "0.2.1-dev"; +const VERSION: &str = "0.3"; pub fn version() -> String { if !VERSION.ends_with("-dev") {