From daeb4bdbcd30d985a639526e7ce0c536cc6e1374 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Sun, 25 May 2025 23:12:27 +0100 Subject: [PATCH] Updated version and 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 | 12 ++++++++++++ version.txt | 2 +- 7 files changed, 18 insertions(+), 6 deletions(-) diff --git a/arduino/library-arduino.json b/arduino/library-arduino.json index acec9376..3561c28d 100644 --- a/arduino/library-arduino.json +++ b/arduino/library-arduino.json @@ -1,6 +1,6 @@ { "name": "Embedded Template Library ETL", - "version": "20.41.0", + "version": "20.41.1", "authors": { "name": "John Wellbelove", "email": "john.wellbelove@etlcpp.com" diff --git a/arduino/library-arduino.properties b/arduino/library-arduino.properties index 46493233..7719f66a 100644 --- a/arduino/library-arduino.properties +++ b/arduino/library-arduino.properties @@ -1,5 +1,5 @@ name=Embedded Template Library ETL -version=20.41.0 +version=20.41.1 author= John Wellbelove maintainer=John Wellbelove license=MIT diff --git a/include/etl/version.h b/include/etl/version.h index 24dd4ae6..98a87e2a 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 0 +#define ETL_VERSION_PATCH 1 #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 1d95dcab..7b23cd87 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "Embedded Template Library", - "version": "20.41.0", + "version": "20.41.1", "authors": { "name": "John Wellbelove", "email": "john.wellbelove@etlcpp.com" diff --git a/library.properties b/library.properties index 583593d8..bcb0c220 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Embedded Template Library -version=20.41.0 +version=20.41.1 author= John Wellbelove maintainer=John Wellbelove license=MIT diff --git a/support/Release notes.txt b/support/Release notes.txt index 5d5452a3..d2351ef2 100644 --- a/support/Release notes.txt +++ b/support/Release notes.txt @@ -1,4 +1,16 @@ =============================================================================== +20.41.1 + +Fixes: +Added missing comparison operators. +Replaced 'typedef' with 'using' for C++11 chrono features. +Added inline namespaces for chrono literals. +Added additional chrono arithmetic tests. + +Pull Requests: +#1106 Make public function definition inline + +=============================================================================== 20.41.0 Updates: diff --git a/version.txt b/version.txt index 4e017e75..5f9ed570 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -20.41.0 +20.41.1