[1.0.0-alpha.5](https://github.com/nickderobertis/multivenv/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2022-07-18)
Bug Fixes
* Don't stream output behind progress as it currently is not working correctly ([99a9f83](https://github.com/nickderobertis/multivenv/commit/99a9f838323082c488e2110c6d99872c96234091))
Features
* Add e2e test for multi-version/platform update ([499b700](https://github.com/nickderobertis/multivenv/commit/499b7001e4f6cf74c4e95d3ed80f96c11b23cc08))
* Add update command that is a wrapper around compile then sync ([ef7fc7e](https://github.com/nickderobertis/multivenv/commit/ef7fc7eeab732b1a6f77d1f31181796920a73fc6))
* Finish basic multi-compile with unit test, need to rework sync and do e2e tests ([33373bc](https://github.com/nickderobertis/multivenv/commit/33373bc3a6b0101f3396fb6fe7a15a6882a530cc))
* Implement compiling on multiple python versions and platforms (untested) ([a2c1cf5](https://github.com/nickderobertis/multivenv/commit/a2c1cf589ee9cb84dafb1cd50ac9787c58b16db2))
* Implement multi-version/platform in sync, just needs e2e test ([57c9a2e](https://github.com/nickderobertis/multivenv/commit/57c9a2e39e4d903244495a1351bb2ca97b54398e))
* Improve run output by combining stdout and stderr ([e57e765](https://github.com/nickderobertis/multivenv/commit/e57e765b718061a7c5f10e8d361fe855d99c7e2a))