Skip to content

Commit

Permalink
signature v2.2.0 (#1397)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Nov 12, 2023
1 parent 7716a99 commit be7598f
Show file tree
Hide file tree
Showing 3 changed files with 12 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.

10 changes: 10 additions & 0 deletions signature/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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).

## 2.2.0 (2023-11-12)
### Changed
- MSRV 1.60 ([#1387])

### Fixed
- No longer vendoring async/derive crates unintentionally ([#1391])

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

## 2.1.0 (2023-04-01)
### Added
- `SignatureEncoding::encoded_len` ([#1283])
Expand Down
2 changes: 1 addition & 1 deletion signature/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "signature"
description = "Traits for cryptographic signature algorithms (e.g. ECDSA, Ed25519)"
version = "2.2.0-pre"
version = "2.2.0"
authors = ["RustCrypto Developers"]
license = "Apache-2.0 OR MIT"
documentation = "https://docs.rs/signature"
Expand Down

0 comments on commit be7598f

Please sign in to comment.