Skip to content

Releases: zetlen/distill

cli: v3.0.0

Choose a tag to compare

@github-actions github-actions released this 10 Jan 17:50
bf62797

3.0.0 (2026-01-10)

⚠ BREAKING CHANGES

  • Configuration structure redesigned around signals.

Code Refactoring

  • simplify configuration model with signals (#25) (6fea41a)

cli: v2.0.0

Choose a tag to compare

@github-actions github-actions released this 09 Jan 15:52
af6568a

2.0.0 (2026-01-09)

⚠ BREAKING CHANGES

  • remove unnecessary topic layer (#18)

Features

  • add CLI ergonomics with smart defaults and base command (#20) (28a44b4)
  • add concerns and stakeholders to configuration (#21) (f4e7fae)

Code Refactoring

cli: v1.1.0

Choose a tag to compare

@github-actions github-actions released this 06 Jan 02:06
11658bc

1.1.0 (2026-01-06)

Features

  • add JSON reporter to diff:annotate (#11) (9d56f57)
  • auto-detect PR for current branch in annotate pr command (74e4855)
  • Improved Code Context (Symbolic Context) (#13) (a65ee0b)
  • work directly with github PRs (#15) (74e4855)

Bug Fixes

  • address PR review feedback (74e4855)

cli: v1.0.2

Choose a tag to compare

@github-actions github-actions released this 05 Jan 19:20
fc13897

1.0.2 (2026-01-05)

Bug Fixes

  • use multi-stage Docker build for smaller image (#9) (fd08f77)

cli: v1.0.1

Choose a tag to compare

@github-actions github-actions released this 05 Jan 18:52
6307245

1.0.1 (2026-01-05)

Bug Fixes

  • add python3 to Docker image for tree-sitter wasm deps (#7) (13e921f)

cli: v1.0.0

Choose a tag to compare

@github-actions github-actions released this 05 Jan 18:44
a4a10ce

1.0.0 (2026-01-05)

Features