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"