From 9b88070daaa6f96da9f574f4ed424f84fa88370a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 17:48:26 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index af55ef0..37fcefa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 88adc1a..9b68965 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.0.0](https://github.com/zerfoo/float16/compare/v0.2.1...v1.0.0) (2026-03-30) + + +### Features + +* **bfloat16:** add ArithmeticMode support and NaN propagation ([5ddc6a1](https://github.com/zerfoo/float16/commit/5ddc6a1df2b42ec7814adfe5b08c20156bbff8e9)) +* **bfloat16:** add error handling infrastructure ([d5fa65f](https://github.com/zerfoo/float16/commit/d5fa65f5164eda4e1dbc541edff71de50d9d83eb)) +* **bfloat16:** add Phase 4 math functions ([eb88d1e](https://github.com/zerfoo/float16/commit/eb88d1e3be1d7f84cf1d5cbd314ffba9eed57298)) +* **bfloat16:** add Phase 5 parse and format functions ([a89cb77](https://github.com/zerfoo/float16/commit/a89cb77f01280d7ec4634e33f70e1d07cbc7cc62)) + + +### Miscellaneous Chores + +* release 1.0.0 ([376291d](https://github.com/zerfoo/float16/commit/376291df54e1ccbb17e045658d972c8f082ad2b3)) + ## [0.2.1](https://github.com/zerfoo/float16/compare/v0.2.0...v0.2.1) (2026-03-13)