vx.x.x (xxxx-xx-xx)

Full Changelog

Features:

Bugfixes:

  • Add missing header #2420

Refactoring:

  • Silence warnings when building with GCC 13 #2011

New API features:

API Breaking Changes:

  1. Some API change.

    ```cpp // before

    include "old/include.hpp"

    // after

    include "new/include.hpp"

    ```