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

(cargo-release) version 0.11.1

parent 1a6bc8fe
Branches
Tags
No related merge requests found
Pipeline #8240 passed
...@@ -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.11.1] - 2020-03-01
### Fixed ### Fixed
- ed25519: public key don't have min size. empty public key must be supported. - ed25519: public key don't have min size. empty public key must be supported.
...@@ -46,7 +48,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -46,7 +48,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.11.0...HEAD [Unreleased]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.11.1...HEAD
[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.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 [0.10.0]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.9.1...v0.10.0
[0.9.1]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.8.0...v0.9.1 [0.9.1]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.8.0...v0.9.1
...@@ -321,7 +321,7 @@ dependencies = [ ...@@ -321,7 +321,7 @@ dependencies = [
[[package]] [[package]]
name = "dup-crypto" name = "dup-crypto"
version = "0.11.0" version = "0.11.1"
dependencies = [ dependencies = [
"aes", "aes",
"arrayvec", "arrayvec",
......
[package] [package]
name = "dup-crypto" name = "dup-crypto"
version = "0.11.0" version = "0.11.1"
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