Version bump to 0.4.0

This commit is contained in:
Joshua Nichols
2010-04-01 22:02:21 -04:00
parent c0797dd607
commit 958ab3e09e
2 changed files with 10 additions and 3 deletions

View File

@@ -1,9 +1,16 @@
# 3.0.0
# 0.4.0
* `homesick clone` can now take a path to a directory on the filesystem, which will be symlinked into place
* `homesick clone` now tries to `git submodule init` and `git submodule update` if git submodules are defined for a cloned repo
* Fixed missing dependency on thor and others
* Use HOME environment variable for where to store files, instead of assuming ~
# 0.3.0
* Renamed 'link' to 'symlink'
* Fixed conflict resolution when symlink destination exists and is a normal file
# 2.0.0
# 0.2.0
* Better support for recognizing git urls (thanks jacobat!)
* if it looks like a github user/repo, do that