From 7170b26084b98a8e6c0b5b6c067fda192a9c698e Mon Sep 17 00:00:00 2001 From: "ForgeJo Action. See: https://git.kemitix.net/kemitix/rust" Date: Sun, 29 Dec 2024 19:45:18 +0000 Subject: [PATCH] chore: release v4.1.0 Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa7c789..8073e86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ 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 + ## [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"