Skip to content

Commit abc5f91

Browse files
committed
Release 0.2.0
1 parent 4ce653f commit abc5f91

3 files changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
[Axum]: https://crates.io/crates/axum
4+
[Hyper]: https://crates.io/crates/hyper
35
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
46
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
57

@@ -9,6 +11,24 @@ The format is based on [Keep a Changelog][], and this project adheres to
911
[Semantic Versioning][].
1012

1113

14+
## 0.2.0 (10 September 2024)
15+
16+
### Added
17+
18+
- Added MSRV (Minimum Supported Rust Version) in `Cargo.toml`, set to 1.81.0
19+
20+
### Changed
21+
22+
- Upgraded to [Axum][] 0.7 and [Hyper][] 1.0
23+
- Changed use of `once_cell::Lazy` to `LazyLock` and removed `once_cell`
24+
dependency
25+
- Updated lint configuration for Rust 1.80
26+
- Updated lint configuration for Rust 1.81
27+
- Updated crate dependencies
28+
- Linted tests
29+
- Moved linting configuration to `Cargo.toml`
30+
31+
1232
## 0.1.1 (02 April 2024)
1333

1434
### Changed

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.1.1"
3+
version = "0.2.0"
44
description = "Support for running applications to automatically update themselves"
55
categories = ["config", "filesystem"]
66
keywords = ["auto-update", "library", "updater"]

ROADMAP.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@
8383

8484
## Version 0.2.0
8585

86+
- Maintenance release
87+
88+
89+
## Version 0.3.0
90+
8691
### Server
8792

8893
- [ ] **Tracking**

0 commit comments

Comments
 (0)