We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94280fc commit f265641Copy full SHA for f265641
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## [Unreleased]
+## [0.3.0] - 2026-01-16
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.3"
+VERSION="0.3.0"
8
TICKETS_DIR="${TICKETS_DIR:-.tickets}"
9
10
# Prefer ripgrep if available, fall back to grep
0 commit comments