BREAKING CHANGES
- Terrahash now records local module hashes as well. The default behavior is to include local and remote source modules in the mod lock file. If you generated a lock file previously, Terrahash will prompt you to update it with any local modules. You can ignore local modules with the global option
-i
or--ignore-local
.
ENHANCEMENTS
- Terrahash now records local modules by default. Resolves issue #19
OTHER STUFF
- Fixed an init test that was stupid. It is now less stupid. Hurray.
Full Changelog: v0.0.8...v0.1.0