Skip to content

Commit 8084021

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.0...v1.2.0) (2025-12-05)
1 parent 5f070fa commit 8084021

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Co-Authored-By: Claude <noreply@anthropic.com>
6363
- Powerful features (recurrence, subtasks, priorities)
6464
- Simple by default, scales to complex projects
6565

66-
**Status:** Draft v1.1.0 (specification complete, no parser yet)
66+
**Status:** Draft v1.2.0 (specification complete, no parser yet)
6767

6868
### Philosophy
6969

@@ -605,7 +605,7 @@ taskmark-spec/
605605

606606
| Component | Status | Notes |
607607
|-----------|--------|-------|
608-
| Specification | ✅ Complete | Draft v1.1.0 |
608+
| Specification | ✅ Complete | Draft v1.2.0 |
609609
| Reference Parser | ⏳ Not started | Python implementation planned |
610610
| VSCode Extension | ⏳ Not started | Syntax highlighting, task detection |
611611
| CLI Tool | ⏳ Not started | Query, filter, update tasks |

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# [1.2.0](https://github.com/taskmark/taskmark-spec/compare/v1.1.0...v1.2.0) (2025-12-05)
2+
13
# [1.1.0](https://github.com/taskmark/taskmark-spec/releases/tag/v1.1.0) (2025-12-05)
24

35
- Add v1.1.0 frontmatter enhancements and modular spec structure

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
**Plain-text todos that work everywhere.** Write tasks in Markdown, track them in git, and never lose your todos again.
77

8-
**Status:** Draft v1.1.0
8+
**Status:** Draft v1.2.0
99

1010
---
1111

@@ -249,7 +249,7 @@ Start with basic checkboxes. Add structure as your project grows. Use metadata i
249249

250250
## Implementation Status
251251

252-
**Specification:** ✅ Draft v1.1.0 (Complete)
252+
**Specification:** ✅ Draft v1.2.0 (Complete)
253253
**Reference Parser:** ⏳ Not yet implemented
254254
**Editor Support:** ⏳ Not yet implemented
255255

docs/specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TaskMark Format Specification
22

3-
**Version:** 1.1.0
3+
**Version:** 1.2.0
44
**Format:** Markdown (.md)
55
**Encoding:** UTF-8 (REQUIRED)
66
**Line Endings:** LF (`\n`) or CRLF (`\r\n`)

0 commit comments

Comments
 (0)