Updated version and release notes

This commit is contained in:
John Wellbelove 2025-12-04 08:11:50 +00:00
parent f5f76165ef
commit 1f15e86ebf
7 changed files with 28 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "Embedded Template Library ETL",
"version": "20.44.1",
"version": "20.44.2",
"authors": {
"name": "John Wellbelove",
"email": "john.wellbelove@etlcpp.com"

View File

@ -1,5 +1,5 @@
name=Embedded Template Library ETL
version=20.44.1
version=20.44.2
author= John Wellbelove <john.wellbelove@etlcpp.com>
maintainer=John Wellbelove <john.wellbelove@etlcpp.com>
license=MIT

View File

@ -40,7 +40,7 @@ SOFTWARE.
#define ETL_VERSION_MAJOR 20
#define ETL_VERSION_MINOR 44
#define ETL_VERSION_PATCH 1
#define ETL_VERSION_PATCH 2
#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)

View File

@ -1,6 +1,6 @@
{
"name": "Embedded Template Library",
"version": "20.44.1",
"version": "20.44.2",
"authors": {
"name": "John Wellbelove",
"email": "john.wellbelove@etlcpp.com"

View File

@ -1,5 +1,5 @@
name=Embedded Template Library
version=20.44.1
version=20.44.2
author= John Wellbelove <john.wellbelove@etlcpp.com>
maintainer=John Wellbelove <john.wellbelove@etlcpp.com>
license=MIT

View File

@ -1,4 +1,26 @@
===============================================================================
20.44.2
Updates:
Replaced locally defined logical_not_t with etl::negation
Fixes:
#1228 unused parameter 'secure'
#1224 Passing a const in optional::value_or() not compiling
Pull Requests:
#1210 Fixed span reinterpret_as should return fixed span
#1211 Change generators to reflect changes in fsm.h and type_traits.h
#1217 Add const specialization for etl::get_object_at
#1218 Cleanup platform.h includes, add missing test for unaligned_type
#1221 Add test for swap
#1222 Basic string checks
#1223 Fix is_truncated in basic_string
#1225 Fix value_or not taking const in optional
#1226 Add missing include to optional
#1229 variant_legacy.h: Rename template parameters
===============================================================================
20.44.1
Updates:

View File

@ -1 +1 @@
20.44.1
20.44.2