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

v0.15.0

parent e7247de6
Branches dev
No related tags found
No related merge requests found
Pipeline #8591 failed
......@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] - ReleaseDate
## [0.15.0] - 2020-04-03
### Added
- Scrypt KDF can be optional
......@@ -76,7 +78,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.14.0...HEAD
[Unreleased]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.15.0...HEAD
[0.15.0]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.14.0...v0.15.0
[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
......
......@@ -334,7 +334,7 @@ dependencies = [
[[package]]
name = "dup-crypto"
version = "0.14.0"
version = "0.15.0"
dependencies = [
"aes",
"arrayvec",
......
[package]
name = "dup-crypto"
version = "0.14.0"
version = "0.15.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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment