From 4d4dc8d4a868e3ea9dfc2ae97d4b22739a9ac255 Mon Sep 17 00:00:00 2001 From: "tero-internal-bot[bot]" <190883345+tero-internal-bot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 19:39:29 +0000 Subject: [PATCH] chore(master): release 0.7.0 --- .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 bf5f1fb..e7ca613 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.2" + ".": "0.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b6b1522..25b6092 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.0](https://github.com/usetero/policy-zig/compare/v0.6.2...v0.7.0) (2026-08-05) + + +### Features + +* update to policy v1.7.1 ([#92](https://github.com/usetero/policy-zig/issues/92)) ([5cc19c5](https://github.com/usetero/policy-zig/commit/5cc19c59a6e62b775a48266cb0ec8af752a26380)) + ## [0.6.2](https://github.com/usetero/policy-zig/compare/v0.6.1...v0.6.2) (2026-07-28) diff --git a/build.zig.zon b/build.zig.zon index 7dd8b96..759e3d3 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.6.2", // x-release-please-version + .version = "0.7.0", // 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 b616048..faef31a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.6.2 +0.7.0