Skip to content

Commit 451e77c

Browse files
committed
chore(release): prepare 0.11.0
1 parent 5d36791 commit 451e77c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ All notable user-visible changes to Hunk are documented in this file.
1010

1111
### Fixed
1212

13-
## [0.11.0-beta.0] - 2026-05-09
13+
## [0.11.0] - 2026-05-09
1414

1515
### Added
1616

@@ -269,8 +269,8 @@ All notable user-visible changes to Hunk are documented in this file.
269269

270270
- Stabilized diff repainting, active-hunk scrolling, syntax highlighting, pager stdin patch handling, and terminal cleanup on exit.
271271

272-
[Unreleased]: https://github.com/modem-dev/hunk/compare/v0.11.0-beta.0...HEAD
273-
[0.11.0-beta.0]: https://github.com/modem-dev/hunk/compare/v0.10.0...v0.11.0-beta.0
272+
[Unreleased]: https://github.com/modem-dev/hunk/compare/v0.11.0...HEAD
273+
[0.11.0]: https://github.com/modem-dev/hunk/compare/v0.10.0...v0.11.0
274274
[0.10.0]: https://github.com/modem-dev/hunk/compare/v0.9.5...v0.10.0
275275
[0.9.5]: https://github.com/modem-dev/hunk/compare/v0.9.4...v0.9.5
276276
[0.9.4]: https://github.com/modem-dev/hunk/compare/v0.9.3...v0.9.4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hunkdiff",
3-
"version": "0.11.0-beta.0",
3+
"version": "0.11.0",
44
"description": "Desktop-inspired terminal diff viewer for understanding agent-authored changesets.",
55
"keywords": [
66
"ai",

0 commit comments

Comments
 (0)