diff --git a/arduino/library-arduino.json b/arduino/library-arduino.json index 9288f7f6..1899443a 100644 --- a/arduino/library-arduino.json +++ b/arduino/library-arduino.json @@ -1,6 +1,6 @@ { "name": "Embedded Template Library ETL", - "version": "20.44.1", + "version": "20.44.2", "authors": { "name": "John Wellbelove", "email": "john.wellbelove@etlcpp.com" diff --git a/arduino/library-arduino.properties b/arduino/library-arduino.properties index 4dac09db..e4799f0e 100644 --- a/arduino/library-arduino.properties +++ b/arduino/library-arduino.properties @@ -1,5 +1,5 @@ name=Embedded Template Library ETL -version=20.44.1 +version=20.44.2 author= John Wellbelove maintainer=John Wellbelove license=MIT diff --git a/include/etl/version.h b/include/etl/version.h index 11790058..3309a7df 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 44 -#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 62519726..887a37f3 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "Embedded Template Library", - "version": "20.44.1", + "version": "20.44.2", "authors": { "name": "John Wellbelove", "email": "john.wellbelove@etlcpp.com" diff --git a/library.properties b/library.properties index f6e7bcd5..59a1888c 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Embedded Template Library -version=20.44.1 +version=20.44.2 author= John Wellbelove maintainer=John Wellbelove license=MIT diff --git a/support/Release notes.txt b/support/Release notes.txt index 41731895..94f74931 100644 --- a/support/Release notes.txt +++ b/support/Release notes.txt @@ -1,4 +1,26 @@ =============================================================================== +20.44.2 + +Updates: +Replaced locally defined logical_not_t with etl::negation + +Fixes: +#1228 unused parameter 'secure' +#1224 Passing a const in optional::value_or() not compiling + +Pull Requests: +#1210 Fixed span reinterpret_as should return fixed span +#1211 Change generators to reflect changes in fsm.h and type_traits.h +#1217 Add const specialization for etl::get_object_at +#1218 Cleanup platform.h includes, add missing test for unaligned_type +#1221 Add test for swap +#1222 Basic string checks +#1223 Fix is_truncated in basic_string +#1225 Fix value_or not taking const in optional +#1226 Add missing include to optional +#1229 variant_legacy.h: Rename template parameters + +=============================================================================== 20.44.1 Updates: diff --git a/version.txt b/version.txt index 66252a79..3e132281 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -20.44.1 +20.44.2