Skip to content

Commit b0e82d4

Browse files
authored
Merge pull request #163 from MitMaro/tim/update-changelog
Update Change log and README for version 1.1.0
2 parents 2f266c1 + 638a706 commit b0e82d4

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [Unreleased] - Future
7+
## [1.1.0] - 2019-08-15
88

99
### Added
1010
- Add support for the break action

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-interactive-rebase-tool"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
authors = ["Tim Oram <dev@mitmaro.ca>"]
55
license = "GPL-3.0-or-later"
66
description = "Full feature terminal based sequence editor for git interactive rebase. Written in Rust using ncurses."

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Git 1.7.8+. Written in Rust using ncurses.
1010

1111
![Git Interactive Rebase Tool](/docs/assets/images/git-interactive-rebase-demo.gif?raw=true)
1212

13+
**This is the documentation for version 1.1.0. For the previous release please use the
14+
[1.0.0 documentation](https://github.com/MitMaro/git-interactive-rebase-tool/tree/1.0.0/README.md).**
15+
1316
## Install
1417

1518
* [Cargo](./readme/install.md#cargo-package-manager)

0 commit comments

Comments
 (0)