Skip to content

Commit d090ce4

Browse files
committed
Release 0.2.1
1 parent 75cdf61 commit d090ce4

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[Axum]: https://crates.io/crates/axum
44
[Hyper]: https://crates.io/crates/hyper
5+
[Sham]: https://crates.io/crates/sham
56
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
67
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
78

@@ -11,6 +12,17 @@ The format is based on [Keep a Changelog][], and this project adheres to
1112
[Semantic Versioning][].
1213

1314

15+
## 0.2.1 (12 November 2024)
16+
17+
### Changed
18+
19+
- Implemented `ThisError` for error types
20+
- Implemented [Sham][] for `std_process`
21+
- Implemented [Sham][] for `reqwest`
22+
- Updated lint configuration for Rust 1.82
23+
- Updated crate dependencies
24+
25+
1426
## 0.2.0 (10 September 2024)
1527

1628
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "patchify"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Support for running applications to automatically update themselves"
55
categories = ["config", "filesystem"]
66
keywords = ["auto-update", "library", "updater"]

0 commit comments

Comments
 (0)