Skip to content

Commit 13035ce

Browse files
committed
Upgrade the build engine to the latest version of SCons (4.8.1)
1 parent b9d2724 commit 13035ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ test-driven methodologies, and modern toolchains for unrivaled success.
2222
~~~~~~~~~~~~~~~~~~~
2323

2424
* Introduced the `PLATFORMIO_SYSTEM_TYPE <https://docs.platformio.org/en/latest/envvars.html#envvar-PLATFORMIO_SYSTEM_TYPE>`__ environment variable, enabling manual override of the detected system type for greater flexibility and control in custom build environments
25-
* Upgraded the build engine to the latest version of SCons (4.8.0) to improve build performance, reliability, and compatibility with other tools and systems (`release notes <https://github.com/SCons/scons/releases/tag/4.8.0>`__)
25+
* Upgraded the build engine to the latest version of SCons (4.8.1) to improve build performance, reliability, and compatibility with other tools and systems (`release notes <https://github.com/SCons/scons/releases/tag/4.8.1>`__)
2626
* Upgraded the `Doctest <https://docs.platformio.org/en/latest/advanced/unit-testing/frameworks/doctest.html>`__ testing framework to version 2.4.11, the `GoogleTest <https://docs.platformio.org/en/latest/advanced/unit-testing/frameworks/doctest.html>`__ to version 1.15.2, and the `Unity <https://docs.platformio.org/en/latest/advanced/unit-testing/frameworks/unity.html>`__ to version 2.6.0, incorporating the latest features and improvements for enhanced testing capabilities
2727
* Corrected an issue where the incorrect public class was imported for the ``DoctestTestRunner`` (`issue #4949 <https://github.com/platformio/platformio-core/issues/4949>`_)
2828

platformio/dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_core_dependencies():
2121
return {
2222
"contrib-piohome": "~3.4.2",
2323
"contrib-pioremote": "~1.0.0",
24-
"tool-scons": "~4.40800.0",
24+
"tool-scons": "~4.40801.0",
2525
"tool-cppcheck": "~1.21100.0",
2626
"tool-clangtidy": "~1.150005.0",
2727
"tool-pvs-studio": "~7.18.0",

0 commit comments

Comments
 (0)