diff --git a/library.json b/library.json index 384fcb94..7091254c 100644 --- a/library.json +++ b/library.json @@ -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" diff --git a/library.properties b/library.properties index 71536f16..a0b702f4 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Embedded Template Library ETL -version=20.11.4 +version=20.11.5 author= John Wellbelove maintainer=John Wellbelove license=MIT diff --git a/meson.build b/meson.build index 5e308141..2de4988c 100644 --- a/meson.build +++ b/meson.build @@ -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' ) ###################### diff --git a/support/Release notes.txt b/support/Release notes.txt index 02121a4a..7ad972a8 100644 --- a/support/Release notes.txt +++ b/support/Release notes.txt @@ -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