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

(cargo-release) version 0.10.0

parent 3e2dc8af
No related branches found
No related tags found
No related merge requests found
Pipeline #8168 passed
...@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] - ReleaseDate ## [Unreleased] - ReleaseDate
## [0.10.0] - 2020-02-20
### Changed ### Changed
- DEWIF: read_dewif_file_content() now directly returns an Iterator. - DEWIF: read_dewif_file_content() now directly returns an Iterator.
...@@ -33,5 +35,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -33,5 +35,6 @@ 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.9.1...HEAD [Unreleased]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.10.0...HEAD
[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
...@@ -147,7 +147,7 @@ dependencies = [ ...@@ -147,7 +147,7 @@ dependencies = [
[[package]] [[package]]
name = "dup-crypto" name = "dup-crypto"
version = "0.9.1" version = "0.10.0"
dependencies = [ dependencies = [
"aes", "aes",
"arrayvec", "arrayvec",
......
[package] [package]
name = "dup-crypto" name = "dup-crypto"
version = "0.9.1" version = "0.10.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