Skip to content

Commit 7a44908

Browse files
committed
Prepare version 1.2.0 release
1 parent 544cd8b commit 7a44908

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

CHANGELOG.md

+5-2
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] - 2019-08-15
7+
## [1.2.0] - 2020-01-11
88

99
### Added
1010
- Support for 256-color terminals
@@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1616
- Performance issue with show commit
1717
- Visual mode index error when changing action or swapping lines
1818
- Fixed crash with scrolling to max length
19+
- A empty rebase file now returns a zero exit code
20+
- External editing loop when an external editor returns an empty file
1921

2022
### Removed
2123
- Unused `errorColor` configuration
@@ -103,7 +105,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
103105
### Added
104106
- Initial project release
105107

106-
[Unreleased]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/1.1.0...HEAD
108+
[Unreleased]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/1.2.0...HEAD
109+
[1.2.0]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/1.1.0...1.2.0
107110
[1.1.0]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/1.0.0...1.1.0
108111
[1.0.0]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/0.7.0...1.0.0
109112
[0.7.0]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/0.6.0...0.7.0

Cargo.lock

+1-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 = "1.1.0"
3+
version = "1.2.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. Written in Rust using ncurses."

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ 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 the development build. For the current stable release please use the
14-
[1.1.x documentation](https://github.com/MitMaro/git-interactive-rebase-tool/tree/1.1.0/README.md).**
13+
**This is the documentation for version 1.2.0. For the previous release please use the
14+
[1.1.0 documentation](https://github.com/MitMaro/git-interactive-rebase-tool/tree/1.1.0/README.md).**
1515

1616
## Install
1717

0 commit comments

Comments
 (0)