Skip to content
Snippets Groups Projects
Commit 69aafdb7 authored by Éloïs's avatar Éloïs
Browse files

v0.14.0

parent 8516ddde
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] - ReleaseDate ## [Unreleased] - ReleaseDate
## [0.14.0] - 2020-04-02
### Fixed ### Fixed
- keys: ed25519 public key methods (as_ref, try_from, to_bytes_vector) must be consistent with bincode serialization/deserialization - 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 ...@@ -70,7 +72,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Initial version. Initial version.
<!-- next-url --> <!-- 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.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.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 [0.12.0]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.11.1...v0.12.0
......
...@@ -334,7 +334,7 @@ dependencies = [ ...@@ -334,7 +334,7 @@ dependencies = [
[[package]] [[package]]
name = "dup-crypto" name = "dup-crypto"
version = "0.13.0" version = "0.14.0"
dependencies = [ dependencies = [
"aes", "aes",
"arrayvec", "arrayvec",
......
[package] [package]
name = "dup-crypto" name = "dup-crypto"
version = "0.13.0" version = "0.14.0"
authors = ["elois <c@elo.tf>"] authors = ["elois <c@elo.tf>"]
description = "Manage cryptographic operations for DUniter Protocols and the Duniter eco-system most broadly." description = "Manage cryptographic operations for DUniter Protocols and the Duniter eco-system most broadly."
repository = "https://git.duniter.org/libs/dup-crypto-rs" repository = "https://git.duniter.org/libs/dup-crypto-rs"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment