From c882a9c5004d546bb23bd0f758ae40cd57d1b063 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Sun, 23 Feb 2025 12:47:19 +0000 Subject: [PATCH] Update version --- arduino/library-arduino.json | 2 +- arduino/library-arduino.properties | 2 +- include/etl/version.h | 4 ++-- library.json | 2 +- library.properties | 2 +- support/Release notes.txt | 1 + version.txt | 2 +- 7 files changed, 8 insertions(+), 7 deletions(-) diff --git a/arduino/library-arduino.json b/arduino/library-arduino.json index 60a5d561..f3956d8c 100644 --- a/arduino/library-arduino.json +++ b/arduino/library-arduino.json @@ -1,6 +1,6 @@ { "name": "Embedded Template Library ETL", - "version": "20.39.5", + "version": "20.40.0", "authors": { "name": "John Wellbelove", "email": "john.wellbelove@etlcpp.com" diff --git a/arduino/library-arduino.properties b/arduino/library-arduino.properties index f077e3ec..307259d1 100644 --- a/arduino/library-arduino.properties +++ b/arduino/library-arduino.properties @@ -1,5 +1,5 @@ name=Embedded Template Library ETL -version=20.39.5 +version=20.40.0 author= John Wellbelove maintainer=John Wellbelove license=MIT diff --git a/include/etl/version.h b/include/etl/version.h index a7635e1a..62fc3f73 100644 --- a/include/etl/version.h +++ b/include/etl/version.h @@ -39,8 +39,8 @@ SOFTWARE. ///\ingroup utilities #define ETL_VERSION_MAJOR 20 -#define ETL_VERSION_MINOR 39 -#define ETL_VERSION_PATCH 5 +#define ETL_VERSION_MINOR 40 +#define ETL_VERSION_PATCH 0 #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 e3e12882..86f93c6c 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "Embedded Template Library", - "version": "20.39.5", + "version": "20.40.0", "authors": { "name": "John Wellbelove", "email": "john.wellbelove@etlcpp.com" diff --git a/library.properties b/library.properties index 37bcbb48..0e051388 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Embedded Template Library -version=20.39.5 +version=20.40.0 author= John Wellbelove maintainer=John Wellbelove license=MIT diff --git a/support/Release notes.txt b/support/Release notes.txt index 0bae2985..a16f8ecb 100644 --- a/support/Release notes.txt +++ b/support/Release notes.txt @@ -42,6 +42,7 @@ Fixes: #1022 Request: Add option to disable non-lock-free atomics - Added is_always_lock_free member constant to etl::atomic #1030 Modify etl::message_packet to not require polymorphic messages #1031 etl::string is invalid if calling assign() with itself. Added additional checks for self assignment. +#1032 Tasking Compiler Failure For parameter_pack.h Pull Requests: #947 Remove unused git submodule config diff --git a/version.txt b/version.txt index f5a151e5..f1a366ea 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -20.39.5 +20.40.0