From 845934cd2a00e236aaa1a79e845f49a641bb2b77 Mon Sep 17 00:00:00 2001 From: "enforceauth-zift-release-plz[bot]" <280707201+enforceauth-zift-release-plz[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 16:31:52 +0000 Subject: [PATCH] chore: release v0.2.1 --- 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 afedc3d..ded15a4 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.1](https://github.com/EnforceAuth/zift/compare/v0.2.0...v0.2.1) - 2026-05-06 + +### Added + +- detect Cedar enforcement points ([#76](https://github.com/EnforceAuth/zift/pull/76)) +- add Cedar as a second policy engine ([#72](https://github.com/EnforceAuth/zift/pull/72)) + ## [0.2.0](https://github.com/EnforceAuth/zift/compare/v0.1.9...v0.2.0) - 2026-05-05 ### Added diff --git a/Cargo.lock b/Cargo.lock index 47b7e10..ae105bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3227,7 +3227,7 @@ dependencies = [ [[package]] name = "zift" -version = "0.2.0" +version = "0.2.1" dependencies = [ "cedar-policy", "clap", diff --git a/Cargo.toml b/Cargo.toml index 75ed961..eed84b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zift" -version = "0.2.0" +version = "0.2.1" edition = "2024" rust-version = "1.91" description = "Scan codebases for embedded authorization logic and generate Policy as Code (Rego/OPA today)"