summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Oram <me@mitmaro.ca>2017-02-11 18:31:48 -0330
committerGitHub <noreply@github.com>2017-02-11 18:31:48 -0330
commit5434c39a72e7d4d0e75187c4fd729912a72590d9 (patch)
treecda91f92cbdc1a6bbbc32c82066cf38d25d78248
parente96410defd555fd452f89faf02ed994bbc5d8f77 (diff)
parent03eaae78b708b5fd90d2078d31ec5b35421224d1 (diff)
Merge pull request #23 from MitMaro/release-0.4.00.4.0
Release version 0.4.0
-rw-r--r--CHANGELOG.md5
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 5 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ceb475e..1757390 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]
+## [0.4.0] - 2017-02-11
### Added
- Support for scrolling
@@ -42,6 +42,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Initial project release
-[Unreleased]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/0.3.0...HEAD
+[Unreleased]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/0.4.0...HEAD
+[0.4.0]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/0.1.0...0.2.0
diff --git a/Cargo.lock b/Cargo.lock
index e4b096a..1f2ae7a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "git-interactive-rebase-tool"
-version = "0.3.0"
+version = "0.4.0"
dependencies = [
"pancurses 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
diff --git a/Cargo.toml b/Cargo.toml
index 2001b58..c673f1c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "git-interactive-rebase-tool"
-version = "0.3.0"
+version = "0.4.0"
authors = ["Tim Oram <mitmaro@gmail.com>"]
license = "ISC"
description = "Full feature terminal based sequence editor for git interactive rebase. Written in Rust using ncurses."