From 7f291117cfa5266a8241b08d080ad15a91fd90ad Mon Sep 17 00:00:00 2001 From: George Mendoza Date: Sun, 1 Apr 2012 18:35:51 +0800 Subject: [PATCH] Bump to 0.6. --- CHANGELOG.markdown | 5 +++++ lib/gitara/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 5babc6a..9786a65 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,3 +1,8 @@ +0.6.0 - 2012-04-01 +------------------ + +* [#22] I should be able to add repeats and alternatives. + 0.5.0 - 2012-03-18 ------------------ diff --git a/lib/gitara/version.rb b/lib/gitara/version.rb index 50b745c..ab0f188 100644 --- a/lib/gitara/version.rb +++ b/lib/gitara/version.rb @@ -1,3 +1,3 @@ module Gitara - VERSION = "0.5.0" + VERSION = "0.6.0" end