summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTim Oram <mitmaro@gmail.com>2017-12-29 15:38:05 -0330
committerTim Oram <mitmaro@gmail.com>2017-12-29 15:38:05 -0330
commit815c0a6ee3f059cb68ce117bf6b512eeb63464f5 (patch)
tree2ea5d3024192b83ea03662d428b277a75f7c5c1e /CHANGELOG.md
parent2e17bac131172a193fa7d0e3a58208761dc27a9c (diff)
Release version 0.5.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1757390..11f2078 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,11 @@ 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/).
+## [0.5.0] - 2017-12-29
+
+### Added
+- `--version` and `-v` options to print current version
+
## [0.4.0] - 2017-02-11
### Added
@@ -42,7 +47,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/0.4.0...HEAD
+[Unreleased]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/0.5.0...HEAD
+[0.5.0]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/0.4.0...0.5.0
[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