File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.1.8] - 2025-10-21
11+ ### 🐛 Bug Fixes
12+
13+ - Resolve GitHub Actions failures
14+
15+ - Resolve security workflow issues
16+
17+ - Final security workflow fixes
18+
19+ - Final security workflow syntax and artifact issues
20+
21+ - Add gitleaks configuration to handle test data (#21 )
22+
23+ - Resolve TruffleHog BASE/HEAD same commit issue (#24 )
24+
25+
26+ ### 🚀 Features
27+
28+ - Consolidate workflows following GitHub Actions best practices
29+
30+
1031## [ 0.1.6] - 2025-10-16
1132
1233### Fixed
Original file line number Diff line number Diff line change 11[package ]
22name = " code_guardian_cli"
3- version = " 0.1.7 "
3+ version = " 0.1.8 "
44edition = " 2021"
55license = " MIT OR Apache-2.0"
66
@@ -35,6 +35,8 @@ assert_cmd = "2.0"
3535predicates = " 3.0"
3636tempfile = " 3.0"
3737futures = " 0.3"
38+ mockall = " 0.12"
39+ proptest = { workspace = true }
3840
3941[features ]
4042default = []
You can’t perform that action at this time.
0 commit comments