diff --git a/CHANGELOG.md b/CHANGELOG.md index 891cc6dbe8ed0b088eefb221b8cb13ceaf2db726..1aa9c9de451c1db35aad4626c9d0ebdab75d8e5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.14.0] - 2020-04-02 + ### Fixed - keys: ed25519 public key methods (as_ref, try_from, to_bytes_vector) must be consistent with bincode serialization/deserialization @@ -70,7 +72,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial version. <!-- next-url --> -[Unreleased]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.13.0...HEAD +[Unreleased]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.14.0...HEAD +[0.14.0]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.13.0...v0.14.0 [0.13.0]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.12.1...v0.13.0 [0.12.1]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.12.0...v0.12.1 [0.12.0]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.11.1...v0.12.0 diff --git a/Cargo.lock b/Cargo.lock index 52a0be76f3087d7891868b5a1142c70058af2d97..a11ec5cf8062b0860da4a9e36d75de9e52ef3cde 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -334,7 +334,7 @@ dependencies = [ [[package]] name = "dup-crypto" -version = "0.13.0" +version = "0.14.0" dependencies = [ "aes", "arrayvec", diff --git a/Cargo.toml b/Cargo.toml index 8cbf95ba7048ad63590d2183fb4edb0ff7effe3f..9d7135cc78e0f83360911b0ece0f8242e461241d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dup-crypto" -version = "0.13.0" +version = "0.14.0" authors = ["elois <c@elo.tf>"] description = "Manage cryptographic operations for DUniter Protocols and the Duniter eco-system most broadly." repository = "https://git.duniter.org/libs/dup-crypto-rs"