From 5e51b59fbc5818e28c35e77fda5c0d69f2e9d4aa Mon Sep 17 00:00:00 2001 From: "ForgeJo Action. See: https://git.kemitix.net/kemitix/rust" Date: Sat, 28 Dec 2024 18:07:20 +0000 Subject: [PATCH] chore: release v4.1.0 Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa7c789..8d40bf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.1.0](https://git.kemitix.net/kemitix/kxio/compare/v4.0.1...v4.1.0) - 2024-12-28 + +### Added + +- *(net)* add tracing to matching each criteria for mock request + ## [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..8309e34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kxio" -version = "4.0.1" +version = "4.1.0" edition = "2021" authors = ["Paul Campbell "] description = "Provides injectable Filesystem and Network resources to make code more testable"