From 293c7dfcfc9582cf955a4d72264f92db4bba3c8e Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Thu, 12 Jun 2025 13:22:32 +0100 Subject: [PATCH] Update release --- 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 | 10 ++++++++++ version.txt | 2 +- 7 files changed, 16 insertions(+), 6 deletions(-) diff --git a/arduino/library-arduino.json b/arduino/library-arduino.json index 99728653..f4d9f213 100644 --- a/arduino/library-arduino.json +++ b/arduino/library-arduino.json @@ -1,6 +1,6 @@ { "name": "Embedded Template Library ETL", - "version": "20.41.6", + "version": "20.41.7", "authors": { "name": "John Wellbelove", "email": "john.wellbelove@etlcpp.com" diff --git a/arduino/library-arduino.properties b/arduino/library-arduino.properties index 24174bfd..f10f70f9 100644 --- a/arduino/library-arduino.properties +++ b/arduino/library-arduino.properties @@ -1,5 +1,5 @@ name=Embedded Template Library ETL -version=20.41.6 +version=20.41.7 author= John Wellbelove maintainer=John Wellbelove license=MIT diff --git a/include/etl/version.h b/include/etl/version.h index e319ab8b..c50ccd90 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 41 -#define ETL_VERSION_PATCH 6 +#define ETL_VERSION_PATCH 7 #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 423e1442..0fe1a99e 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "Embedded Template Library", - "version": "20.41.6", + "version": "20.41.7", "authors": { "name": "John Wellbelove", "email": "john.wellbelove@etlcpp.com" diff --git a/library.properties b/library.properties index 4d82a144..c5dade5a 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Embedded Template Library -version=20.41.6 +version=20.41.7 author= John Wellbelove maintainer=John Wellbelove license=MIT diff --git a/support/Release notes.txt b/support/Release notes.txt index 7848748a..2596a0fa 100644 --- a/support/Release notes.txt +++ b/support/Release notes.txt @@ -1,4 +1,14 @@ =============================================================================== +20.41.7 + +Fixes: +Fixed std::string_view include warning for < C++17 +#1123 Bug: Possible NULL Pointer Dereference in set.h +#1124 alignment.h won't compile as C++03 +#1125 For cogapp, use cog instead of python + + +=============================================================================== 20.41.6 Updates: diff --git a/version.txt b/version.txt index a3353307..4fde72d4 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -20.41.6 +20.41.7