Update version numbers

This commit is contained in:
John Wellbelove 2021-10-27 15:30:35 +01:00
parent fccebd4724
commit caa54f9870
2 changed files with 6 additions and 1 deletions

View File

@ -8,7 +8,7 @@ project('etl',
'cpp_std=c++17', 'build.cpp_std=c++17',
],
meson_version: '>=0.54.0',
version: '20.18.1'
version: '20.19.0'
)
compile_args = []

View File

@ -5,6 +5,11 @@ Removed conanfile.py. Now controlled by conan repository.
Fixed missing 'typename' keyword in etl::multi_span.
Added missing explicit initialisation from in_place structures.
Fixed hidden parameter warning in unordered_map, unordered_multimap, unordered_set, unordered_multiset.
Disable etl::begin(), etl::end() and etl::size() for STL & >= C++11.
Add available_bytes to byte_stream_reader & byte_stream_writer.
Meson tests & style fix (#447).
Fix constexpr accepts() implementation to be C++11 compliant (#451, #452)
Fix-compiler-error-msvc-16 #454
===============================================================================
20.18.1