diff --git a/CHANGELOG.md b/CHANGELOG.md index 35f51c9..662ad90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.22.1] - 2026-01-15 + * make `Crate::copy_source_to` public. -## [0.22.0] - 2026-04-01 +## [0.22.0] - 2026-01-04 * **BREAKING**: replace lazy_static with LazyLock, add MSRV to what is in the code * upgrade dependencies: `attohttpc`, `toml`, `remove_dir_all`, `getrandom`, diff --git a/Cargo.toml b/Cargo.toml index 7fc091b..4f2cc83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustwide" -version = "0.22.0" +version = "0.22.1" edition = "2024" build = "build.rs" rust-version = "1.89"