diff --git a/CHANGELOG.md b/CHANGELOG.md index be10e1a..91a6479 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] +## [0.2.3](https://github.com/YuniqueCore/multiio/compare/v0.2.2...v0.2.3) - 2025-12-16 + +### Fixed + +- sync version snippets and features table on release + ## [0.2.2](https://github.com/YuniqueCore/multiio/compare/v0.2.1...v0.2.2) - 2025-12-16 ### Added diff --git a/Cargo.lock b/Cargo.lock index 8d28b48..6c7b1ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -457,7 +457,7 @@ dependencies = [ [[package]] name = "multiio" -version = "0.2.2" +version = "0.2.3" dependencies = [ "async-trait", "criterion", diff --git a/Cargo.toml b/Cargo.toml index e4e6215..c73877e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "multiio" authors = ["unic "] -version = "0.2.2" +version = "0.2.3" edition = "2024" rust-version = "1.86" description = "A unified I/O orchestration library for CLI/server applications"