Skip to content

Commit bba877b

Browse files
committed
Update changelog for 2.3.0 release
1 parent 897c495 commit bba877b

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/).
55

6+
## [2.3.0] - 2022-10-13
7+
### Added
8+
- Support for update-ref action ([#801](https://github.com/MitMaro/git-interactive-rebase-tool/pull/801))
9+
- Search in the list view ([#797](https://github.com/MitMaro/git-interactive-rebase-tool/pull/797))
10+
611
## [2.2.1] - 2022-10-13
712
### Fixed
813
- Crash on multibyte strings in commit diff view ([#755](https://github.com/MitMaro/git-interactive-rebase-tool/pull/755))
@@ -165,9 +170,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
165170
### Added
166171
- Initial project release
167172

168-
[Unreleased]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/2.2.1...HEAD
169-
[2.2.1]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/2.2.1...2.2.0
170-
[2.2.0]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/2.2.0...2.1.0
173+
[Unreleased]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/2.3.0...HEAD
174+
[2.3.0]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/2.2.1...2.3.0
175+
[2.2.1]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/2.2.0...2.2.1
176+
[2.2.0]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/2.1.0...2.2.0
171177
[2.1.0]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/2.0.0...2.1.0
172178
[2.0.0]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/1.2.1...2.0.0
173179
[1.2.1]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/1.2.0...1.2.1

0 commit comments

Comments
 (0)