Skip to content

Commit 468d103

Browse files
committed
chore: bump version to 0.1.5 for patch release
1 parent 2d50842 commit 468d103

File tree

2 files changed

+108
-101
lines changed

2 files changed

+108
-101
lines changed

CHANGELOG.md

Lines changed: 107 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -5,124 +5,131 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.1.6] - 2025-10-16
8+
## [0.1.5] - 2025-10-16
99

10-
### Fixed
11-
- Minor bug fixes and improvements
10+
### ⚙️ Miscellaneous Tasks
11+
12+
- Bump version to 0.1.5 for patch release
1213

1314
## [0.1.4] - 2025-10-16
1415

15-
### Added
16-
- Complete Phase 1 & 2 quality check implementation with comprehensive test coverage
17-
- Enhanced release-please configuration for automatic changelog generation
18-
- GOAP Phase 3 long-term CI/CD optimization system
19-
- GOAP Phase 1-2 quality check optimization framework
20-
21-
### Fixed
22-
- Release workflow YAML formatting issues
23-
- Cross-workspace formatting inconsistencies
24-
- Test reference and integration test configuration
25-
- Clippy warnings and code quality issues
26-
27-
### Changed
28-
- Updated agent documentation with GOAP coordination learnings
29-
- Improved project structure and cleanup of temporary files
30-
31-
## [0.1.3] - 2025-10-13
32-
33-
### Added
34-
- Complete GitHub workflows and branch protection configuration
35-
- Monitoring workflow to track recent workflow failures
36-
- Comprehensive development tooling with Makefile targets
37-
- Code quality automation with cross-platform CI compatibility
38-
- Incremental quality check script for faster development workflow
39-
- Branch protection setup script with quality gates enforcement
40-
- Issue and PR templates for better project management
41-
- Dev container configuration for consistent development environment
42-
- Cargo configuration for faster builds with optimized settings
43-
- GOAP coordination system for quality check optimization
44-
45-
### Fixed
46-
- YAML indentation issues in GitHub Actions workflows
47-
- Cross-platform compatibility in CI workflows
48-
- Invalid --fail-under option in cargo llvm-cov configuration
49-
- CI workflow formatting and code quality issues
50-
- Applied cargo fmt formatting to resolve CI issues
51-
52-
### Changed
53-
- Optimized development workflow with comprehensive tooling
54-
- Enhanced CI-agent documentation with orchestration workflow
55-
- Updated GitHub Actions workflows for better reliability
56-
- Improved code quality automation and validation processes
16+
### 🚀 Features
17+
18+
- GOAP Phase 1-2 Quality Check Optimization
19+
- GOAP Phase 3 Complete - Long-term CI/CD Optimizations
20+
- Enhance release-please configuration for automatic changelog generation
21+
- Complete Phase 1 & 2 implementation - Quality checks and comprehensive test coverage
22+
- Complete Phase 1 & 2 implementation - Quality checks and comprehensive test coverage
23+
- Add Phase 3 optimization files and documentation
24+
25+
### 🐛 Bug Fixes
26+
27+
- Update changelog for v0.1.3 and fix release workflow YAML formatting
28+
29+
### 💼 Other
30+
31+
- Remove temporary GOAP coordination files
32+
33+
### 📚 Documentation
34+
35+
- Update agent documentation with GOAP coordination learnings
36+
37+
## [0.1.3] - 2025-10-12
38+
39+
### 🚀 Features
40+
41+
- Add monitoring workflow to track recent workflow failures
42+
- Complete GitHub workflows and branch protection
43+
44+
## [0.1.3-test] - 2025-10-10
45+
46+
### 🚀 Features
47+
48+
- Add comprehensive code quality automation
49+
- Optimize development workflow with comprehensive tooling
50+
- Enhance Makefile with comprehensive development targets
51+
52+
### 🐛 Bug Fixes
53+
54+
- Apply cargo fmt formatting
55+
- Apply formatting and improve CI workflow
56+
- Make CI workflow cross-platform compatible
57+
- Apply cargo fmt formatting to fix CI issues
58+
- Remove invalid --fail-under option from cargo llvm-cov
59+
- Update GitHub Actions workflows and code fixes
60+
- Correct YAML indentation in ci.yml
61+
- Correct indentation in coverage job
62+
63+
### 📚 Documentation
64+
65+
- Optimize ci-agent.md with orchestration workflow and agent handoffs
5766

5867
## [0.1.2] - 2025-10-09
5968

60-
### Fixed
61-
- GitHub Actions release workflow binary name mismatch (code-guardian-cli vs code_guardian_cli)
62-
- Duplicate anyhow import in monitoring module
63-
- Syntax error in CLI main.rs tracing initialization
69+
### 💼 Other
70+
71+
- Bump version to 0.1.2
72+
73+
## [0.1.1] - 2025-10-09
6474

65-
### Added
66-
- Automatic changelog integration in release workflow
67-
- Enhanced release descriptions from CHANGELOG.md
68-
- Comprehensive workflow issue analysis and documentation
75+
### 🚀 Features
6976

70-
### Changed
71-
- Release workflow now extracts and uses proper changelog content
72-
- Improved error handling in release process
73-
- Updated existing v0.1.1 release with proper description
77+
- Enhance CLI with advanced handlers and scan updates
78+
- Add core modules for caching and monitoring
79+
80+
### 💼 Other
81+
82+
- Bump version to 0.1.1
83+
- Bump version to 0.1.1
7484
- Bump version to 0.1.1
7585

76-
## [0.1.1] - 2025-10-09
86+
## [0.2.0] - 2025-10-09
87+
88+
### 🚀 Features
89+
90+
- Enhance text formatter test with header assertions and add dev container configuration
91+
- Add GitIntegration module for repository operations
92+
- Add Git CLI commands and refactor stack preset handler
93+
94+
### 🐛 Bug Fixes
95+
96+
- Resolve CI and release workflow issues for v0.1.1-alpha
97+
- Remove insta snapshot test and add context7 mcp agent
98+
- Remove border assertions from text formatter test for cross-platform compatibility
99+
- Remove enforce_styling from text formatter
100+
- Update test to check match data instead of headers
101+
- Change text formatter to simple text output for cross-platform compatibility
102+
103+
### 💼 Other
77104

78-
### Added
79-
- Git CLI commands and GitIntegration module for repository operations
80-
- Dev container configuration
105+
- Update ci-agent tools and add lib.rs cleanups
106+
- Bump version to 0.2.0
81107

82-
### Fixed
83-
- Text formatter for cross-platform compatibility
84-
- Test updates for match data checking
85-
- Removed enforce_styling from text formatter
108+
### 📚 Documentation
86109

87-
### Changed
88-
- CI agent tools updates and lib.rs cleanups
89-
- Documentation updates including atomic-commit command and git integration demo
110+
- Add git integration demo example
111+
- Update CHANGELOG.md
112+
- Add atomic-commit command documentation
90113

91114
## [0.1.1-alpha] - 2025-10-07
92115

93-
### Added
94-
- Add best practice GitHub Ruleset JSON
95-
- Update various components, add production handlers, examples, and remove plans file
116+
### 🐛 Bug Fixes
96117

97-
### Fixed
98-
- Fix YAML indentation in docs workflow
99-
- Fix docs deployment: add index.html for workspace docs
100-
- Remove target from cache to fix stale docs builds
101-
- Add Codecov token to resolve rate limit issue
102118
- Address clippy warnings for len_zero and unused_variables
119+
- Add Codecov token to resolve rate limit issue
120+
121+
### 📚 Documentation
103122

104-
### Changed
105-
- Update workflow to use GitHub artifacts for coverage instead of external services
106123
- Enhance release command documentation with branch sync, dry-run, and best practices
107-
- Update project files and dependencies
108-
109-
## [0.1.0-alpha] - 2025-10-06
110-
111-
### Added
112-
- Initial alpha release of Code Guardian, a comprehensive code scanning and analysis tool.
113-
- **CLI Crate**: Command-line interface with handlers for scanning, reporting, benchmarking, and advanced operations.
114-
- **Core Crate**: Core scanning engine featuring:
115-
- Built-in detectors for common code issues.
116-
- Support for custom detectors via JSON configuration.
117-
- Distributed scanning for large codebases.
118-
- Incremental scanning to optimize performance.
119-
- Enhanced configuration options.
120-
- Performance monitoring and optimizations.
121-
- **Output Crate**: Multiple output formatters including CSV, HTML, JSON, Markdown, and plain text.
122-
- **Storage Crate**: Database-backed storage with initial schema migrations for persistent data management.
123-
- Comprehensive documentation including tutorials for getting started, advanced usage, automation, and custom detectors.
124-
- Example configurations and detector files to help users get started.
125-
- CI/CD workflows for continuous integration, documentation generation, and automated releases.
126-
- Agent-based development system for collaborative and automated code management.
127-
- Benchmarks and performance tests to ensure optimal scanning speed.
128-
- Test suites across crates for reliability and code quality.
124+
125+
### ⚙️ Miscellaneous Tasks
126+
127+
- Update changelog for v0.1.0
128+
- Update workflow to use GitHub artifacts for coverage instead of external services
129+
- Prepare for release v0.1.1-alpha
130+
131+
## [0.1.0] - 2025-10-06
132+
133+
### 🐛 Bug Fixes
134+
135+
- Format code 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.6"
3+
version = "0.1.5"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)