We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1af639 commit 3e76209Copy full SHA for 3e76209
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## [Unreleased]
+## [0.2.3] - 2026-01-14
4
5
### Added
6
ticket
@@ -4,7 +4,7 @@ set -euo pipefail
# ticket - minimal ticket system with dependency tracking
# Stores markdown files with YAML frontmatter in .tickets/
7
-VERSION="0.2.2"
+VERSION="0.2.3"
8
TICKETS_DIR=".tickets"
9
10
# Prefer ripgrep if available, fall back to grep
0 commit comments