Skip to content

Version 0.13.0

Compare
Choose a tag to compare
@Javagedes Javagedes released this 31 Jan 00:40
· 358 commits to master since this release
c734b17

Breaking Changes

Interface Change

  • Improve error message in locate_tools when FindWithVsWhere fails by @Javagedes in #221

Integration Instructions

Before
FindWithVsWhere(products: str = "*", vs_version: str = None) -> (int, str)

After
FindWithVsWhere(products: str = "*", vs_version: str = None) -> str

FindWithVsWhere() will now return only the product (or None if VsWhere successfully executed but did not find the requested product). On failure, instead of returning a non zero status, an exception will be raised depending on the error reason, which can be handled by the calling function.

Changes

New Contributors

Full Changelog: v0.12.2...v0.13.0