What's Changed
* Rj/versioning check helpers by neontty in https://github.com/SimpleDataLabsInc/prophecy-build-tool/pull/127
adds helpers to the versioning subcommand:
--check-sync: checks to see if versions are synchronized. return 0 success or 1 fail.
--make-unique: adds prerelease candidate and build metadata to differentiate version for working on feature branches (if users need to deploy artifacts simultaneously in dev environment)
--compare: compare current version to version in another target branch. return 0 success or 1 fail. If combined with the --bump option then it will use that strategy to bump the current version past the target.
also renames --set-prerelease to --set-suffix as the suffix can also hold build data.
**Full Changelog**: https://github.com/SimpleDataLabsInc/prophecy-build-tool/compare/1.2.41...1.2.42