Commit 4ac84dd 1 parent ff1c309 commit 4ac84dd Copy full SHA for 4ac84dd
File tree 6 files changed +15
-3
lines changed
6 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ major series.
5
5
6
6
## 4.x series
7
7
8
+ ### 4.1.2
9
+
10
+ * Fix nightly SIMD build
11
+
8
12
### 4.1.1
9
13
10
14
* Mark ` constants::BASEPOINT_ORDER ` deprecated from pub API
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "curve25519-dalek"
4
4
# - update CHANGELOG
5
5
# - update README if required by semver
6
6
# - if README was updated, also update module documentation in src/lib.rs
7
- version = " 4.1.1 "
7
+ version = " 4.1.2 "
8
8
edition = " 2021"
9
9
rust-version = " 1.60.0"
10
10
authors = [" Isis Lovecruft <isis@patternsinthevoid.net>" ,
Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ Entries are listed in reverse chronological order per undeprecated major series.
10
10
11
11
# 2.x series
12
12
13
+ ## 2.1.1
14
+
15
+ * Fix nightly SIMD build
16
+
13
17
## 2.1.0
14
18
15
19
* Add ` SigningKey::to_scalar_bytes ` for getting the unclamped scalar from a signing key
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ed25519-dalek"
3
- version = " 2.1.0 "
3
+ version = " 2.1.1 "
4
4
edition = " 2021"
5
5
authors = [
6
6
" isis lovecruft <isis@patternsinthevoid.net>" ,
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ Entries are listed in reverse chronological order.
6
6
7
7
* Note: All ` x255919-dalek ` 2.x releases are in sync with the underlying ` curve25519-dalek ` 4.x releases.
8
8
9
+ ## 2.0.1
10
+
11
+ * Fix nightly SIMD build
12
+
9
13
## 2.0.0-rc.3
10
14
11
15
* ` StaticSecret ` serialization and ` to_bytes() ` no longer returns clamped integers. Clamping is still always done during scalar-point multiplication.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2021"
6
6
# - update html_root_url
7
7
# - update CHANGELOG
8
8
# - 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 "
10
10
authors = [
11
11
" Isis Lovecruft <isis@patternsinthevoid.net>" ,
12
12
" DebugSteven <debugsteven@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments