diff --git a/CHANGELOG.md b/CHANGELOG.md index 68224e3..ae63217 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,17 @@ # Change Log This project tries to adhere to [Semantic Versioning](http://semver.org/). -### 0.1.0 - In development +## 0.1.0 - 2015-04-22 +Initial public release. + +### Changed +- Cleaned up documentation and website. +- Continuous integration testing via travis-ci. + ### Fixed - Fixed optional flag passing for `git add` wrapper. + ## 0.0.3 - 2015-03-16 ### Changed Two build-chain changes that should make it possible for the project to be @@ -17,6 +24,7 @@ for developers): ### Fixed - Reset ANSI colors properly after "Not a git repository" error. + ## 0.0.2 - 2015-03-10 ### Changed Some preliminary work towards robust cross platform support: @@ -28,5 +36,6 @@ Some preliminary work towards robust cross platform support: understandable by most shells but significantly less likely to appear in a filename. + ## 0.0.1 - 2015-03-04 First "ready for daily usage" internal alpha version.