Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 06 Dec 23:07
· 2 commits to main since this release

2.0.0 (2025-12-06)

  • docs(spec)!: reorganize repository and simplify date handling (#6) (0f986fe)

Bug Fixes

  • release: add breaking change rule to trigger major version (483fd52)

BREAKING CHANGES

  • Multiple breaking changes to spec format

Date handling changes:

  • Remove positional dates (bare YYYY-MM-DD after priority)
  • All dates now require key:value syntax (planned:, due:, done:)
  • Rename frontmatter field: date_format → datetime_format
  • Add bracket syntax for optional time: %d/%m/%Y[ %H:%M]

Repository reorganization:

  • Move specification from docs/ to spec/
  • Move implementation docs (compatibility, libraries) to docs/
  • Flatten tests/golden/ to tests/
  • Remove examples/ (converted to golden tests T12-T15)

New content:

  • Add golden test suite T01-T15 with full conformance coverage
  • Add TESTING.md with test harness documentation
  • Add CATALOG.md with detailed coverage matrix

Config updates:

  • Update CI, pre-commit, and release configs for new paths
  • Add docs(spec) scope rule for semantic release
  • Exclude tests/ from linting (intentional edge cases)