Skip to content

Commit 27beef4

Browse files
github-actions[bot]dndungu
authored andcommitted
chore(main): release 0.2.0
1 parent d527c0f commit 27beef4

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/zerfoo/float16/compare/v0.1.0...v0.2.0) (2026-03-13)
4+
5+
6+
### Features
7+
8+
* Add comprehensive tests to increase coverage ([faaf17e](https://github.com/zerfoo/float16/commit/faaf17e83dbdcad5b509e01992fb32beadd88f41))
9+
* **bfloat16:** Implement core infrastructure for BFloat16 (Phase 1 complete) ([f007fc6](https://github.com/zerfoo/float16/commit/f007fc6d8b95ac7ac8d18d411a222affcebd84f2))
10+
11+
12+
### Bug Fixes
13+
14+
* Correct ToFloat16 subnormal conversion ([33ab34d](https://github.com/zerfoo/float16/commit/33ab34d5adf46bff0ec904317f9be2913a8a4bdc))
15+
* Correct ToFloat64 conversion ([38c084e](https://github.com/zerfoo/float16/commit/38c084e57f29792d2aba2a3f3f37566812262a7b))

0 commit comments

Comments
 (0)