chore: release v5.0.0
All checks were successful
Test / build (map[name:nightly]) (pull_request) Successful in 7m47s
Test / build (map[name:stable]) (pull_request) Successful in 8m7s
Test / build (map[name:nightly]) (push) Successful in 7m42s
Test / build (map[name:stable]) (push) Successful in 8m43s
Release Please / Release-plz (push) Successful in 6m17s
All checks were successful
Test / build (map[name:nightly]) (pull_request) Successful in 7m47s
Test / build (map[name:stable]) (pull_request) Successful in 8m7s
Test / build (map[name:nightly]) (push) Successful in 7m42s
Test / build (map[name:stable]) (push) Successful in 8m43s
Release Please / Release-plz (push) Successful in 6m17s
Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust <action@git.kemitix.net>
This commit is contained in:
parent
3f4e9fdc92
commit
2f646c4131
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
14
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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "kxio"
|
||||
version = "4.0.1"
|
||||
version = "5.0.0"
|
||||
edition = "2021"
|
||||
authors = ["Paul Campbell <pcampbell@kemitix.net>"]
|
||||
description = "Provides injectable Filesystem and Network resources to make code more testable"
|
||||
|
|
Loading…
Reference in a new issue