Skip to content

Commit

Permalink
curve: Bump version to 4.1.1 (dalek-cryptography#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
rozbb authored Sep 20, 2023
1 parent 76a8b2a commit 0cd099a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions curve25519-dalek/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@ major series.

## 4.x series

### Unreleased

* Add implementation for `PrimeFieldBits`, behind the `group-bits` feature flag.

### 4.1.1

* Mark `constants::BASEPOINT_ORDER` deprecated from pub API
* Add implementation for `PrimeFieldBits`, behind the `group-bits` feature flag.

### 4.1.0

Expand Down
2 changes: 1 addition & 1 deletion curve25519-dalek/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name = "curve25519-dalek"
# - update CHANGELOG
# - update README if required by semver
# - if README was updated, also update module documentation in src/lib.rs
version = "4.1.0"
version = "4.1.1"
edition = "2021"
rust-version = "1.60.0"
authors = ["Isis Lovecruft <[email protected]>",
Expand Down

0 comments on commit 0cd099a

Please sign in to comment.