Skip to content

Commit c85a5b8

Browse files
authored
async-signature v0.4.0 (#1393)
1 parent 6e7ee07 commit c85a5b8

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
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.

async-signature/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,17 @@ 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)
7+
## 0.4.0 (2023-11-12)
8+
### Changed
9+
- MSRV 1.60 ([#1387])
10+
11+
### Removed
12+
- Mandatory `Send` + `Sync` bounds ([#1375])
13+
14+
[#1375]: https://github.com/RustCrypto/traits/pull/1375
15+
[#1387]: https://github.com/RustCrypto/traits/pull/1387
16+
17+
## 0.3.0 (2023-01-15)
818
### Changed
919
- Bump `signature` to v2 ([#1141], [#1211])
1020

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

0 commit comments

Comments
 (0)