diff --git a/ChangeLog.markdown b/ChangeLog.markdown index 7a0b662..c8cd98a 100644 --- a/ChangeLog.markdown +++ b/ChangeLog.markdown @@ -1,3 +1,9 @@ +# 0.9.4 + * Use https protocol instead of git protocol + * Introduce new commands + * `homesick unlink` + * `homesick rc` + # 0.9.3 * Add recursive option to `homesick clone` diff --git a/README.markdown b/README.markdown index e025dda..cbbfb5b 100644 --- a/README.markdown +++ b/README.markdown @@ -31,6 +31,10 @@ If you use the shorthand syntax for GitHub repositories in your clone, please no homesick symlink technicalpickles/pickled-vim +You can remove symlinks anytime when you don't need them anymore + + homesick unlink pickled-vim + If you're not sure what castles you have around, you can easily list them: homesick list diff --git a/homesick.gemspec b/homesick.gemspec index 73e0901..6a59406 100644 --- a/homesick.gemspec +++ b/homesick.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.name = "homesick" - s.version = "0.9.3" + s.version = "0.9.4" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Joshua Nichols", "Yusuke Murata"]