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

v0.9.0

parent 77fd7c5e
No related branches found
No related tags found
No related merge requests found
...@@ -147,7 +147,7 @@ dependencies = [ ...@@ -147,7 +147,7 @@ dependencies = [
[[package]] [[package]]
name = "dup-crypto" name = "dup-crypto"
version = "0.8.0" version = "0.9.0"
dependencies = [ dependencies = [
"aes", "aes",
"arrayvec", "arrayvec",
......
[package] [package]
name = "dup-crypto" name = "dup-crypto"
version = "0.8.0" version = "0.9.0"
authors = ["elois <c@elo.tf>"] authors = ["elois <c@elo.tf>"]
description = "Manage cryptographic operations for DUPs (DUniter Protocols)." description = "Manage cryptographic operations for DUPs (DUniter Protocols)."
repository = "https://git.duniter.org/libs/dup-crypto-rs" repository = "https://git.duniter.org/libs/dup-crypto-rs"
......
...@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.9.0] - 2020-01-19
### Added ### Added
- Read/write DEWIF file content #1 - Read/write DEWIF file content #1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment