Updated Arduino examples

This commit is contained in:
John Wellbelove 2021-06-29 11:49:57 +01:00
parent 3ee84e6606
commit d424ee7752
4 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "ETL Embedded Template Library",
"version": "20.11.4",
"version": "20.11.5",
"author s": {
"name": "John Wellbelove",
"email": "john.wellbelove@etlcpp.com"

View File

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

View File

@ -8,7 +8,7 @@ project('PROJECT_NAME',
'cpp_std=c++17', 'build.cpp_std=c++17',
],
meson_version: '>=0.54.0',
version: '20.11.4'
version: '20.11.5'
)
######################

View File

@ -1,3 +1,7 @@
===============================================================================
20.11.5
Added Arduino examples.
===============================================================================
20.11.4
Fixed etl::circular_buffer copy and move assignment bug where the destination