Skip to content

Commit be38878

Browse files
authored
chore(release): prepare 0.13.0-beta.0 (#320)
1 parent 2b7e82a commit be38878

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ All notable user-visible changes to Hunk are documented in this file.
66

77
### Added
88

9+
### Changed
10+
11+
### Fixed
12+
13+
## [0.13.0-beta.0] - 2026-05-16
14+
15+
### Added
16+
917
- Added an `e` shortcut to open the selected diff file in `$EDITOR`.
1018
- Added `g` and `G` keyboard aliases for jump-to-top and jump-to-bottom review navigation.
1119
- Added session-persistent user-authored inline notes with `c` to draft/save notes.
@@ -323,7 +331,8 @@ All notable user-visible changes to Hunk are documented in this file.
323331

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

326-
[Unreleased]: https://github.com/modem-dev/hunk/compare/v0.12.0...HEAD
334+
[Unreleased]: https://github.com/modem-dev/hunk/compare/v0.13.0-beta.0...HEAD
335+
[0.13.0-beta.0]: https://github.com/modem-dev/hunk/compare/v0.12.0...v0.13.0-beta.0
327336
[0.12.0]: https://github.com/modem-dev/hunk/compare/v0.11.1...v0.12.0
328337
[0.11.1]: https://github.com/modem-dev/hunk/compare/v0.11.0...v0.11.1
329338
[0.11.0]: https://github.com/modem-dev/hunk/compare/v0.10.0...v0.11.0

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.12.0",
3+
"version": "0.13.0-beta.0",
44
"description": "Desktop-inspired terminal diff viewer for understanding agent-authored changesets.",
55
"keywords": [
66
"ai",

0 commit comments

Comments
 (0)