Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.1"
".": "1.0.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down