Skip to content

Commit

Permalink
signature v1.6.1 (#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Sep 12, 2022
1 parent 5d80515 commit 805d432
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
6 changes: 3 additions & 3 deletions 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 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).

## 1.6.0 (2022-08-14)
## 1.6.1 (2022-09-12)
### Added
- `hazmat-preview` feature with `PrehashSigner`/`PrehashVerifier` traits ([#1099])

### Changed
- Bump `signature_derive` to v1.0.0-pre.6 ([#1104])

[#1099]: https://github.com/RustCrypto/traits/pull/1099
[#1104]: https://github.com/RustCrypto/traits/pull/1104

## 1.6.0 (2022-08-14) [YANKED]
### Added
- `Keypair` trait ([#1080])

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

0 comments on commit 805d432

Please sign in to comment.