chore: release v4.0.0
All checks were successful
Test / build (map[name:stable]) (pull_request) Successful in 5m54s
Test / build (map[name:nightly]) (pull_request) Successful in 8m54s
Release Please / Release-plz (push) Successful in 1m6s
Test / build (map[name:nightly]) (push) Successful in 4m44s
Test / build (map[name:stable]) (push) Successful in 6m8s
All checks were successful
Test / build (map[name:stable]) (pull_request) Successful in 5m54s
Test / build (map[name:nightly]) (pull_request) Successful in 8m54s
Release Please / Release-plz (push) Successful in 1m6s
Test / build (map[name:nightly]) (push) Successful in 4m44s
Test / build (map[name:stable]) (push) Successful in 6m8s
Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust <action@git.kemitix.net>
This commit is contained in:
parent
781f9e8043
commit
d3eb51ab73
2 changed files with 7 additions and 1 deletions
|
@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [4.0.0](https://git.kemitix.net/kemitix/kxio/compare/v3.2.0...v4.0.0) - 2024-12-15
|
||||
|
||||
### Added
|
||||
|
||||
- *(fs)* [**breaking**] Reader now supports non-utf8 files
|
||||
|
||||
## [3.2.0](https://git.kemitix.net/kemitix/kxio/compare/v3.1.0...v3.2.0) - 2024-12-12
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "kxio"
|
||||
version = "3.2.0"
|
||||
version = "4.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