Release v0.9.7
- [breaking changes] Need to use
#include <magic_enum/magic_enum.hpp>
instead of#include <magic_enum.hpp>
- Fix installing via CMake (#374)
- Fix install headers and pkg-config file via Meson (#383)
- Fix bitset constructor (#367)
- Fix parameterize formatter::format (#365)
- Fix enum_fuse shift value calculation (#386) (#387)