diff --git a/CHANGELOG.md b/CHANGELOG.md index fa7c789..67305ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.0.0](https://git.kemitix.net/kemitix/kxio/compare/v4.0.1...v5.0.0) - 2024-12-29 + +### Added + +- *(net)* add tracing to matching each criteria for mock request + +### Fixed + +- *(net)* [**breaking**] remove Drop assertions for any unused plans + +### Other + +- *(print)* add details to readme and an example + ## [4.0.1](https://git.kemitix.net/kemitix/kxio/compare/v4.0.0...v4.0.1) - 2024-12-25 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 2c541a2..0cde7b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kxio" -version = "4.0.1" +version = "5.0.0" edition = "2021" authors = ["Paul Campbell "] description = "Provides injectable Filesystem and Network resources to make code more testable"