diff --git a/arduino/library-arduino.json b/arduino/library-arduino.json index 44c7157f..060f3244 100644 --- a/arduino/library-arduino.json +++ b/arduino/library-arduino.json @@ -1,6 +1,6 @@ { "name": "Embedded Template Library ETL", - "version": "20.47.0", + "version": "20.47.1", "authors": { "name": "John Wellbelove", "email": "john.wellbelove@etlcpp.com" diff --git a/arduino/library-arduino.properties b/arduino/library-arduino.properties index 1dba8aee..0cbbe88b 100644 --- a/arduino/library-arduino.properties +++ b/arduino/library-arduino.properties @@ -1,5 +1,5 @@ name=Embedded Template Library ETL -version=20.47.0 +version=20.47.1 author= John Wellbelove maintainer=John Wellbelove license=MIT diff --git a/hugo/layouts/_default/baseof.html b/hugo/layouts/_default/baseof.html new file mode 100644 index 00000000..aa9ad53e --- /dev/null +++ b/hugo/layouts/_default/baseof.html @@ -0,0 +1,15 @@ + + + + + + {{ .Title }} | {{ .Site.Title }} + + +
+ {{ block "main" . }}{{ end }} +
+ + {{ partial "footer.html" . }} + + diff --git a/hugo/layouts/_partials/footer.html b/hugo/layouts/_partials/footer.html new file mode 100644 index 00000000..96a55962 --- /dev/null +++ b/hugo/layouts/_partials/footer.html @@ -0,0 +1,4 @@ +
+

© 2014–{{ now.Format "2006" }} {{ .Site.Title }}. All rights reserved.

+

+
diff --git a/include/etl/version.h b/include/etl/version.h index e6008c77..38480305 100644 --- a/include/etl/version.h +++ b/include/etl/version.h @@ -40,7 +40,7 @@ SOFTWARE. #define ETL_VERSION_MAJOR 20 #define ETL_VERSION_MINOR 47 -#define ETL_VERSION_PATCH 0 +#define ETL_VERSION_PATCH 1 #define ETL_VERSION \ ETL_STRING(ETL_VERSION_MAJOR) \ diff --git a/library.json b/library.json index 4d91a667..3dc67e2d 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "Embedded Template Library", - "version": "20.47.0", + "version": "20.47.1", "authors": { "name": "John Wellbelove", "email": "john.wellbelove@etlcpp.com" diff --git a/library.properties b/library.properties index 5ef5c42f..c21ef73c 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Embedded Template Library -version=20.47.0 +version=20.47.1 author= John Wellbelove maintainer=John Wellbelove license=MIT diff --git a/support/Release notes.txt b/support/Release notes.txt index e72384ae..b42ba3bd 100644 --- a/support/Release notes.txt +++ b/support/Release notes.txt @@ -1,4 +1,9 @@ =============================================================================== +20.47.1 + +#1374 Fix initializer_list use in algorithm.h and definition of data() in iterator.h + +=============================================================================== 20.47.0 #1219 Topic/expected monadic operations diff --git a/version.txt b/version.txt index c3f1e1dc..1055985e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -20.47.0 +20.47.1