We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f984dd2 commit 2972fa3Copy full SHA for 2972fa3
1 file changed
CHANGELOG.md
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
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
22
## [0.1.2] - 2025-01-20
23
24
### Added
0 commit comments