Skip to content

Commit

Permalink
ed: Prep to release v2.1.0 (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
rozbb committed Nov 14, 2023
1 parent 04f811a commit f08bbb7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions ed25519-dalek/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ Entries are listed in reverse chronological order per undeprecated major series.

# Unreleased

* Add `SigningKey::to_scalar_bytes` for getting the unclamped scalar from signing key

# 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

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion ed25519-dalek/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ed25519-dalek"
version = "2.0.0"
version = "2.1.0"
edition = "2021"
authors = [
"isis lovecruft <isis@patternsinthevoid.net>",
Expand Down

0 comments on commit f08bbb7

Please sign in to comment.