Skip to content

Commit

Permalink
Publishing v1.3.0 (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlewi authored Nov 10, 2023
1 parent 17cff01 commit 20d7f49
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.3.0 (November 10, 2023)

* Re-exported the curve25519-dalek crate
* Upgraded MSRV to 1.65

## 1.2.0 (October 7, 2021)

* Added explicit support for the thumbv6m-none-eabi target (no-std)
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ keywords = ["cryptography", "crypto", "opaque", "passwords", "authentication"]
license = "MIT"
name = "opaque-ke"
readme = "README.md"
repository = "https://github.com/novifinancial/opaque-ke"
repository = "https://github.com/facebook/opaque-ke"
rust-version = "1.65"
version = "1.2.0"
version = "1.3.0"

[features]
bench = []
Expand Down

0 comments on commit 20d7f49

Please sign in to comment.