summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTim Oram <mitmaro@gmail.com>2017-01-21 23:07:37 -0330
committerTim Oram <mitmaro@gmail.com>2017-01-21 23:07:37 -0330
commite4567a080cc8e5b07152b30af0ae58b6a8da5364 (patch)
tree7f721674c24f42fd308438a6dffeaca602109004 /CHANGELOG.md
parent637796c96a029c874985d59044fb612d584b0534 (diff)
Added documentation
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md38
1 files changed, 38 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..eb85112
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,38 @@
+# Change Log
+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.3.0] - 2017-01-21
+### Changed
+- Cleaned up help
+
+### Added
+- Build setup
+- Documentation with `README.md`
+- LICENSE
+
+### Changed
+- `Cargo.toml` cleaned up
+
+## [0.2.0] - 2017-01-07
+### Added
+- `Q` key that immediately aborts
+- `W` key that immediately resumes rebase
+
+### Fixed
+- Fixed actions for `j` and `k` keys
+
+### Changed
+- Complete rewrite of the project
+- Removed `exec` support
+- Friendlier selection indicator
+
+## 0.1.0 - 2016-12-22
+### Added
+- Initial project release
+
+[Unreleased]: https://github.com/MitMaro/git-interactive-rebase-tool/compare/0.3.0...HEAD
+[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