Version bump to 0.7.0, and catch up on ChangeLog.
This commit is contained in:
@@ -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
|
# 0.5.0
|
||||||
|
|
||||||
* Fixed listing of castles cloned using `homesick clone <github-user>/<github-repo>` (issue 3)
|
* Fixed listing of castles cloned using `homesick clone <github-user>/<github-repo>` (issue 3)
|
||||||
|
|||||||
2
Rakefile
2
Rakefile
@@ -22,7 +22,7 @@ Jeweler::Tasks.new do |gem|
|
|||||||
gem.email = "josh@technicalpickles.com"
|
gem.email = "josh@technicalpickles.com"
|
||||||
gem.homepage = "http://github.com/technicalpickles/homesick"
|
gem.homepage = "http://github.com/technicalpickles/homesick"
|
||||||
gem.authors = ["Joshua Nichols"]
|
gem.authors = ["Joshua Nichols"]
|
||||||
gem.version = "0.6.1"
|
gem.version = "0.7.0"
|
||||||
gem.license = "MIT"
|
gem.license = "MIT"
|
||||||
# Have dependencies? Add them to Gemfile
|
# Have dependencies? Add them to Gemfile
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user