Skip to content

Commit

Permalink
Updated version and release
Browse files Browse the repository at this point in the history
  • Loading branch information
John Wellbelove committed May 31, 2024
1 parent 0d1db08 commit 8bf527e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion include/etl/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ SOFTWARE.

#define ETL_VERSION_MAJOR 20
#define ETL_VERSION_MINOR 38
#define ETL_VERSION_PATCH 15
#define ETL_VERSION_PATCH 16

#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)
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Embedded Template Library",
"version": "20.38.15",
"version": "20.38.16",
"authors": {
"name": "John Wellbelove",
"email": "john.wellbelove@etlcpp.com"
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Embedded Template Library
version=20.38.15
version=20.38.16
author= John Wellbelove <john.wellbelove@etlcpp.com>
maintainer=John Wellbelove <john.wellbelove@etlcpp.com>
license=MIT
Expand Down
18 changes: 12 additions & 6 deletions support/Release notes.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
===============================================================================
20.38.15
20.38.16

Fixes:
#895 Removed std algorithm calls from algorithm.h
#892 Compilation Error with constexpr in etl::string_base::size() on ESP-WROVER-KIT (c++11)
Removed ETL_CONSTEXPR from etl::string_base::size().
Also removed ETL_CONSTEXPR from etl::vector::size().
#889 bitset_new.h throws warnings for GHS compiler
Fixed ordering of static & ETL_CONSTEXPR14.
Fixed ordering of static & ETL_CONSTEXPR14.
#895 Removed std algorithm calls from algorithm.h

Changes without a GitHub issue#:
Added extra tests for as_bytes and as_writable_bytes
Made conversion operator for C++03 etl::byte public

===============================================================================
20.38.15

Fixes:
#892 Compilation Error with constexpr in etl::string_base::size() on ESP-WROVER-KIT (c++11)
Removed ETL_CONSTEXPR from etl::string_base::size().
Also removed ETL_CONSTEXPR from etl::vector::size().

===============================================================================
20.38.14
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.38.15
20.38.16

0 comments on commit 8bf527e

Please sign in to comment.