Skip to content

Commit fc32861

Browse files
authored
Merge pull request #31 from MitMaro/version-0.5.0
Release version 0.5.0
2 parents 2e17bac + 815c0a6 commit fc32861

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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+
## [0.5.0] - 2017-12-29
8+
9+
### Added
10+
- `--version` and `-v` options to print current version
11+
712
## [0.4.0] - 2017-02-11
813

914
### Added
@@ -42,7 +47,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4247
### Added
4348
- Initial project release
4449

45-
[Unreleased]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/0.4.0...HEAD
50+
[Unreleased]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/0.5.0...HEAD
51+
[0.5.0]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/0.4.0...0.5.0
4652
[0.4.0]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/0.3.0...0.4.0
4753
[0.3.0]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/0.2.0...0.3.0
4854
[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: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
[package]
22
name = "git-interactive-rebase-tool"
3-
version = "0.4.0"
3+
version = "0.5.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."
77
repository = "https://github.com/MitMaro/git-interactive-rebase-tool"
88
keywords = [ "git", "editor", "tool", "rebase", "interactive", "ncurses" ]
99
readme = "README.md"
10+
include = [
11+
"**/*.rs",
12+
"Cargo.toml",
13+
"CHANGELOG.md",
14+
"LICENSE",
15+
"README.md"
16+
]
1017

1118
[dependencies]
1219
clippy = {version = "*", optional = true}

0 commit comments

Comments
 (0)