Skip to content

Commit

Permalink
Prepare version 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MitMaro committed Jan 12, 2020
1 parent 544cd8b commit 7a44908
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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] - 2019-08-15
## [1.2.0] - 2020-01-11

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

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

[Unreleased]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/1.1.0...HEAD
[Unreleased]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/1.2.0...HEAD
[1.2.0]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/0.7.0...1.0.0
[0.7.0]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/0.6.0...0.7.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-interactive-rebase-tool"
version = "1.1.0"
version = "1.2.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."
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ 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 the development build. For the current stable release please use the
[1.1.x documentation](https://github.com/MitMaro/git-interactive-rebase-tool/tree/1.1.0/README.md).**
**This is the documentation for version 1.2.0. For the previous release please use the
[1.1.0 documentation](https://github.com/MitMaro/git-interactive-rebase-tool/tree/1.1.0/README.md).**

## Install

Expand Down

0 comments on commit 7a44908

Please sign in to comment.