v0.6.1
- The
update
command now has a--nonzero
option. This will return an error code of 1 (instead of 0) in the event that modulo actually needed to clone dependencies. This is useful for CI system integration. - Removed extraneous debug related print statements.
- Updated documentation.
- Various other small issues resolved.