diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ec087f9..f1c1e58 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.4" + ".": "0.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d309c21..9ed57ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.5.0](https://github.com/usetero/policy-zig/compare/v0.4.4...v0.5.0) (2026-07-09) + + +### Features + +* support log sampling and remove unused method ([#76](https://github.com/usetero/policy-zig/issues/76)) ([8e5868f](https://github.com/usetero/policy-zig/commit/8e5868fee79300b6cd81c884b7a61f7ec31c1e7e)) +* update to add S3 extension ([#79](https://github.com/usetero/policy-zig/issues/79)) ([7cfa432](https://github.com/usetero/policy-zig/commit/7cfa432d1f5ec42c0f34d680c9dda8a8967542ec)) + + +### Bug Fixes + +* require io and better type checking ([#78](https://github.com/usetero/policy-zig/issues/78)) ([17bb6e3](https://github.com/usetero/policy-zig/commit/17bb6e39c4a841d929ba4bc616acdb55d43c88c8)) + ## [0.4.4](https://github.com/usetero/policy-zig/compare/v0.4.3...v0.4.4) (2026-07-02) diff --git a/version.txt b/version.txt index 6f2743d..8f0916f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.4.4 +0.5.0