chore: release v3.2.0
Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust <action@git.kemitix.net>
This commit is contained in:
parent
089a050ac5
commit
c38a6c79c4
2 changed files with 27 additions and 1 deletions
26
CHANGELOG.md
26
CHANGELOG.md
|
@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [3.2.0](https://git.kemitix.net/kemitix/kxio/compare/v3.1.0...v3.2.0) - 2024-12-12
|
||||
|
||||
### Added
|
||||
|
||||
- *(net)* trace log the body of a request
|
||||
- *(net)* don't use panic to signal test should fail
|
||||
- *(print)* add print module
|
||||
- *(net)* add tracing
|
||||
- *(fs)* add tracing
|
||||
- *(net)* add bearer_auth helper to MockNet
|
||||
- *(net)* add basic_auth helper to MockNet
|
||||
- *(net)* add user_agent helper to MockNet
|
||||
- *(net)* mock requests based on query parameters
|
||||
|
||||
### Fixed
|
||||
|
||||
- *(net)* typo in test data
|
||||
- *(example)* don't use relative path - not allowed
|
||||
|
||||
### Other
|
||||
|
||||
- *(deps)* update kemitix/rust action to v2.5.0
|
||||
- *(net)* elide lifetime
|
||||
- ignore any occasional use of rover
|
||||
- *(push-next)* add ability for manual workflow dispatch
|
||||
|
||||
## [3.1.0](https://git.kemitix.net/kemitix/kxio/compare/v3.0.0...v3.1.0) - 2024-11-21
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "kxio"
|
||||
version = "3.1.0"
|
||||
version = "3.2.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