Skip to content

Commit 30c0060

Browse files
committed
Release 0.12.0
1 parent 6abb842 commit 30c0060

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.12.0]
11+
1012
### Added
1113

1214
- A landing page under `docs/`, deployed to GitHub Pages by a new `pages.yml`
1315
workflow: the loop as a diagram, the four stages of a review, the agent
1416
contract, install, and the comparison table.
15-
1617
- The README compares margin with tuicr, hunk and lumen on margin's own axes,
1718
and states the non-goals (forge submission, foreign pull requests, mercurial,
1819
a full vim modality, a theme gallery, a library API) so the tools that do
1920
cover them are easy to find.
20-
2121
- Track the annotated commit across amend and rebase on git, not only on jj: a
2222
commit that history no longer contains is matched against recent commits on
2323
all refs by author, author date and subject, so `revision_state` reports
2424
`amended`, `divergent` or `abandoned` there too. The heuristic is weaker than
2525
jj's change ids — a reworded commit reads as `abandoned` — and `revision_state`
2626
is now omitted only for annotations on git's working copy.
27-
2827
- `margin list --json` now reports each annotation's `history`: the outcomes
2928
recorded against it, oldest first, with the reply or reopen reason said about
3029
each. Replies were written to the log but never read back out, so an agent

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "margin"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
edition = "2024"
55
description = "A local TUI for code-review annotations over git/jj"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)