Skip to content

Commit b1dbc47

Browse files
authored
cmov v0.4.3 (#1303)
### Fixed - `aarch64` ASM bug (#1299) - Truncation bug in portable implementation (#1300)
1 parent 4905af3 commit b1dbc47

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmov/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.4.3 (2025-12-27)
8+
### Fixed
9+
- `aarch64` ASM bug ([#1299])
10+
- Truncation bug in portable implementation ([#1300])
11+
12+
[#1299]: https://github.com/RustCrypto/utils/pull/1299
13+
[#1300]: https://github.com/RustCrypto/utils/pull/1300
14+
715
## 0.4.2 (2025-12-26)
816
### Added
917
- Signed integer support ([#1280])

cmov/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cmov"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
authors = ["RustCrypto Developers"]
55
edition = "2024"
66
rust-version = "1.85"

0 commit comments

Comments
 (0)