diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 001eb2c..c05df9b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.2" + ".": "0.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6958e4b..9265b3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.3](https://github.com/usetero/policy-zig/compare/v0.1.2...v0.1.3) (2026-02-12) + + +### Bug Fixes + +* expose otel protos ([#11](https://github.com/usetero/policy-zig/issues/11)) ([e5e1c11](https://github.com/usetero/policy-zig/commit/e5e1c11b277e6691fc5dec539a90fb354214a77d)) + ## [0.1.2](https://github.com/usetero/policy-zig/compare/v0.1.1...v0.1.2) (2026-02-12) diff --git a/build.zig.zon b/build.zig.zon index 2b77454..fcbe1e2 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -9,7 +9,7 @@ .name = .policy_zig, // This is a [Semantic Version](https://semver.org/). // In a future version of Zig it will be used for package deduplication. - .version = "0.1.2", // x-release-please-version + .version = "0.1.3", // x-release-please-version // Together with name, this represents a globally unique package // identifier. This field is generated by the Zig toolchain when the // package is first created, and then *never changes*. This allows diff --git a/version.txt b/version.txt index d917d3e..b1e80bb 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.1.2 +0.1.3