Skip to content

Commit

Permalink
curve,ed,x: Bump patch version to reflect fix to nightly SIMD build (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rozbb committed Feb 7, 2024
1 parent ff1c309 commit 4ac84dd
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 3 deletions.
4 changes: 4 additions & 0 deletions curve25519-dalek/CHANGELOG.md
Expand Up @@ -5,6 +5,10 @@ major series.

## 4.x series

### 4.1.2

* Fix nightly SIMD build

### 4.1.1

* Mark `constants::BASEPOINT_ORDER` deprecated from pub API
Expand Down
2 changes: 1 addition & 1 deletion curve25519-dalek/Cargo.toml
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.1"
version = "4.1.2"
edition = "2021"
rust-version = "1.60.0"
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
Expand Down
4 changes: 4 additions & 0 deletions ed25519-dalek/CHANGELOG.md
Expand Up @@ -10,6 +10,10 @@ Entries are listed in reverse chronological order per undeprecated major series.

# 2.x series

## 2.1.1

* Fix nightly SIMD build

## 2.1.0

* Add `SigningKey::to_scalar_bytes` for getting the unclamped scalar from a signing key
Expand Down
2 changes: 1 addition & 1 deletion ed25519-dalek/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ed25519-dalek"
version = "2.1.0"
version = "2.1.1"
edition = "2021"
authors = [
"isis lovecruft <isis@patternsinthevoid.net>",
Expand Down
4 changes: 4 additions & 0 deletions x25519-dalek/CHANGELOG.md
Expand Up @@ -6,6 +6,10 @@ Entries are listed in reverse chronological order.

* Note: All `x255919-dalek` 2.x releases are in sync with the underlying `curve25519-dalek` 4.x releases.

## 2.0.1

* Fix nightly SIMD build

## 2.0.0-rc.3

* `StaticSecret` serialization and `to_bytes()` no longer returns clamped integers. Clamping is still always done during scalar-point multiplication.
Expand Down
2 changes: 1 addition & 1 deletion x25519-dalek/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# - update html_root_url
# - update CHANGELOG
# - if any changes were made to README.md, mirror them in src/lib.rs docs
version = "2.0.0"
version = "2.0.1"
authors = [
"Isis Lovecruft <isis@patternsinthevoid.net>",
"DebugSteven <debugsteven@gmail.com>",
Expand Down

0 comments on commit 4ac84dd

Please sign in to comment.