Skip to content

Commit fc27edd

Browse files
committed
Release version 2.1.0
1 parent 9766be7 commit fc27edd

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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/) and this project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## [Unreleased]
6+
## [2.1.0] - 2021-04-20
77

88
### Added
99
- Label and description to commit edit ([#429](https://github.com/MitMaro/git-interactive-rebase-tool/pull/429))
@@ -153,7 +153,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
153153
### Added
154154
- Initial project release
155155

156-
[Unreleased]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/2.0.0...HEAD
156+
[Unreleased]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/2.1.0...HEAD
157+
[2.1.0]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/2.0.0...2.1.0
157158
[2.0.0]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/1.2.1...2.0.0
158159
[1.2.1]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/1.2.0...1.2.1
159160
[1.2.0]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/1.1.0...1.2.0

Cargo.lock

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-interactive-rebase-tool"
3-
version = "2.0.0"
3+
version = "2.1.0"
44
authors = ["Tim Oram <[email protected]>"]
55
license = "GPL-3.0-or-later"
66
description = "Full feature terminal based sequence editor for git interactive rebase."

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ Native cross-platform full feature terminal based [sequence editor][git-sequence
88

99
[![Git Interactive Rebase Tool](/docs/assets/images/girt-demo.gif?raw=true)](https://youtu.be/q3tzb-gQC0w)
1010

11-
**This is the documentation for the development build. For the current stable release, please use the [2.0.x documentation](https://github.com/MitMaro/git-interactive-rebase-tool/tree/2.0.0/README.md).**
12-
1311
## Table of Contents
1412

1513
* [Features](./README.md#features)

0 commit comments

Comments
 (0)