diff --git a/ChangeLog.markdown b/ChangeLog.markdown index 53fd79b..e26fc47 100644 --- a/ChangeLog.markdown +++ b/ChangeLog.markdown @@ -1,8 +1,16 @@ +# 2.0.0 + + * Better support for recognizing git urls (thanks jacobat!) + * if it looks like a github user/repo, do that + * otherwise hand off to git clone + * Listing now displays in color, and show git remote + * Support pretend, force, and quiet modes + # 0.1.1 * Fixed trying to link against castles that don't exist * Fixed linking, which tries to exclude . and .. from the list of files to - link (thanks Martinos) + link (thanks Martinos!) # 0.1.0 diff --git a/Rakefile b/Rakefile index 5cab9dd..922b73d 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.1.1" + gem.version = "0.2.0" # Have dependencies? Add them to Gemfile # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings