🚨 Breaking Changes
There are breaking function signature changes in this release (sorry).
pkg.IsCommandAvailable reordered the arguments to be more consistent with other commands and now only accepts a single string for the version argument/flag. For example, pkg.IsCommandAvailable("mycmd", "--version", "1.2.3")
What's Changed
- Only build main for pushes by @carolynvs in #25
- Add Move command by @carolynvs in #24
- Use version range when checking if installed by @carolynvs in #22
- Add EnsurePackageWith/InstallPackageWith by @carolynvs in #27
- Improve godoc for mgx package by @carolynvs in #28
Full Changelog: v0.8.1...v0.9.0