@@ -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
0 commit comments