From 86c86fe7c34a464c9eb353fa0e393d372b0381cc Mon Sep 17 00:00:00 2001 From: "tero-internal-bot[bot]" <190883345+tero-internal-bot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 21:41:02 +0000 Subject: [PATCH] chore(master): release 0.1.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ build.zig.zon | 2 +- version.txt | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c05df9b..88f7c73 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.3" + ".": "0.1.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9265b3c..e806859 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.4](https://github.com/usetero/policy-zig/compare/v0.1.3...v0.1.4) (2026-02-13) + + +### Bug Fixes + +* use different reset method ([#13](https://github.com/usetero/policy-zig/issues/13)) ([0aa5d10](https://github.com/usetero/policy-zig/commit/0aa5d100452cea685c7107479ab84e4e876160dc)) + ## [0.1.3](https://github.com/usetero/policy-zig/compare/v0.1.2...v0.1.3) (2026-02-12) diff --git a/build.zig.zon b/build.zig.zon index fcbe1e2..1881781 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.3", // x-release-please-version + .version = "0.1.4", // 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 b1e80bb..845639e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.1.3 +0.1.4