PlatformIO v5.0.1 Release Notes
Release Date: 2020-09-10 // over 2 years ago-
- โ Added support for "owner" requirement when declaring
dependencies
using library.json - ๐ฆ Fixed an issue when using a custom git/ssh package with platform_packages option (issue #3624)
- Fixed an issue with "ImportError: cannot import name '_get_backend' from 'cryptography.hazmat.backends'" when using Remote Development on RaspberryPi device (issue #3652)
- ๐ Fixed an issue when pio package unpublish command crashes (issue #3660)
- ๐ Fixed an issue when the package manager tries to install a built-in library from the registry (issue #3662)
- ๐ Fixed an issue with incorrect value for C++ language standard in IDE projects when an in-progress language standard is used (issue #3653)
- ๐ Fixed an issue with "Invalid simple block (semantic_version)" from library dependency that refs to an external source (repository, ZIP/Tar archives) (issue #3658)
- ๐ Fixed an issue when can not remove update or remove external dev-platform using PlatformIO Home (issue #3663)
- โ Added support for "owner" requirement when declaring