summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Oram <dev@mitmaro.ca>2021-04-20 09:36:00 -0230
committerTim Oram <dev@mitmaro.ca>2021-04-20 09:53:35 -0230
commitfc27eddef39618adbeb8a71a0ebc460dcc27393d (patch)
treedc5d7cff53df6bb8340c4146a33c9a3656279cdd
parent9766be7c1d46ffc5f99c96c75a4660e66f651876 (diff)
Release version 2.1.02.1.0
-rw-r--r--CHANGELOG.md5
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
4 files changed, 7 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 48a89f1..5de422f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
-## [Unreleased]
+## [2.1.0] - 2021-04-20
### Added
- 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
### Added
- Initial project release
-[Unreleased]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/2.0.0...HEAD
+[Unreleased]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/2.1.0...HEAD
+[2.1.0]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/2.0.0...2.1.0
[2.0.0]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/1.2.1...2.0.0
[1.2.1]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/1.2.0...1.2.1
[1.2.0]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/1.1.0...1.2.0
diff --git a/Cargo.lock b/Cargo.lock
index c95f8d6..9cae999 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
+version = 3
+
[[package]]
name = "ansi_term"
version = "0.11.0"
@@ -154,7 +156,7 @@ dependencies = [
[[package]]
name = "git-interactive-rebase-tool"
-version = "2.0.0"
+version = "2.1.0"
dependencies = [
"anyhow",
"chrono",
diff --git a/Cargo.toml b/Cargo.toml
index 2acaa2d..6ee07c8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "git-interactive-rebase-tool"
-version = "2.0.0"
+version = "2.1.0"
authors = ["Tim Oram <dev@mitmaro.ca>"]
license = "GPL-3.0-or-later"
description = "Full feature terminal based sequence editor for git interactive rebase."
diff --git a/README.md b/README.md
index 9fc2132..ceffc87 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,6 @@ Native cross-platform full feature terminal based [sequence editor][git-sequence
[![Git Interactive Rebase Tool](/docs/assets/images/girt-demo.gif?raw=true)](https://youtu.be/q3tzb-gQC0w)
-**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).**
-
## Table of Contents
* [Features](./README.md#features)