Skip to content

Commit e791364

Browse files
authored
async-signature v0.3.0 (#1212)
1 parent 115d231 commit e791364

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

signature/async/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.3.0 (2022-01-15)
8+
### Changed
9+
- Bump `signature` to v2 ([#1141], [#1211])
10+
11+
### Removed
12+
- `AsyncKeypair` is no longer needed due to `signature` v2 bounds changes ([#1141])
13+
14+
[#1141]: https://github.com/RustCrypto/traits/pull/1141
15+
[#1211]: https://github.com/RustCrypto/traits/pull/1211
16+
717
## 0.2.1 (2022-09-15)
818
### Changed
919
- Relax `AsyncKeypair` bounds ([#1107])

signature/async/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "async-signature"
33
description = "Traits for cryptographic signature algorithms (e.g. ECDSA, Ed25519)"
4-
version = "0.3.0-pre"
4+
version = "0.3.0"
55
authors = ["RustCrypto Developers"]
66
license = "Apache-2.0 OR MIT"
77
documentation = "https://docs.rs/async-signature"

0 commit comments

Comments
 (0)