chore: release v3.2.0
All checks were successful
Release Please / Release-plz (push) Successful in 1m9s
Test / build (map[name:nightly]) (push) Successful in 4m18s
Test / build (map[name:stable]) (push) Successful in 5m51s

Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust <action@git.kemitix.net>
This commit is contained in:
ForgeJo Action. See: https://git.kemitix.net/kemitix/rust 2024-12-12 15:31:24 +00:00
parent 089a050ac5
commit c38a6c79c4
2 changed files with 27 additions and 1 deletions

View file

@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [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 ## [3.1.0](https://git.kemitix.net/kemitix/kxio/compare/v3.0.0...v3.1.0) - 2024-11-21
### Added ### Added

View file

@ -1,6 +1,6 @@
[package] [package]
name = "kxio" name = "kxio"
version = "3.1.0" version = "3.2.0"
edition = "2021" edition = "2021"
authors = ["Paul Campbell <pcampbell@kemitix.net>"] authors = ["Paul Campbell <pcampbell@kemitix.net>"]
description = "Provides injectable Filesystem and Network resources to make code more testable" description = "Provides injectable Filesystem and Network resources to make code more testable"