From aed1e57605c027daaac37a4794dfd2f153b0d283 Mon Sep 17 00:00:00 2001 From: "enforceauth-zift-release-plz[bot]" <280707201+enforceauth-zift-release-plz[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 16:19:20 +0000 Subject: [PATCH] chore: release v0.2.3 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58c1fb1..15c40d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.3](https://github.com/EnforceAuth/zift/compare/v0.2.2...v0.2.3) - 2026-05-29 + +### Added + +- ruby (Rails + Pundit + CanCanCan + Devise) structural support ([#96](https://github.com/EnforceAuth/zift/pull/96)) +- kotlin (Spring + Ktor) structural support ([#93](https://github.com/EnforceAuth/zift/pull/93)) + ## [0.2.2](https://github.com/EnforceAuth/zift/compare/v0.2.1...v0.2.2) - 2026-05-14 ### Added diff --git a/Cargo.lock b/Cargo.lock index aa5a779..416b2c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3257,7 +3257,7 @@ dependencies = [ [[package]] name = "zift" -version = "0.2.2" +version = "0.2.3" dependencies = [ "cedar-policy", "clap", diff --git a/Cargo.toml b/Cargo.toml index b30ffe4..95c8c20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zift" -version = "0.2.2" +version = "0.2.3" edition = "2024" rust-version = "1.91" description = "Scan codebases for embedded authorization logic and generate Policy as Code (Rego for OPA, Cedar for AWS Verified Permissions and other Cedar-compatible engines)"