From b732b14c53f4615a5948a47d046cf9522d5414bf Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Fri, 24 Nov 2023 11:22:50 +0000 Subject: [PATCH] Update version and release notes --- include/etl/version.h | 2 +- library.json | 2 +- library.properties | 2 +- support/Release notes.txt | 10 ++++++++++ test/meson.build | 4 +++- version.txt | 2 +- 6 files changed, 17 insertions(+), 5 deletions(-) diff --git a/include/etl/version.h b/include/etl/version.h index 6b446f422..34c8a0034 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 6 +#define ETL_VERSION_PATCH 7 #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 56cf34252..8b10082c2 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "Embedded Template Library", - "version": "20.38.6", + "version": "20.38.7", "authors": { "name": "John Wellbelove", "email": "john.wellbelove@etlcpp.com" diff --git a/library.properties b/library.properties index 107b8b6d0..94d720b2e 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Embedded Template Library -version=20.38.6 +version=20.38.7 author= John Wellbelove maintainer=John Wellbelove license=MIT diff --git a/support/Release notes.txt b/support/Release notes.txt index 82162061c..ec398e188 100644 --- a/support/Release notes.txt +++ b/support/Release notes.txt @@ -1,3 +1,13 @@ +=============================================================================== +20.38.7 +Updated CI scripts +#779 hash.h: warnings produced with -Wfloat-equal +#781 etl::multi_span::iterator::operator *() fails if first span is empty +#780 endian enum_type produces useless-cast warnings +#783 Cannot insert existing value to full set +#786 u8string +#787 etl::expected doesn't compile with ETL_LOG_ERRORS + =============================================================================== 20.38.6 #777 Allow Building Tests as Submodule and GCC < 11 diff --git a/test/meson.build b/test/meson.build index c03e8cfcc..67cb04b9e 100644 --- a/test/meson.build +++ b/test/meson.build @@ -138,7 +138,8 @@ etl_test_sources = files( 'test_list_shared_pool.cpp', 'test_make_string.cpp', 'test_map.cpp', - 'test_maths.cpp', + 'test_math.cpp', + 'test_math_functions.cpp', 'test_mean.cpp', 'test_mem_cast.cpp', 'test_mem_cast_ptr.cpp', @@ -234,6 +235,7 @@ etl_test_sources = files( 'test_task_scheduler.cpp', 'test_threshold.cpp', 'test_to_string.cpp', + 'test_to_u8string.cpp', 'test_to_u16string.cpp', 'test_to_u32string.cpp', 'test_to_wstring.cpp', diff --git a/version.txt b/version.txt index 857dc9a4c..0e59b1f25 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -20.38.6 +20.38.7