Skip to content

Commit

Permalink
Bump version number to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrezot committed Sep 20, 2022
1 parent 02ae722 commit c702042
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.

---
## [2.0.1] - 2022-09-06
## [3.0.0] - 2022-09-20
### Added
- `DhKeyPair` which represents an asymmetric key pair in a space wher the
Computational Diffie-Helman problem is intractable
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Crypto lib for pure crypto primitives"
edition = "2021"
license = "MIT/Apache-2.0"
name = "cosmian_crypto_core"
version = "2.0.1"
version = "3.0.0"

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down

0 comments on commit c702042

Please sign in to comment.