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

v0.13.0

parent 86fa9833
Branches
Tags v0.13.0
No related merge requests found
...@@ -9,9 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -9,9 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] - ReleaseDate ## [Unreleased] - ReleaseDate
## [0.13.0] - 2020-03-04
### Added ### Added
- Private message encryption/decryption with authentification - Private message encryption/decryption with authentication
## [0.12.1] - 2020-03-03 ## [0.12.1] - 2020-03-03
...@@ -64,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -64,7 +66,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.12.1...HEAD [Unreleased]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.13.0...HEAD
[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 [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.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.1]: https://git.duniter.org/libs/dup-crypto-rs/compare/v0.11.0...v0.11.1
......
...@@ -334,7 +334,7 @@ dependencies = [ ...@@ -334,7 +334,7 @@ dependencies = [
[[package]] [[package]]
name = "dup-crypto" name = "dup-crypto"
version = "0.12.1" version = "0.13.0"
dependencies = [ dependencies = [
"aes", "aes",
"arrayvec", "arrayvec",
......
[package] [package]
name = "dup-crypto" name = "dup-crypto"
version = "0.12.1" version = "0.13.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