# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## 0.0.35 - 2026-01-12
### Bug Fixes
#### Bump
- Include archived changesets in git commit
## 0.0.34 - 2026-01-09
### Bug Fixes
#### Pkg
- Pass workspace patterns from config to MonorepoDetector
## 0.0.33 - 2026-01-09
### Miscellaneous Tasks
## 0.0.32 - 2026-01-09
### Miscellaneous Tasks
## 0.0.31 - 2025-12-12
### Miscellaneous Tasks
## 0.0.30 - 2025-12-12
### Features
#### WOR-TSK-196
- Implement bump integration tests and fix unified prerelease resolution
## 0.0.29 - 2025-12-11
### Features
#### WOR-TSK-197
- Add ARM64 Linux support for CLI binaries
## 0.0.28 - 2025-12-10
### Bug Fixes
#### WOR-TSK-183
- Fix derivable_impls warnings in cli crate for clippy 1.91
## 0.0.27 - 2025-12-05
### Miscellaneous Tasks
## 0.0.26 - 2025-12-04
### Documentation
#### WOR-TSK-173
- Add installation methods to CLI README
## 0.0.25 - 2025-12-03
### Miscellaneous Tasks
## 0.0.24 - 2025-12-03
### Miscellaneous Tasks
## 0.0.23 - 2025-11-28
### Bug Fixes
#### WOR-TSK-170
- Ensure main branch exists in e2e branch comparison test
- Add missing fields to execute module doctest example
### Features
#### WOR-TSK-170
- Add --affected flag to execute command
## 0.0.22 - 2025-11-27
### Bug Fixes
#### WOR-TSK-169
- Use cross-platform echo syntax in test scripts
### Features
#### WOR-TSK-169
- Add status and execute commands with doc test fixes
### Miscellaneous Tasks
#### WOR-TSK-169
- Move plan file to cli docs directory
## 0.0.21 - 2025-11-25
### Refactor
#### WOR-TSK-168
- Improve CLI parameter consistency and test organization
## 0.0.20 - 2025-11-25
### Refactor
#### Config
- Decouple config discovery from base crates
## 0.0.19 - 2025-11-21
### Bug Fixes
#### WOR-TSK-167
- Detect affected packages from branch diff instead of all commits
## 0.0.18 - 2025-11-21
### Miscellaneous Tasks
## 0.0.17 - 2025-11-21
### Features
#### WOR-TSK-165
- Implement backup control parameter for upgrade apply command
## 0.0.16 - 2025-11-20
### Features
#### WOR-TSK-164
- Implement registry override for upgrade check command
## 0.0.15 - 2025-11-20
### Bug Fixes
#### WOR-TSK-162
- Correct always_archive flag in failing tests
- Add missing always_archive field to doctest examples
### Documentation
#### WOR-TSK-162
- Add changeset archive policies documentation to README
### Features
#### WOR-TSK-162
- Implement prerelease parameter support with archive policy
#### WOR-TSK-163
- Implement package filtering for bump command
## 0.0.14 - 2025-11-20
### Features
## 0.0.13 - 2025-11-17
### Miscellaneous Tasks
## 0.0.12 - 2025-11-14
### Documentation
#### WOR-TSK-147
- Add comprehensive documentation for clone command ([#33](https://github.com/websublime/workspace-tools/pull/33))
## 0.0.11 - 2025-11-14
### Features
#### WOR-TSK-146
- Implement Story 11.5 - E2E tests for clone command ([#31](https://github.com/websublime/workspace-tools/pull/31))
## 0.0.10 - 2025-11-13
### Features
#### WOR-TSK-145
- Implement Story 11.4 - Init Integration and Output ([#29](https://github.com/websublime/workspace-tools/pull/29))
## 0.0.9 - 2025-11-13
### Features
#### WOR-TSK-144
- Implement Story 11.3 - Configuration Detection and Validation ([#27](https://github.com/websublime/workspace-tools/pull/27))
## 0.0.8 - 2025-11-13
### Features
#### WORK-TSK-143
- Implement Story 11.2 - Git Clone with Progress Bar ([#25](https://github.com/websublime/workspace-tools/pull/25))
## 0.0.7 - 2025-11-13
### Features
#### WOR-TSK-142
- Implement Story 11.1 - Core Clone Command Structure ([#23](https://github.com/websublime/workspace-tools/pull/23))
## 0.0.6 - 2025-11-12
### Features
#### WOR-TSK-138
- Add {short_commit} variable support in snapshot format ([#21](https://github.com/websublime/workspace-tools/pull/21))
## 0.0.5 - 2025-11-12
## 0.0.4 - 2025-11-11
## 0.0.3 - 2025-11-11
### Documentation
#### WOR-TSK-137
- Add complete CLI configuration and commands documentation ([#15](https://github.com/websublime/workspace-tools/pull/15))
## 0.0.2 - 2025-11-10
### Miscellaneous Tasks
## [0.0.1] - 2025-11-10
### Added
- Initial release of sublime_cli_tools (workspace binary)
- Comprehensive CLI for workspace management
- Changeset commands (create, update, list, show, remove)
- Version bump commands (preview, execute, snapshot)
- Dependency upgrade management
- Project health auditing
- Interactive prompts and rich terminal UI