Skip to content

Commit

Permalink
chore: Release 2.0.0-rc.2 (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkforest committed Mar 31, 2023
1 parent 8415833 commit cccf389
Show file tree
Hide file tree
Showing 5 changed files with 131 additions and 241 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,7 +4,14 @@ Entries are listed in reverse chronological order.

# 2.x Series

## 2.0.0-rc.2

* Update MSRV to 1.60.
* Update edition to 2021
* Add `.as_bytes()` and `AsRef<[u8]>` for `Shared/StaticSecret`
* Add `getrandom` feature to provide `random_from_rng` constructors
* Make `StaticSecrets` optional via feature `static_secrets`
* Update underlying `curve25519_dalek` library to `4.0.0-rc.2`

## 2.0.0-pre.1

Expand Down

0 comments on commit cccf389

Please sign in to comment.