Skip to content

Commit eeaacad

Browse files
github-actions[bot]tgross35
authored andcommitted
chore: release v0.2.3+llvm-462a31f5a5ab
1 parent 56293f0 commit eeaacad

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

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.2+llvm-462a31f5a5ab"
5+
version = "0.2.3+llvm-462a31f5a5ab"
66
edition = "2021"
77
license = "Apache-2.0 WITH LLVM-exception"
88

0 commit comments

Comments
 (0)