diff --git a/CHANGELOG.md b/CHANGELOG.md index f3babe3..d2ebfae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.4+llvm-462a31f5a5ab](https://github.com/rust-lang/rustc_apfloat/compare/rustc_apfloat-v0.2.3+llvm-462a31f5a5ab...rustc_apfloat-v0.2.4+llvm-462a31f5a5ab) - 2025-12-05 + +### Other + +- clarify comments for min/max operations + ## [0.2.3+llvm-462a31f5a5ab](https://github.com/rust-lang/rustc_apfloat/compare/rustc_apfloat-v0.2.2+llvm-462a31f5a5ab...rustc_apfloat-v0.2.3+llvm-462a31f5a5ab) - 2025-06-11 ### Other diff --git a/Cargo.toml b/Cargo.toml index 069bbb3..a7378a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ members = ["fuzz"] [workspace.package] -version = "0.2.3+llvm-462a31f5a5ab" +version = "0.2.4+llvm-462a31f5a5ab" edition = "2021" license = "Apache-2.0 WITH LLVM-exception"