From cdd3bae3574bb491b42447a3c09f3067155ae187 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Mon, 13 May 2024 13:28:06 +0100 Subject: [PATCH] Updated version and release notes --- include/etl/version.h | 2 +- library.json | 2 +- library.properties | 2 +- support/Release notes.txt | 8 ++++++++ version.txt | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/include/etl/version.h b/include/etl/version.h index cb82de2c..cad37c11 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 13 +#define ETL_VERSION_PATCH 14 #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 f430b374..f023e4e7 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "Embedded Template Library", - "version": "20.38.13", + "version": "20.38.14", "authors": { "name": "John Wellbelove", "email": "john.wellbelove@etlcpp.com" diff --git a/library.properties b/library.properties index 13fa5074..0bda19ae 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Embedded Template Library -version=20.38.13 +version=20.38.14 author= John Wellbelove maintainer=John Wellbelove license=MIT diff --git a/support/Release notes.txt b/support/Release notes.txt index be294d8d..2403404b 100644 --- a/support/Release notes.txt +++ b/support/Release notes.txt @@ -1,4 +1,12 @@ =============================================================================== +20.38.14 + +Features: +Added GCD and LCM algorithms. etl::gcd and etl::lcm +Added specialisations of etl::rotate for different iterator types +Added ETL_NODISCARD, ETL_CONSTEXPR14 and ETL_NOEXCEPT to etl::absolute and etl::absolute_unsigned + +=============================================================================== 20.38.13 Fixes: diff --git a/version.txt b/version.txt index af6f145e..7c35c656 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -20.38.13 +20.38.14