diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2537c1f..bcd0522 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fcf38e..6251c60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.0](https://github.com/zerfoo/zmf/compare/v0.5.0...v0.6.0) (2026-03-16) + + +### Features + +* add Q4_0 and Q8_0 DataType enum values ([5ef33c4](https://github.com/zerfoo/zmf/commit/5ef33c418199280c736b1446c9ad3c4c2cf8dc5b)) + ## [0.5.0](https://github.com/zerfoo/zmf/compare/v0.4.0...v0.5.0) (2026-03-13)