Merge tag 'v6.1.5' into develop

Bump version to 6.1.5
This commit is contained in:
Ivan Kravets
2022-11-01 20:28:49 +02:00
3 changed files with 4 additions and 4 deletions

View File

@ -13,10 +13,10 @@ PlatformIO Core 6
**A professional collaborative platform for declarative, safety-critical, and test-driven embedded development.** **A professional collaborative platform for declarative, safety-critical, and test-driven embedded development.**
6.1.5 (2022-??-??) 6.1.5 (2022-11-01)
~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~
* Added a new ``enable_proxy_strict_ssl`` setting to disable the proxy server certificate verification (`issue #4432 <https://github.com/platformio/platformio-core/issues/4432>`_) * Added a new `enable_proxy_strict_ssl <https://docs.platformio.org/en/latest/core/userguide/cmd_settings.html>`__ setting to disable the proxy server certificate verification (`issue #4432 <https://github.com/platformio/platformio-core/issues/4432>`_)
* Documented `PlatformIO Core Proxy Configuration <https://docs.platformio.org/en/latest/core/installation/proxy-configuration.html>`__ * Documented `PlatformIO Core Proxy Configuration <https://docs.platformio.org/en/latest/core/installation/proxy-configuration.html>`__
* Speeded up device port finder by avoiding loading board HWIDs from development platforms * Speeded up device port finder by avoiding loading board HWIDs from development platforms
* Improved caching of build metadata in debug mode * Improved caching of build metadata in debug mode

2
docs

Submodule docs updated: 52e866813c...f82e7f4266

View File

@ -14,7 +14,7 @@
import sys import sys
VERSION = (6, 1, "5rc1") VERSION = (6, 1, 5)
__version__ = ".".join([str(s) for s in VERSION]) __version__ = ".".join([str(s) for s in VERSION])
__title__ = "platformio" __title__ = "platformio"