Skip to content

Commit 958c331

Browse files
author
John Wellbelove
committed
Updated version and release notes
1 parent 76d0a78 commit 958c331

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

arduino/library-arduino.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Embedded Template Library ETL",
3-
"version": "20.43.0",
3+
"version": "20.43.1",
44
"authors": {
55
"name": "John Wellbelove",
66
"email": "[email protected]"

arduino/library-arduino.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Embedded Template Library ETL
2-
version=20.43.0
2+
version=20.43.1
33
author= John Wellbelove <[email protected]>
44
maintainer=John Wellbelove <[email protected]>
55
license=MIT

include/etl/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ SOFTWARE.
4040

4141
#define ETL_VERSION_MAJOR 20
4242
#define ETL_VERSION_MINOR 43
43-
#define ETL_VERSION_PATCH 0
43+
#define ETL_VERSION_PATCH 1
4444

4545
#define ETL_VERSION ETL_STRING(ETL_VERSION_MAJOR) "." ETL_STRING(ETL_VERSION_MINOR) "." ETL_STRING(ETL_VERSION_PATCH)
4646
#define ETL_VERSION_W ETL_WIDE_STRING(ETL_VERSION_MAJOR) L"." ETL_WIDE_STRING(ETL_VERSION_MINOR) L"." ETL_WIDE_STRING(ETL_VERSION_PATCH)

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Embedded Template Library",
3-
"version": "20.43.0",
3+
"version": "20.43.1",
44
"authors": {
55
"name": "John Wellbelove",
66
"email": "[email protected]"

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Embedded Template Library
2-
version=20.43.0
2+
version=20.43.1
33
author= John Wellbelove <[email protected]>
44
maintainer=John Wellbelove <[email protected]>
55
license=MIT

support/Release notes.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Updates:
55
#1170 Place a typed pointer instead of a bool into etl::typed_storage
66
Modified the storage used by etl::typed_storage to be a union, along the lines of etl::optional.
77
Added etl::typed_storage_ext to wrap external storage.
8+
#1176 Fix GCC __builtin_memcpy errors when compiling with -O2 optimisation
9+
#1180 Duplicate definition of const_reference in etl::const_set_ext
10+
811

912
===============================================================================
1013
20.43.0

0 commit comments

Comments
 (0)