From e0b57cd7530901ef5e5dbc5a122bebb9281fd293 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 12:33:50 +0000 Subject: [PATCH] chore: release v0.1.7 --- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eae452..8054eb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.7](https://github.com/EnforceAuth/zift/compare/v0.1.6...v0.1.7) - 2026-05-05 + +### Added + +- *(output)* promote externalization percentage to headline ([#54](https://github.com/EnforceAuth/zift/pull/54)) +- scanner output follow-ups (surface, snippet fallback, enforcement_points) ([#55](https://github.com/EnforceAuth/zift/pull/55)) +- *(rules)* corpus shakedown rule pass — coverage for Gitea, Ghost, Cal.com, OpenMRS, Zulip ([#50](https://github.com/EnforceAuth/zift/pull/50)) +- *(deep)* unwrap claude-code envelope and broaden Go authz coverage ([#48](https://github.com/EnforceAuth/zift/pull/48)) + +### Fixed + +- *(output)* add missing surface field to test Finding constructors ([#59](https://github.com/EnforceAuth/zift/pull/59)) + ## [0.1.6](https://github.com/EnforceAuth/zift/compare/v0.1.5...v0.1.6) - 2026-05-04 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 1fe8455..240a3ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2389,7 +2389,7 @@ dependencies = [ [[package]] name = "zift" -version = "0.1.6" +version = "0.1.7" dependencies = [ "clap", "ignore", diff --git a/Cargo.toml b/Cargo.toml index bb3f05c..d0f8720 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zift" -version = "0.1.6" +version = "0.1.7" edition = "2024" rust-version = "1.91" description = "Scan codebases for embedded authorization logic and generate Policy as Code (Rego/OPA today)"