From ca473b5ecdd83b0192dd95443d064b5fbec74b0b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 01:43:31 +0000 Subject: [PATCH] chore: release v0.2.3+llvm-462a31f5a5ab --- CHANGELOG.md | 17 +++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f3babe3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [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 + +- Switch to release-plz for managing releases +- Fix `sig::add_or_sub` and `IeeeFloat::normalize` +- Use runtime env in build script ([#17](https://github.com/rust-lang/rustc_apfloat/pull/17)) +- Fix type diff --git a/Cargo.toml b/Cargo.toml index 01c63a2..069bbb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ members = ["fuzz"] [workspace.package] -version = "0.2.2+llvm-462a31f5a5ab" +version = "0.2.3+llvm-462a31f5a5ab" edition = "2021" license = "Apache-2.0 WITH LLVM-exception"