Skip to content

Commit 39a0209

Browse files
rozbbmikelodder7
authored andcommitted
curve,ed,x: Bump patch version to reflect fix to nightly SIMD build (dalek-cryptography#621)
1 parent e407ed4 commit 39a0209

File tree

6 files changed

+15
-3
lines changed

6 files changed

+15
-3
lines changed

curve25519-dalek/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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 <[email protected]>",

ed25519-dalek/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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 <[email protected]>",

x25519-dalek/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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 <[email protected]>",
1212
"DebugSteven <[email protected]>",

0 commit comments

Comments
 (0)