ChangeLog.markdown in homesick-0.6.1 vs ChangeLog.markdown in homesick-0.7.0

- old
+ new

@@ -1,4 +1,21 @@ +# 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 <github-user>/<github-repo>` (issue 3) * Added `homesick pull <CASTLE>` for updating castles (thanks Jorge Dias!) * Added a very basic `homesick generate <CASTLE>`