Skip to content

Commit

Permalink
Merge pull request #98 from RustCrypto/signature_derive/v1.0.0-pre.2
Browse files Browse the repository at this point in the history
signature_derive v1.0.0-pre.2
  • Loading branch information
tarcieri authored Apr 19, 2020
2 parents 1e64454 + a1125ee commit fbbe037
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion signature/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ optional = true
default-features = false

[dependencies.signature_derive]
version = "= 1.0.0-pre.1"
version = "= 1.0.0-pre.2"
optional = true
path = "signature_derive"

Expand Down
8 changes: 7 additions & 1 deletion signature/signature_derive/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ 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.0.0-pre.2 (2020-04-19)
### Changed
- Rename `DigestSignature` => `PrehashSignature` ([#96])

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

## 1.0.0-pre.1 (2020-03-08)
## Added
### Added
- Initial Changelog for `signature_derive`
- Rustdoc ([#79])

Expand Down
2 changes: 1 addition & 1 deletion signature/signature_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "signature_derive"
version = "1.0.0-pre.1"
version = "1.0.0-pre.2"
authors = ["RustCrypto Developers"]
license = "Apache-2.0 OR MIT"
description = "Custom derive support for the 'signature' crate"
Expand Down

0 comments on commit fbbe037

Please sign in to comment.