mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Updated version and release notes
This commit is contained in:
parent
f5f76165ef
commit
1f15e86ebf
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -1 +1 @@
|
||||
20.44.1
|
||||
20.44.2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user