Skip to content

Commit 990fe5c

Browse files
committed
chore(release): prepare for v0.2.0
1 parent d7cb952 commit 990fe5c

File tree

5 files changed

+185
-61
lines changed

5 files changed

+185
-61
lines changed

CHANGELOG.md

Lines changed: 181 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5+
## [0.2.0] - 2025-10-21
6+
### ⚙️ Miscellaneous Tasks
7+
8+
- Update release-please manifest to v0.1.9
9+
10+
11+
### 🚀 Features
12+
13+
- Add production-ready CI/CD, documentation, testing, and monitoring features
714

8-
## [Unreleased]
915

1016
## [0.1.8] - 2025-10-21
1117
### 🐛 Bug Fixes
@@ -28,94 +34,212 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2834
- Consolidate workflows following GitHub Actions best practices
2935

3036

31-
## [0.1.6] - 2025-10-16
37+
## [0.1.7] - 2025-10-18
38+
### ⚙️ Miscellaneous Tasks
39+
40+
- Bump version to 0.1.5 for patch release
41+
42+
- Prepare for v0.1.5 release
43+
44+
- Bump version to 0.1.5 for patch release
45+
46+
47+
### 🐛 Bug Fixes
48+
49+
- Resolve CI issues for v0.1.7 release - update metrics expect to unwrap, add gitleaks config, fix workflow permissions and syntax
50+
51+
52+
### 💼 Other
53+
54+
- Add Prometheus metrics support\n\n- Add comprehensive metrics collection for scans, performance, and resources\n- Implement HTTP endpoint for Prometheus scraping\n- Add dependencies: prometheus, axum, async-trait, aho-corasick\n- Bump version to 0.1.6 across all crates
55+
56+
- Enhance CI/CD pipelines with sccache, nextest, and incremental builds
57+
58+
- Adjust clippy settings to treat warnings as warnings instead of errors for 0.1.7 release
59+
60+
61+
### 🚀 Features
62+
63+
- Add Perplexity AI provider support
64+
65+
- Enhance Perplexity AI agents with detailed descriptions and improved functionality
66+
67+
- Create enhanced CI/CD workflow combining best features from existing workflows
68+
69+
- Add health monitoring server with HTTP endpoints
3270

33-
### Fixed
34-
- Minor bug fixes and improvements
35-
- Updated release workflow and configuration
71+
- Enhance detector factory and LLM detection capabilities
3672

37-
### Changed
38-
- Improved release automation
3973

40-
## [0.1.5] - 2025-10-16
74+
### 🚜 Refactor
4175

42-
### Added
43-
- Perplexity AI provider support (opencode)
76+
- Update perplexity agents to use frontmatter config with temperature
4477

45-
- Enhanced Perplexity AI agents with detailed descriptions and improved functionality (opencode)
4678

79+
## [0.1.6] - 2025-10-16
80+
### ⚙️ Miscellaneous Tasks
4781

48-
### Changed
49-
- Updated Perplexity agents to use frontmatter config with temperature (opencode)
82+
- Bump version to 0.1.6 for patch release
5083

51-
### Fixed
52-
- Preparation for v0.1.5 release
5384

5485
## [0.1.4] - 2025-10-16
86+
### 🐛 Bug Fixes
87+
88+
- Update changelog for v0.1.3 and fix release workflow YAML formatting
89+
90+
91+
### 💼 Other
92+
93+
- Remove temporary GOAP coordination files
94+
95+
96+
### 📚 Documentation
97+
98+
- Update agent documentation with GOAP coordination learnings
99+
100+
101+
### 🚀 Features
102+
103+
- GOAP Phase 1-2 Quality Check Optimization
55104

56-
### Added
57-
- Enhanced release-please configuration for automatic changelog generation
58-
- GOAP Phase 1-2 Quality Check Optimizations
59-
- GOAP Phase 3 with long-term CI/CD optimizations
60-
- Phase 3 optimization files and documentation
105+
- GOAP Phase 3 Complete - Long-term CI/CD Optimizations
61106

62-
### Fixed
63-
- Changelog for v0.1.3 and release workflow YAML formatting
107+
- Enhance release-please configuration for automatic changelog generation
64108

65-
### Changed
66-
- Updated agent documentation with GOAP coordination learnings
109+
- Complete Phase 1 & 2 implementation - Quality checks and comprehensive test coverage
110+
111+
- Complete Phase 1 & 2 implementation - Quality checks and comprehensive test coverage
112+
113+
- Add Phase 3 optimization files and documentation
67114

68-
### Removed
69-
- Temporary GOAP coordination files
70115

71116
## [0.1.3] - 2025-10-12
117+
### 🚀 Features
118+
119+
- Add monitoring workflow to track recent workflow failures
120+
121+
- Complete GitHub workflows and branch protection
72122

73-
### Added
74-
- Monitoring workflow to track recent workflow failures
75-
- Complete GitHub workflows and branch protection setup
76123

77124
## [0.1.3-test] - 2025-10-10
125+
### 🐛 Bug Fixes
126+
127+
- Apply cargo fmt formatting
128+
129+
- Apply formatting and improve CI workflow
130+
131+
- Make CI workflow cross-platform compatible
132+
133+
- Apply cargo fmt formatting to fix CI issues
134+
135+
- Remove invalid --fail-under option from cargo llvm-cov
136+
137+
- Update GitHub Actions workflows and code fixes
78138

79-
### Added
80-
- Comprehensive code quality automation
81-
- Optimized development workflow with enhanced tooling
82-
- Enhanced Makefile with additional development targets
139+
- Correct YAML indentation in ci.yml
83140

84-
### Fixed
85-
- Code formatting, CI workflow compatibility, and YAML indentation issues
86-
- Invalid coverage options and updated GitHub Actions workflows
141+
- Correct indentation in coverage job
142+
143+
144+
### 📚 Documentation
145+
146+
- Optimize ci-agent.md with orchestration workflow and agent handoffs
147+
148+
149+
### 🚀 Features
150+
151+
- Add comprehensive code quality automation
152+
153+
- Optimize development workflow with comprehensive tooling
154+
155+
- Enhance Makefile with comprehensive development targets
87156

88-
### Changed
89-
- Optimized ci-agent.md with orchestration workflow and agent handoffs
90157

91158
## [0.1.2] - 2025-10-09
159+
### 💼 Other
160+
161+
- Bump version to 0.1.2
92162

93-
### Changed
94-
- Version bump to 0.1.2
95163

96164
## [0.1.1] - 2025-10-09
165+
### 🐛 Bug Fixes
166+
167+
- Resolve CI and release workflow issues for v0.1.1-alpha
168+
169+
- Remove insta snapshot test and add context7 mcp agent
170+
171+
- Remove border assertions from text formatter test for cross-platform compatibility
172+
173+
- Remove enforce_styling from text formatter
174+
175+
- Update test to check match data instead of headers
176+
177+
- Change text formatter to simple text output for cross-platform compatibility
178+
179+
180+
### 💼 Other
181+
182+
- Update ci-agent tools and add lib.rs cleanups
183+
184+
- Bump version to 0.2.0
185+
186+
- Bump version to 0.1.1
187+
188+
- Bump version to 0.1.1
189+
190+
- Bump version to 0.1.1
191+
97192

98-
### Added
99-
- Enhanced CLI with advanced handlers and scan updates
100-
- Core modules for caching and monitoring
193+
### 📚 Documentation
194+
195+
- Add git integration demo example
196+
197+
- Update CHANGELOG.md
198+
199+
- Add atomic-commit command documentation
200+
201+
202+
### 🚀 Features
203+
204+
- Enhance text formatter test with header assertions and add dev container configuration
205+
206+
- Add GitIntegration module for repository operations
207+
208+
- Add Git CLI commands and refactor stack preset handler
209+
210+
- Enhance CLI with advanced handlers and scan updates
211+
212+
- Add core modules for caching and monitoring
101213

102-
### Changed
103-
- Version bump to 0.1.1
104214

105215
## [0.1.1-alpha] - 2025-10-07
216+
### ⚙️ Miscellaneous Tasks
217+
218+
- Update changelog for v0.1.0
106219

107-
### Added
108-
- Enhanced release command documentation with best practices
220+
- Prepare for release v0.1.1-alpha
109221

110-
### Fixed
111-
- Clippy warnings and added Codecov token for rate limit resolution
112222

113-
### Changed
114-
- Updated changelog for v0.1.0
115-
- Updated workflow to use GitHub artifacts for coverage reporting
116-
- Prepared for v0.1.1-alpha release
223+
### 🐛 Bug Fixes
224+
225+
- Address clippy warnings for len_zero and unused_variables
226+
227+
- Add Codecov token to resolve rate limit issue
228+
229+
230+
### 💼 Other
231+
232+
- Update workflow to use GitHub artifacts for coverage instead of external services
233+
234+
235+
### 📚 Documentation
236+
237+
- Enhance release command documentation with branch sync, dry-run, and best practices
238+
117239

118240
## [0.1.0] - 2025-10-06
241+
### 🐛 Bug Fixes
242+
243+
- Format code with cargo fmt
244+
119245

120-
### Fixed
121-
- Code formatting with cargo fmt

crates/cli/Cargo.toml

Lines changed: 1 addition & 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.8"
3+
version = "0.2.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66

crates/core/Cargo.toml

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

crates/output/Cargo.toml

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

crates/storage/Cargo.toml

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

0 commit comments

Comments
 (0)