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

(cargo-release) version 0.12.0

parent a71a1e55
Branches
Tags v0.12.0
No related merge requests found
......@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] - ReleaseDate
## [0.12.0] - 2020-03-02
### Fixed
- base58: handle leading zeros
......@@ -52,7 +54,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.11.1...HEAD
[Unreleased]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.12.0...HEAD
[0.12.0]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.11.1...v0.12.0
[0.11.1]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.11.0...v0.11.1
[0.11.0]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.10.0...v0.11.0
[0.10.0]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.9.1...v0.10.0
......
......@@ -321,7 +321,7 @@ dependencies = [
[[package]]
name = "dup-crypto"
version = "0.11.1"
version = "0.12.0"
dependencies = [
"aes",
"arrayvec",
......
[package]
name = "dup-crypto"
version = "0.11.1"
version = "0.12.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.
Please register or to comment