diff --git a/CHANGELOG.md b/CHANGELOG.md index da9203c..42c912c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and ## [Unreleased] +## [0.14.0] - 2026-05-16 + ### Added - `watch = true` in `.dunk/config.toml` (or `~/.config/dunk/config.toml`) now enables watch mode without passing `--watch` every time. The `--watch`/absence of it on the command line still overrides the config value. @@ -73,6 +75,9 @@ First `dunkdiff` release after the hard-fork rename. Bundles the agent-facing CL - `--agent-context` CLI flag and the `AgentContext` sidecar JSON model. - Dead `AgentCard` floating-popover surface — the inline `CommentCard` has been the canonical surface for a while. -[Unreleased]: https://github.com/amix/dunk/compare/v0.12.1...HEAD +[Unreleased]: https://github.com/amix/dunk/compare/v0.14.0...HEAD +[0.14.0]: https://github.com/amix/dunk/compare/v0.13.0...v0.14.0 +[0.13.0]: https://github.com/amix/dunk/compare/v0.12.2...v0.13.0 +[0.12.2]: https://github.com/amix/dunk/compare/v0.12.1...v0.12.2 [0.12.1]: https://github.com/amix/dunk/compare/v0.12.0...v0.12.1 [0.12.0]: https://github.com/amix/dunk/releases/tag/v0.12.0 diff --git a/package.json b/package.json index 53ed920..6ef8a6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dunkdiff", - "version": "0.13.0", + "version": "0.14.0", "description": "Review diffs in a TUI, leave inline comments, and let a coding agent resolve them.", "keywords": [ "code-review",