Skip to content

Commit 43ce372

Browse files
chore: release v0.2.4+llvm-462a31f5a5ab
1 parent 595224f commit 43ce372

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
members = ["fuzz"]
33

44
[workspace.package]
5-
version = "0.2.3+llvm-462a31f5a5ab"
5+
version = "0.2.4+llvm-462a31f5a5ab"
66
edition = "2021"
77
license = "Apache-2.0 WITH LLVM-exception"
88

0 commit comments

Comments
 (0)