Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danwilliams committed Nov 12, 2024
1 parent 75cdf61 commit d090ce4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit d090ce4

Please sign in to comment.