Skip to content

v0.9.0

Latest
Compare
Choose a tag to compare
@carolynvs carolynvs released this 27 Jul 15:32
· 2 commits to main since this release
8303d87

🚨 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

Full Changelog: v0.8.1...v0.9.0