From 638a706dea51c88b38834bce1f6d11aeeee617c1 Mon Sep 17 00:00:00 2001 From: Tim Oram Date: Thu, 15 Aug 2019 20:38:25 -0230 Subject: Update Change log and README for version 1.1.0 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 3 +++ 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 "] 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) -- cgit v1.2.3