Skip to content

Commit 82947f0

Browse files
committed
chore(release): prepare for v0.1.8
1 parent 6f9de6c commit 82947f0

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff 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

crates/cli/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "code_guardian_cli"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66

@@ -35,6 +35,8 @@ assert_cmd = "2.0"
3535
predicates = "3.0"
3636
tempfile = "3.0"
3737
futures = "0.3"
38+
mockall = "0.12"
39+
proptest = { workspace = true }
3840

3941
[features]
4042
default = []

0 commit comments

Comments
 (0)