diff --git a/CHANGELOG.md b/CHANGELOG.md index e9124f3..d9e198f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.9](https://github.com/EnforceAuth/zift/compare/v0.1.8...v0.1.9) - 2026-05-05 + +### Added + +- *(scanner/imports)* detect policy imports across languages ([#67](https://github.com/EnforceAuth/zift/pull/67)) + ## [0.1.8](https://github.com/EnforceAuth/zift/compare/v0.1.7...v0.1.8) - 2026-05-05 ### Added diff --git a/Cargo.lock b/Cargo.lock index 0242739..bef4424 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2389,7 +2389,7 @@ dependencies = [ [[package]] name = "zift" -version = "0.1.8" +version = "0.1.9" dependencies = [ "clap", "ignore", diff --git a/Cargo.toml b/Cargo.toml index d99ba56..b5f6661 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zift" -version = "0.1.8" +version = "0.1.9" edition = "2024" rust-version = "1.91" description = "Scan codebases for embedded authorization logic and generate Policy as Code (Rego/OPA today)"