diff --git a/include/etl/version.h b/include/etl/version.h index 74cd48c5b..adf1dd604 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 38 -#define ETL_VERSION_PATCH 15 +#define ETL_VERSION_PATCH 16 #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 66a1c8863..38ab6fad8 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "Embedded Template Library", - "version": "20.38.15", + "version": "20.38.16", "authors": { "name": "John Wellbelove", "email": "john.wellbelove@etlcpp.com" diff --git a/library.properties b/library.properties index 34b9a75ec..bf2326c9c 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Embedded Template Library -version=20.38.15 +version=20.38.16 author= John Wellbelove maintainer=John Wellbelove license=MIT diff --git a/support/Release notes.txt b/support/Release notes.txt index 8db6da1b5..2d2cda54e 100644 --- a/support/Release notes.txt +++ b/support/Release notes.txt @@ -1,16 +1,22 @@ =============================================================================== -20.38.15 +20.38.16 Fixes: -#895 Removed std algorithm calls from algorithm.h -#892 Compilation Error with constexpr in etl::string_base::size() on ESP-WROVER-KIT (c++11) - Removed ETL_CONSTEXPR from etl::string_base::size(). - Also removed ETL_CONSTEXPR from etl::vector::size(). #889 bitset_new.h throws warnings for GHS compiler - Fixed ordering of static & ETL_CONSTEXPR14. + Fixed ordering of static & ETL_CONSTEXPR14. +#895 Removed std algorithm calls from algorithm.h Changes without a GitHub issue#: Added extra tests for as_bytes and as_writable_bytes +Made conversion operator for C++03 etl::byte public + +=============================================================================== +20.38.15 + +Fixes: +#892 Compilation Error with constexpr in etl::string_base::size() on ESP-WROVER-KIT (c++11) + Removed ETL_CONSTEXPR from etl::string_base::size(). + Also removed ETL_CONSTEXPR from etl::vector::size(). =============================================================================== 20.38.14 diff --git a/version.txt b/version.txt index 8933c2bb2..13e962388 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -20.38.15 +20.38.16