Skip to content

Commit 4ac84dd

Browse files
authored
curve,ed,x: Bump patch version to reflect fix to nightly SIMD build (#621)
1 parent ff1c309 commit 4ac84dd

File tree

6 files changed

+15
-3
lines changed

6 files changed

+15
-3
lines changed

curve25519-dalek/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ major series.
55

66
## 4.x series
77

8+
### 4.1.2
9+
10+
* Fix nightly SIMD build
11+
812
### 4.1.1
913

1014
* Mark `constants::BASEPOINT_ORDER` deprecated from pub API

curve25519-dalek/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "curve25519-dalek"
44
# - update CHANGELOG
55
# - update README if required by semver
66
# - if README was updated, also update module documentation in src/lib.rs
7-
version = "4.1.1"
7+
version = "4.1.2"
88
edition = "2021"
99
rust-version = "1.60.0"
1010
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",

ed25519-dalek/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Entries are listed in reverse chronological order per undeprecated major series.
1010

1111
# 2.x series
1212

13+
## 2.1.1
14+
15+
* Fix nightly SIMD build
16+
1317
## 2.1.0
1418

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

ed25519-dalek/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ed25519-dalek"
3-
version = "2.1.0"
3+
version = "2.1.1"
44
edition = "2021"
55
authors = [
66
"isis lovecruft <isis@patternsinthevoid.net>",

x25519-dalek/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Entries are listed in reverse chronological order.
66

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

9+
## 2.0.1
10+
11+
* Fix nightly SIMD build
12+
913
## 2.0.0-rc.3
1014

1115
* `StaticSecret` serialization and `to_bytes()` no longer returns clamped integers. Clamping is still always done during scalar-point multiplication.

x25519-dalek/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
# - update html_root_url
77
# - update CHANGELOG
88
# - if any changes were made to README.md, mirror them in src/lib.rs docs
9-
version = "2.0.0"
9+
version = "2.0.1"
1010
authors = [
1111
"Isis Lovecruft <isis@patternsinthevoid.net>",
1212
"DebugSteven <debugsteven@gmail.com>",

0 commit comments

Comments
 (0)