From 21db0c793136dbeafdedbe61cb8e4d91b04fa849 Mon Sep 17 00:00:00 2001 From: "enforceauth-zift-release-plz[bot]" <280707201+enforceauth-zift-release-plz[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 23:39:45 +0000 Subject: [PATCH] chore: release v0.1.5 --- 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 c40d437..df0b3a0 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.1.5](https://github.com/EnforceAuth/zift/compare/v0.1.4...v0.1.5) - 2026-05-03 + +### Added + +- add Go structural scanning support ([#32](https://github.com/EnforceAuth/zift/pull/32)) +- add Python structural scanning support ([#29](https://github.com/EnforceAuth/zift/pull/29)) + ## [0.1.4](https://github.com/EnforceAuth/zift/compare/v0.1.3...v0.1.4) - 2026-04-30 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 9af7518..e23fb13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2393,7 +2393,7 @@ dependencies = [ [[package]] name = "zift" -version = "0.1.4" +version = "0.1.5" dependencies = [ "clap", "ignore", diff --git a/Cargo.toml b/Cargo.toml index f50557a..66da24d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zift" -version = "0.1.4" +version = "0.1.5" edition = "2024" description = "Scan codebases for embedded authorization logic and generate Policy as Code (Rego/OPA today)" license = "Apache-2.0"