File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
+
8
+ ## [ Unreleased]
9
+
10
+ ## [ 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
11
+
12
+ ### Other
13
+
14
+ - Switch to release-plz for managing releases
15
+ - Fix ` sig::add_or_sub ` and ` IeeeFloat::normalize `
16
+ - Use runtime env in build script ([ #17 ] ( https://github.com/rust-lang/rustc_apfloat/pull/17 ) )
17
+ - Fix type
Original file line number Diff line number Diff line change 2
2
members = [" fuzz" ]
3
3
4
4
[workspace .package ]
5
- version = " 0.2.2 +llvm-462a31f5a5ab"
5
+ version = " 0.2.3 +llvm-462a31f5a5ab"
6
6
edition = " 2021"
7
7
license = " Apache-2.0 WITH LLVM-exception"
8
8
You can’t perform that action at this time.
0 commit comments