Change Log for Puppet::Moddeps
v2.0.0
- Rewrote to be more intelligent by using puppetfile-resolver
- Moved testing to GitHub Actions
v1.1.0
- converted to a class-based code structure
- removed Gemfile.lock for flexibility of using dynamic Puppet versions for
testing
- improved testablilty and fixed it so that all test pass
v1.2.0
- created this changelog
- simplified vagrant setup
- updated documentation
- fixed bug preventing reporting test results to multiple places
- adjusted testing code for Windows - builds should work just as on Linux