0.6.2
Fix incorrect FreeBSD to Cloudsmith package mapping
Ponyup now searches for FreeBSD packages on Cloudsmith using the unknown
vendor field. This field was previously left out, resulting in failed queries.
Switch support FreeBSD version
We've switched our supported FreeBSD from 12.1 to 12.2. The switch means that FreeBSD packages are tested and built on FreeBSD 12.2 and we no longer do any testing or building on 12.1.
You can continue using ponyup on FreeBSD 12.1 but we make no guarantees that it will work.
Fix confusing and seemingly broken installation on MacOS
MacOS installation looked like it was failing because it prompted for a libc version to install forcing the user to select "cancel" as the option. Ponyup was actually installed correctly, but the end user had no way of knowing.
[0.6.2] - 2021-03-19
Fixed
- Fix incorrect FreeBSD to Cloudsmith package mapping (PR #162)
- Don't prompt for libc type when not on Linux (PR #179)
Changed
- Switch FreeBSD supported version to 12.2 (PR #175)