Skip to content

v1.1.0

Choose a tag to compare

@thirtytwobits thirtytwobits released this 07 Jun 16:12
· 57 commits to main since this release
71e0ccd

Major update to CETL. Adds backfill support for C++17 PMR and a DSDL-optimized VariableLengthArray type.

📙 NOTE

This is technically a breaking change but only because we moved some of the folder structure around for span. Sorry. I didn't bump the major version because the span type itself did not change, just the packaging. We won't do this again. It was an artifact of this being only the second release and us learning a bit more about what CETL will be.

C++ Base Version C++ Target Version Original Release Date*
C++14 C++20 2023-06-07

* Sometimes we need to update the release notes but we won't change/move the git tag associated with a release (pinky-promise!)

C++ Base Version – The version of C++ required to use this release of CETL.

C++ Target Version – The newest version of C++ this version of CETL was tested against. This version may increase
without a new release if a new version is released and the community is able to verify the existing release against it.

What's Changed

Full Changelog: v1.0.0...v1.1.0