Skip to content

Commit f13e677

Browse files
committed
docs: update CHANGELOG.md format
This aligns it with the suggested format at https://keepachangelog.com/en/1.0.0/.
1 parent f85429d commit f13e677

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [Unreleased]
99

1010
- BREAKING: Events are now grouped into transactions. This improves the UX around `git undo`, since it can undo groups of related events. This breaks the on-disk database format.
1111

12-
## v0.2.0 - 2020-03-15
12+
## [0.2.0] - 2020-03-15
1313

1414
Ported to Rust. No new features.
1515

1616
- Performance for repeated calls to Git hooks is significantly improved. This can happen when rebasing large commit stacks.
1717
- The `git undo` UI has been changed to use a Rust-specific TUI library (`cursive`).
1818

19-
## v0.1.0 - 2020-12-18
19+
## [0.1.0] - 2020-12-18
2020

2121
First beta release. Supports these commands:
2222

0 commit comments

Comments
 (0)