Skip to content

Commit

Permalink
Bump version to v0.4.1 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
SRv6d authored Oct 28, 2024
1 parent d477683 commit f7d8705
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

0 comments on commit f7d8705

Please sign in to comment.