Skip to content

Commit

Permalink
async-signature v0.5.0 (#1449)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Jan 3, 2024
1 parent 0c0c3ef commit 3dc7c13
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
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.

14 changes: 14 additions & 0 deletions async-signature/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.5.0 (2024-01-02)
### Added
- Debug impls ([#1407])

### Changed
- Move to AFIT; MSRV 1.75 ([#1428])

### Removed
- `'static` bounds ([#1430])

[#1407]: https://github.com/RustCrypto/traits/pull/1407
[#1428]: https://github.com/RustCrypto/traits/pull/1428
[#1430]: https://github.com/RustCrypto/traits/pull/1430

## 0.4.0 (2023-11-12)
### Changed
- MSRV 1.60 ([#1387])
Expand Down
2 changes: 1 addition & 1 deletion async-signature/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "async-signature"
description = "Traits for cryptographic signature algorithms (e.g. ECDSA, Ed25519)"
version = "0.5.0-pre.0"
version = "0.5.0"
authors = ["RustCrypto Developers"]
license = "Apache-2.0 OR MIT"
documentation = "https://docs.rs/async-signature"
Expand Down

0 comments on commit 3dc7c13

Please sign in to comment.