From b5e065e1c8a5a232109353fe9a3df56800213abb Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Wed, 10 Sep 2025 20:52:16 +0100 Subject: [PATCH] Updated version and release notes --- arduino/library-arduino.json | 2 +- arduino/library-arduino.properties | 2 +- include/etl/version.h | 2 +- library.json | 2 +- library.properties | 2 +- support/Release notes.txt | 7 +++++++ version.txt | 2 +- 7 files changed, 13 insertions(+), 6 deletions(-) diff --git a/arduino/library-arduino.json b/arduino/library-arduino.json index 5e951baa..917ae676 100644 --- a/arduino/library-arduino.json +++ b/arduino/library-arduino.json @@ -1,6 +1,6 @@ { "name": "Embedded Template Library ETL", - "version": "20.43.1", + "version": "20.43.2", "authors": { "name": "John Wellbelove", "email": "john.wellbelove@etlcpp.com" diff --git a/arduino/library-arduino.properties b/arduino/library-arduino.properties index ad368df4..cee37df3 100644 --- a/arduino/library-arduino.properties +++ b/arduino/library-arduino.properties @@ -1,5 +1,5 @@ name=Embedded Template Library ETL -version=20.43.1 +version=20.43.2 author= John Wellbelove maintainer=John Wellbelove license=MIT diff --git a/include/etl/version.h b/include/etl/version.h index b5c6ea9e..cabd4d69 100644 --- a/include/etl/version.h +++ b/include/etl/version.h @@ -40,7 +40,7 @@ SOFTWARE. #define ETL_VERSION_MAJOR 20 #define ETL_VERSION_MINOR 43 -#define ETL_VERSION_PATCH 1 +#define ETL_VERSION_PATCH 2 #define ETL_VERSION ETL_STRING(ETL_VERSION_MAJOR) "." ETL_STRING(ETL_VERSION_MINOR) "." ETL_STRING(ETL_VERSION_PATCH) #define ETL_VERSION_W ETL_WIDE_STRING(ETL_VERSION_MAJOR) L"." ETL_WIDE_STRING(ETL_VERSION_MINOR) L"." ETL_WIDE_STRING(ETL_VERSION_PATCH) diff --git a/library.json b/library.json index 303c5d4b..57cf258f 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "Embedded Template Library", - "version": "20.43.1", + "version": "20.43.2", "authors": { "name": "John Wellbelove", "email": "john.wellbelove@etlcpp.com" diff --git a/library.properties b/library.properties index cc7168ad..4079e46f 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Embedded Template Library -version=20.43.1 +version=20.43.2 author= John Wellbelove maintainer=John Wellbelove license=MIT diff --git a/support/Release notes.txt b/support/Release notes.txt index 9916964d..77d9728d 100644 --- a/support/Release notes.txt +++ b/support/Release notes.txt @@ -1,4 +1,11 @@ =============================================================================== +20.43.2 + +Pull Requests: +#1182 Fix etl::typed_storage by supporting omitted destructors +#1183 Regression fix: Support zero arguments emplace() in etl::optional + +=============================================================================== 20.43.1 Updates: diff --git a/version.txt b/version.txt index 411c7d3b..f9ffdf0b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -20.43.1 +20.43.2