From e5b1d4e74133c8fce064010cc32974d9ca7491ac Mon Sep 17 00:00:00 2001 From: Niels Nijens Date: Wed, 25 Nov 2015 13:43:08 +0100 Subject: [PATCH] Added CHANGELOG --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1ef461b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# CHANGELOG +All notable changes to this project will be documented in this file. + +This project adheres to [Semantic Versioning 2](http://semver.org/). + +## [Unreleased] + + +## 0.1.0 - 2015-11-25 + +Initial Chrono VCS wrapper release with checkout support for Git and Subversion. + +### Added + +* Repository wrapper that is able to detect which VCS adapter to use. +* Shell process abstraction with ProcessExecutor intermediate. +* Git(Hub) Repository adapter. +* Subversion Repository adapter. + +[Unreleased]: https://github.com/accompli/chrono/compare/0.1.0...HEAD