ed: Prep to release v2.1.0 (#600)

This commit is contained in:
Michael Rosenberg 2023-11-14 15:35:42 -05:00 committed by GitHub
parent 04f811ad21
commit f08bbb7f57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View file

@ -8,10 +8,13 @@ Entries are listed in reverse chronological order per undeprecated major series.
# Unreleased # Unreleased
* Add `SigningKey::to_scalar_bytes` for getting the unclamped scalar from signing key
# 2.x series # 2.x series
## 2.1.0
* Add `SigningKey::to_scalar_bytes` for getting the unclamped scalar from a signing key
* Loosened `signature` dependency to allow version 2.2
## 2.0.0 ## 2.0.0
### Breaking changes ### Breaking changes

View file

@ -1,6 +1,6 @@
[package] [package]
name = "ed25519-dalek" name = "ed25519-dalek"
version = "2.0.0" version = "2.1.0"
edition = "2021" edition = "2021"
authors = [ authors = [
"isis lovecruft <isis@patternsinthevoid.net>", "isis lovecruft <isis@patternsinthevoid.net>",