diff --git a/CHANGELOG.md b/CHANGELOG.md index c96782d..396863d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ [Axum]: https://crates.io/crates/axum [Hyper]: https://crates.io/crates/hyper +[Sham]: https://crates.io/crates/sham [Keep a Changelog]: https://keepachangelog.com/en/1.0.0/ [Semantic Versioning]: https://semver.org/spec/v2.0.0.html @@ -11,6 +12,17 @@ The format is based on [Keep a Changelog][], and this project adheres to [Semantic Versioning][]. +## 0.2.1 (12 November 2024) + +### Changed + + - Implemented `ThisError` for error types + - Implemented [Sham][] for `std_process` + - Implemented [Sham][] for `reqwest` + - Updated lint configuration for Rust 1.82 + - Updated crate dependencies + + ## 0.2.0 (10 September 2024) ### Added diff --git a/Cargo.toml b/Cargo.toml index dc931cd..dc9f602 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "patchify" -version = "0.2.0" +version = "0.2.1" description = "Support for running applications to automatically update themselves" categories = ["config", "filesystem"] keywords = ["auto-update", "library", "updater"]