Skip to content

Commit 2972fa3

Browse files
committed
chore: release v0.2.0
1 parent f984dd2 commit 2972fa3

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0] - 2025-01-20
11+
12+
### Added
13+
14+
- **Delete Command (`stm delete`)**
15+
- Complete CRUD functionality with task deletion capability
16+
- Dependency validation to prevent breaking task relationships
17+
- Support for both standard `dependencies` and unknown field `depends_on` formats
18+
- Force flag (`--force`) to bypass dependency checks when needed
19+
- Comprehensive error handling with proper exit codes
20+
- Full test coverage including unit, integration, and E2E tests
21+
1022
## [0.1.2] - 2025-01-20
1123

1224
### Added

0 commit comments

Comments
 (0)