Skip to content

Commit

Permalink
async-signature v0.4.0 (#1393)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Nov 12, 2023
1 parent 6e7ee07 commit c85a5b8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 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.

12 changes: 11 additions & 1 deletion async-signature/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@ 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.3.0 (2022-01-15)
## 0.4.0 (2023-11-12)
### Changed
- MSRV 1.60 ([#1387])

### Removed
- Mandatory `Send` + `Sync` bounds ([#1375])

[#1375]: https://github.com/RustCrypto/traits/pull/1375
[#1387]: https://github.com/RustCrypto/traits/pull/1387

## 0.3.0 (2023-01-15)
### Changed
- Bump `signature` to v2 ([#1141], [#1211])

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.4.0-pre"
version = "0.4.0"
authors = ["RustCrypto Developers"]
license = "Apache-2.0 OR MIT"
documentation = "https://docs.rs/async-signature"
Expand Down

0 comments on commit c85a5b8

Please sign in to comment.