Skip to content

Commit a4ede1f

Browse files
authored
chore(release): prepare v0.1.14 (#9)
1 parent 4892ae6 commit a4ede1f

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
### Added
11+
- No unreleased changes yet.
12+
13+
## [0.1.14] - 2026-03-15
14+
1015
### Fixed
1116
- `taskplane doctor` now parses task-area `context:` paths only from the `task_areas` block, preventing false-positive CONTEXT warnings from unrelated YAML sections.
1217

@@ -56,7 +61,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5661
### Fixed
5762
- Dashboard root resolution based on runtime `--root` instead of hardcoded repo path
5863

59-
[Unreleased]: https://github.com/HenryLach/taskplane/compare/v0.1.13...HEAD
64+
[Unreleased]: https://github.com/HenryLach/taskplane/compare/v0.1.14...HEAD
65+
[0.1.14]: https://github.com/HenryLach/taskplane/releases/tag/v0.1.14
6066
[0.1.13]: https://github.com/HenryLach/taskplane/releases/tag/v0.1.13
6167
[0.1.12]: https://github.com/HenryLach/taskplane/releases/tag/v0.1.12
6268
[0.1.11]: https://github.com/HenryLach/taskplane/releases/tag/v0.1.11

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "taskplane",
3-
"version": "0.1.13",
3+
"version": "0.1.14",
44
"description": "AI agent orchestration for pi — parallel task execution with checkpoint discipline",
55
"keywords": [
66
"pi-package",

0 commit comments

Comments
 (0)