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

v0.12.1

parent 58b2ff70
No related branches found
No related tags found
No related merge requests found
Pipeline #8311 canceled
......@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] - ReleaseDate
## [0.12.1] - 2020-03-03
### Fixed
- base58: handle base58 string with too many leading zeros (Especially the string `11111111111111111111111111111111111111111111`).
......@@ -58,7 +60,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.12.0...HEAD
[Unreleased]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.12.1...HEAD
[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.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
......
......@@ -321,7 +321,7 @@ dependencies = [
[[package]]
name = "dup-crypto"
version = "0.12.0"
version = "0.12.1"
dependencies = [
"aes",
"arrayvec",
......
[package]
name = "dup-crypto"
version = "0.12.0"
version = "0.12.1"
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