diff --git a/CHANGELOG.md b/CHANGELOG.md index ca686c8..217d600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.8] - 2025-10-21 +### 🐛 Bug Fixes + +- Resolve GitHub Actions failures + +- Resolve security workflow issues + +- Final security workflow fixes + +- Final security workflow syntax and artifact issues + +- Add gitleaks configuration to handle test data (#21) + +- Resolve TruffleHog BASE/HEAD same commit issue (#24) + + +### 🚀 Features + +- Consolidate workflows following GitHub Actions best practices + + ## [0.1.6] - 2025-10-16 ### Fixed diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 09dd108..ade0135 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "code_guardian_cli" -version = "0.1.7" +version = "0.1.8" edition = "2021" license = "MIT OR Apache-2.0" @@ -35,6 +35,8 @@ assert_cmd = "2.0" predicates = "3.0" tempfile = "3.0" futures = "0.3" +mockall = "0.12" +proptest = { workspace = true } [features] default = []