From fabff6a1886561471c4342d049a4393a318877ec Mon Sep 17 00:00:00 2001 From: "enforceauth-zift-release-plz[bot]" <280707201+enforceauth-zift-release-plz[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 02:12:17 +0000 Subject: [PATCH] chore: release v0.2.2 --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ded15a4..58c1fb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2](https://github.com/EnforceAuth/zift/compare/v0.2.1...v0.2.2) - 2026-05-14 + +### Added + +- *(scanner)* cross-file Go policy bindings + policy-impl path bypass ([#83](https://github.com/EnforceAuth/zift/pull/83)) +- javax/jakarta annotation coverage, JAX-RS rule, Route category ([#80](https://github.com/EnforceAuth/zift/pull/80)) +- detect bare identifier role checks ([#77](https://github.com/EnforceAuth/zift/pull/77)) + +### Changed + +- extract PolicyGenerator trait and collapse parallel engine fields ([#79](https://github.com/EnforceAuth/zift/pull/79)) + ## [0.2.1](https://github.com/EnforceAuth/zift/compare/v0.2.0...v0.2.1) - 2026-05-06 ### Added diff --git a/Cargo.lock b/Cargo.lock index 45cbedb..068a8fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3227,7 +3227,7 @@ dependencies = [ [[package]] name = "zift" -version = "0.2.1" +version = "0.2.2" dependencies = [ "cedar-policy", "clap", diff --git a/Cargo.toml b/Cargo.toml index 26e34ed..cc2d57c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zift" -version = "0.2.1" +version = "0.2.2" edition = "2024" rust-version = "1.91" description = "Scan codebases for embedded authorization logic and generate Policy as Code (Rego/OPA today)"