From f0c947a50ba365699197e8feca3d28350cdfb4cf Mon Sep 17 00:00:00 2001 From: Josh Nichols Date: Mon, 30 May 2011 21:22:21 -0400 Subject: [PATCH] Version bump to 0.7.0, and catch up on ChangeLog. --- ChangeLog.markdown | 17 +++++++++++++++++ Rakefile | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/ChangeLog.markdown b/ChangeLog.markdown index 8f55f82..63234e3 100644 --- a/ChangeLog.markdown +++ b/ChangeLog.markdown @@ -1,3 +1,20 @@ +# 0.7.0 + * Fixed double-cloning #14 + * New option for pull command: --all + * pulls each castle, instead of just one + +# 0.6.1 + + * Add a license + +# 0.6.0 + + * Introduce .homesickrc + * Castles can now have a .homesickrc inside them + * On clone, this is eval'd inside the destination directory + * Introduce track command + * Allows easily moving an existing file into a castle, and symlinking it back + # 0.5.0 * Fixed listing of castles cloned using `homesick clone /` (issue 3) diff --git a/Rakefile b/Rakefile index 1cb303d..40254bf 100644 --- a/Rakefile +++ b/Rakefile @@ -22,7 +22,7 @@ Jeweler::Tasks.new do |gem| gem.email = "josh@technicalpickles.com" gem.homepage = "http://github.com/technicalpickles/homesick" gem.authors = ["Joshua Nichols"] - gem.version = "0.6.1" + gem.version = "0.7.0" gem.license = "MIT" # Have dependencies? Add them to Gemfile