Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@ned1313 ned1313 released this 15 Jul 16:50
3832108

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

Changelog

  • 03bc041 Add local module support
  • 3832108 Merge pull request #19 from ned1313/local-module-support
  • 6fc738b Update version number
  • b45dfd2 update init test to check for error
  • 646f770 update tests for new local value