- Added an error message when attempting to lock invalid repositories.
0.8
- Switched to using repository mirrors to speed up cloning. - Disabled automatic fetching on install. - Added `--fetch` option on `install` to always fetch. - Now displaying `git status` output when there are changes.
0.7
- Fixed `git remote rm` command. (hdnivara) - Now applying the `update` dependency filter to locking as well. - Now only locking previous locked dependencies. - Added `lock` command to manually save all dependency versions. - Now requiring `--lock` option on `update` to explicitly lock dependencies.
0.6
- Added the ability to filter the dependency list on `install` and `update`. - Added `--depth` option to limit dependency traversal on `install`, `update`, and `list`.