diff --git a/CHANGELOG.md b/CHANGELOG.md index 7051872..f64dc94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.23.1] - 2026-04-19 + +* extend `ProcessStatistics` struct with some traits & helper functions +* support new cargo error text in rust 1.95 for `MissingDependencies` error + ## [0.23.0] - 2026-04-07 * upgrade dependencies: `getrandom`, `rand` diff --git a/Cargo.toml b/Cargo.toml index 6481242..7029c4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustwide" -version = "0.23.0" +version = "0.23.1" edition = "2024" build = "build.rs" rust-version = "1.89"