Release 0.8.1#

2022-01-16

This release upgrades the API to C++20.

Note

There are no other features implemented relative to version 0.8.0 which used C++17. This means that we have a quick way to back-port to C++ if any issues should arise with using C++20.

CHANGELOG#

Milestone on GitHub.

Added#

Changed#

  • Upgrade to C++20 (API) (#158).

Fixed#

Other#

  • Upgrade toml++ to version 3.0.1.