File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 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 ) - 2026-04-03
11+
12+ ### Other
13+
14+ - Check in generated Rust source
15+ - Replace generated C++ with a source file
16+ - Add a ` check-cfg ` for ` cfg(fuzzing) `
17+ - Remove comments about u128 ABI issues
18+ - Replace shelling out in build.rs with Rust code
19+ - Check in relevant files rather than creating
20+ - Add caching for the test job
21+ - Set a MSRV of 1.65 and test it in CI
22+ - Bump actions/checkout to the latest version (v6)
23+ - Pin Ubuntu versions to 24.04
24+ - Add a timeout for all jobs
25+ - Add a script for downloading the correct LLVM version
26+ - Deny warnings and enable backtraces
27+ - Also run on pushes to ` main `
28+ - Invoke ` bash ` directly rather than using ` sh `
29+ - Don't include .github in the shipped crate
30+ - clarify comments for min/max operations
31+
1032## [ 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
1133
1234### Other
Original file line number Diff line number Diff line change 22members = [" fuzz" ]
33
44[workspace .package ]
5- version = " 0.2.3 +llvm-462a31f5a5ab"
5+ version = " 0.2.4 +llvm-462a31f5a5ab"
66edition = " 2021"
77license = " Apache-2.0 WITH LLVM-exception"
88
You can’t perform that action at this time.
0 commit comments