curve: Bump version to 4.1.1 (#584)

This commit is contained in:
Michael Rosenberg 2023-09-20 17:42:22 -05:00 committed by GitHub
parent 76a8b2a081
commit 0cd099a9fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View file

@ -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

View file

@ -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 <isis@patternsinthevoid.net>",