Skip to content

Commit 5434c39

Browse files
authored
Merge pull request #23 from MitMaro/release-0.4.0
Release version 0.4.0
2 parents e96410d + 03eaae7 commit 5434c39

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
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]
7+
## [0.4.0] - 2017-02-11
88

99
### Added
1010
- Support for scrolling
@@ -42,6 +42,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4242
### Added
4343
- Initial project release
4444

45-
[Unreleased]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/0.3.0...HEAD
45+
[Unreleased]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/0.4.0...HEAD
46+
[0.4.0]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/0.3.0...0.4.0
4647
[0.3.0]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/0.2.0...0.3.0
4748
[0.2.0]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/0.1.0...0.2.0

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 = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Tim Oram <mitmaro@gmail.com>"]
55
license = "ISC"
66
description = "Full feature terminal based sequence editor for git interactive rebase. Written in Rust using ncurses."

0 commit comments

Comments
 (0)