From 31740b8c8bf41b41dcca1789a0794c199ab1b99c Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Sun, 10 Nov 2024 16:13:44 +0000 Subject: [PATCH] Updated version and release notes --- README.md | 2 +- arduino/library-arduino.json | 2 +- arduino/library-arduino.properties | 2 +- support/Release notes.txt | 14 ++++++++++++++ 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d7c9c02b6..50c564c75 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ The library is intended for any compiler that supports C++98/03/11/14/17/20. - Checksums & hash functions - Variants (a type that can store many types in a type-safe interface) - Choice of asserts, exceptions, error handler or no checks on errors -- Unit tested (currently over 6480 tests), using VS2019, GCC 8.1.0, , GCC 9.3.0, Clang 9.0.0 & 10.0.0 +- Unit tested (currently over 9400 tests), using VS2022, GCC 12, Clang 14. - Many utilities for template support. - Easy to read and documented source. - Free support via email, GitHub and Slack diff --git a/arduino/library-arduino.json b/arduino/library-arduino.json index 842498193..60a5d5617 100644 --- a/arduino/library-arduino.json +++ b/arduino/library-arduino.json @@ -1,6 +1,6 @@ { "name": "Embedded Template Library ETL", - "version": "20.39.0", + "version": "20.39.5", "authors": { "name": "John Wellbelove", "email": "john.wellbelove@etlcpp.com" diff --git a/arduino/library-arduino.properties b/arduino/library-arduino.properties index 9689dd754..f077e3ec3 100644 --- a/arduino/library-arduino.properties +++ b/arduino/library-arduino.properties @@ -1,5 +1,5 @@ name=Embedded Template Library ETL -version=20.39.0 +version=20.39.5 author= John Wellbelove maintainer=John Wellbelove license=MIT diff --git a/support/Release notes.txt b/support/Release notes.txt index e45c4ea3b..6cc8d9df8 100644 --- a/support/Release notes.txt +++ b/support/Release notes.txt @@ -1,8 +1,22 @@ =============================================================================== 20.39.5 +Updates: +Added new C++17 function wrappers +Simplified definition of is_base_of +Fixed static definition for etl::string +Redefined ETL_DEPRECATED +Updated nth_type to handle a type list of zero length +Updated Github Actions to checkout@v4 + Fixes: #956 Fix build error (etl::circular_buffer) +#957 Support heterogenous lookup for maps +#959 Treat bitset with size_type + +Pull Requests: +#947 Remove unused git submodule config +#965 Fix accident creation of a delegate to an rvalue delegate when copying/assigning from delegate with mismatching signature =============================================================================== 20.39.4