Skip to content

Commit 5312a03

Browse files
authored
curve: Bump version to 4.1.3 (#660)
* Bumped to v4.1.3 * Added recent PRs to changelog
1 parent b4f9e4d commit 5312a03

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

curve25519-dalek/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ major series.
55

66
## 4.x series
77

8+
### 4.1.3
9+
10+
* Security: Fix timing leak in Scalar subtraction on u32, u64, fiat_u32, and fiat_u64 backends
11+
* Fix assorted new warnings and lints from rustc and clippy
12+
813
### 4.1.2
914

1015
* Fix nightly SIMD build

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.2"
7+
version = "4.1.3"
88
edition = "2021"
99
rust-version = "1.60.0"
1010
authors = ["Isis Lovecruft <[email protected]>",

0 commit comments

Comments
 (0)