summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Oram <dev@mitmaro.ca>2019-08-16 09:53:40 -0230
committerGitHub <noreply@github.com>2019-08-16 09:53:40 -0230
commitb0e82d4ada0d6506435b15fc75dbff5945c337ed (patch)
tree8753af80eb8a767d644084260ac44e5585e72d5c
parent2f266c1fc4aed8af90455145d30f2c924f6b3525 (diff)
parent638a706dea51c88b38834bce1f6d11aeeee617c1 (diff)
Merge pull request #163 from MitMaro/tim/update-changelog1.1.01.1.x
Update Change log and README for version 1.1.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md3
4 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 30fbddb..0e4233e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,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] - Future
+## [1.1.0] - 2019-08-15
### Added
- Add support for the break action
diff --git a/Cargo.lock b/Cargo.lock
index 71cdd10..ed442e2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -59,7 +59,7 @@ dependencies = [
[[package]]
name = "git-interactive-rebase-tool"
-version = "1.0.0"
+version = "1.1.0"
dependencies = [
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 1c42a7b..df21de8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "git-interactive-rebase-tool"
-version = "1.0.0"
+version = "1.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. Written in Rust using ncurses."
diff --git a/README.md b/README.md
index 6b32392..6dd8f84 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,9 @@ Git 1.7.8+. Written in Rust using ncurses.
![Git Interactive Rebase Tool](/docs/assets/images/git-interactive-rebase-demo.gif?raw=true)
+**This is the documentation for version 1.1.0. For the previous release please use the
+[1.0.0 documentation](https://github.com/MitMaro/git-interactive-rebase-tool/tree/1.0.0/README.md).**
+
## Install
* [Cargo](./readme/install.md#cargo-package-manager)