Skip to content

Commit

Permalink
Update version and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
John Wellbelove committed Nov 24, 2023
1 parent 34e6214 commit b732b14
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion include/etl/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Embedded Template Library",
"version": "20.38.6",
"version": "20.38.7",
"authors": {
"name": "John Wellbelove",
"email": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Embedded Template Library
version=20.38.6
version=20.38.7
author= John Wellbelove <[email protected]>
maintainer=John Wellbelove <[email protected]>
license=MIT
Expand Down
10 changes: 10 additions & 0 deletions support/Release notes.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 3 additions & 1 deletion test/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.38.6
20.38.7

0 comments on commit b732b14

Please sign in to comment.