From f7d87059da2417fa778b5fa7ce7065e71422e84c Mon Sep 17 00:00:00 2001 From: Marvin Vogt Date: Tue, 29 Oct 2024 00:07:58 +0100 Subject: [PATCH] Bump version to v0.4.1 (#141) --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 753f444..a208313 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.1] - 2024-10-29 + ### Security - Update yanked [futures-rs](https://github.com/rust-lang/futures-rs) version containing use after free. @@ -58,7 +60,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - aarch64 builds. -[unreleased]: https://github.com/SRv6d/hanko/compare/v0.4.0...HEAD +[unreleased]: https://github.com/SRv6d/hanko/compare/v0.4.1...HEAD +[0.4.1]: https://github.com/SRv6d/hanko/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/SRv6d/hanko/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/SRv6d/hanko/compare/v0.2.1...v0.3.0 [0.2.1]: https://github.com/SRv6d/hanko/compare/v0.2.0...v0.2.1 diff --git a/Cargo.lock b/Cargo.lock index 4a7da30..e07a0b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1275,7 +1275,7 @@ dependencies = [ [[package]] name = "hanko" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 9f3ab3d..b88743c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hanko" description = "Keeps your allowed signers file up to date with signing keys configured on platforms like GitHub and GitLab." -version = "0.4.0" +version = "0.4.1" keywords = ["git", "ssh", "security", "encryption"] categories = [ "authentication",