Skip to content

Commit be7598f

Browse files
authored
signature v2.2.0 (#1397)
1 parent 7716a99 commit be7598f

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/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+
## 2.2.0 (2023-11-12)
8+
### Changed
9+
- MSRV 1.60 ([#1387])
10+
11+
### Fixed
12+
- No longer vendoring async/derive crates unintentionally ([#1391])
13+
14+
[#1387]: https://github.com/RustCrypto/traits/pull/1387
15+
[#1391]: https://github.com/RustCrypto/traits/pull/1391
16+
717
## 2.1.0 (2023-04-01)
818
### Added
919
- `SignatureEncoding::encoded_len` ([#1283])

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 = "signature"
33
description = "Traits for cryptographic signature algorithms (e.g. ECDSA, Ed25519)"
4-
version = "2.2.0-pre"
4+
version = "2.2.0"
55
authors = ["RustCrypto Developers"]
66
license = "Apache-2.0 OR MIT"
77
documentation = "https://docs.rs/signature"

0 commit comments

Comments
 (0)