From e50ea94184eb3d148847dc3a275c018c2b72cb7d Mon Sep 17 00:00:00 2001 From: "enforceauth-zift-release-plz[bot]" <280707201+enforceauth-zift-release-plz[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 13:30:59 +0000 Subject: [PATCH] chore: release v0.1.8 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8054eb8..e9124f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.8](https://github.com/EnforceAuth/zift/compare/v0.1.7...v0.1.8) - 2026-05-05 + +### Added + +- bound public API surface + fix broken CLI surface (OSS P0) ([#47](https://github.com/EnforceAuth/zift/pull/47)) + ## [0.1.7](https://github.com/EnforceAuth/zift/compare/v0.1.6...v0.1.7) - 2026-05-05 ### Added diff --git a/Cargo.lock b/Cargo.lock index 240a3ab..0242739 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2389,7 +2389,7 @@ dependencies = [ [[package]] name = "zift" -version = "0.1.7" +version = "0.1.8" dependencies = [ "clap", "ignore", diff --git a/Cargo.toml b/Cargo.toml index 1e7e60f..d99ba56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zift" -version = "0.1.7" +version = "0.1.8" edition = "2024" rust-version = "1.91" description = "Scan codebases for embedded authorization logic and generate Policy as Code (Rego/OPA today)"