Skip to content

Commit 4be7ddc

Browse files
committed
changelog: add v0.3.0
1 parent bafc69e commit 4be7ddc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ All notable changes to this project will be documented in this file.
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [0.3.0] - 2024-10-23
11+
12+
This release adds support for comparing revisions from CLI.
13+
14+
### Added
15+
16+
- add `diff FROM TO` subcommand, where `FROM,TO` are revisions to compare
17+
- add `difftool FROM TO` subcommand, where `FROM,TO` are revisions to compare
18+
1019
## [0.2.0] - 2024-10-23
1120

1221
This release renames the tool from `gh-revision` to `gh-pr-revision`.
@@ -32,3 +41,4 @@ Initial release.
3241

3342
[0.1.0]: https://github.com/hushsecurity/gh-pr-revision/releases/tag/v0.1.0
3443
[0.2.0]: https://github.com/hushsecurity/gh-pr-revision/compare/v0.1.0...v0.2.0
44+
[0.3.0]: https://github.com/hushsecurity/gh-pr-revision/compare/v0.2.0...v0.3.0

0 commit comments

Comments
 (0)