diff --git a/CMakeLists.txt b/CMakeLists.txt index aaa6756..73d8618 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.14) project(magic_enum - VERSION "0.9.2" + VERSION "0.9.3" HOMEPAGE_URL "https://github.com/Neargye/magic_enum" DESCRIPTION "A library that provides static reflection for enums, work with any enum type without any macro or boilerplate code." LANGUAGES CXX diff --git a/MODULE.bazel b/MODULE.bazel index f6b7021..c0fe64a 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "magic_enum", - version = "0.9.2", + version = "0.9.3", compatibility_level = 0, ) diff --git a/include/magic_enum.hpp b/include/magic_enum.hpp index be0b7c2..3769be1 100644 --- a/include/magic_enum.hpp +++ b/include/magic_enum.hpp @@ -5,7 +5,7 @@ // | | | | (_| | (_| | | (__ | |____| | | | |_| | | | | | | | |____|_| |_| // |_| |_|\__,_|\__, |_|\___| |______|_| |_|\__,_|_| |_| |_| \_____| // __/ | https://github.com/Neargye/magic_enum -// |___/ version 0.9.2 +// |___/ version 0.9.3 // // Licensed under the MIT License . // SPDX-License-Identifier: MIT @@ -34,7 +34,7 @@ #define MAGIC_ENUM_VERSION_MAJOR 0 #define MAGIC_ENUM_VERSION_MINOR 9 -#define MAGIC_ENUM_VERSION_PATCH 2 +#define MAGIC_ENUM_VERSION_PATCH 3 #include #include diff --git a/include/magic_enum_all.hpp b/include/magic_enum_all.hpp index 6f62c2d..c34dad3 100644 --- a/include/magic_enum_all.hpp +++ b/include/magic_enum_all.hpp @@ -5,7 +5,7 @@ // | | | | (_| | (_| | | (__ | |____| | | | |_| | | | | | | | |____|_| |_| // |_| |_|\__,_|\__, |_|\___| |______|_| |_|\__,_|_| |_| |_| \_____| // __/ | https://github.com/Neargye/magic_enum -// |___/ version 0.9.2 +// |___/ version 0.9.3 // // Licensed under the MIT License . // SPDX-License-Identifier: MIT diff --git a/include/magic_enum_containers.hpp b/include/magic_enum_containers.hpp index dc68de8..5d72c60 100644 --- a/include/magic_enum_containers.hpp +++ b/include/magic_enum_containers.hpp @@ -5,7 +5,7 @@ // | | | | (_| | (_| | | (__ | |____| | | | |_| | | | | | | | |____|_| |_| // |_| |_|\__,_|\__, |_|\___| |______|_| |_|\__,_|_| |_| |_| \_____| // __/ | https://github.com/Neargye/magic_enum -// |___/ version 0.9.2 +// |___/ version 0.9.3 // // Licensed under the MIT License . // SPDX-License-Identifier: MIT diff --git a/include/magic_enum_flags.hpp b/include/magic_enum_flags.hpp index 0f82833..a45ed78 100644 --- a/include/magic_enum_flags.hpp +++ b/include/magic_enum_flags.hpp @@ -5,7 +5,7 @@ // | | | | (_| | (_| | | (__ | |____| | | | |_| | | | | | | | |____|_| |_| // |_| |_|\__,_|\__, |_|\___| |______|_| |_|\__,_|_| |_| |_| \_____| // __/ | https://github.com/Neargye/magic_enum -// |___/ version 0.9.2 +// |___/ version 0.9.3 // // Licensed under the MIT License . // SPDX-License-Identifier: MIT diff --git a/include/magic_enum_format.hpp b/include/magic_enum_format.hpp index 9f3d981..bd725b5 100644 --- a/include/magic_enum_format.hpp +++ b/include/magic_enum_format.hpp @@ -5,7 +5,7 @@ // | | | | (_| | (_| | | (__ | |____| | | | |_| | | | | | | | |____|_| |_| // |_| |_|\__,_|\__, |_|\___| |______|_| |_|\__,_|_| |_| |_| \_____| // __/ | https://github.com/Neargye/magic_enum -// |___/ version 0.9.2 +// |___/ version 0.9.3 // // Licensed under the MIT License . // SPDX-License-Identifier: MIT diff --git a/include/magic_enum_fuse.hpp b/include/magic_enum_fuse.hpp index e2e4315..8773404 100644 --- a/include/magic_enum_fuse.hpp +++ b/include/magic_enum_fuse.hpp @@ -5,7 +5,7 @@ // | | | | (_| | (_| | | (__ | |____| | | | |_| | | | | | | | |____|_| |_| // |_| |_|\__,_|\__, |_|\___| |______|_| |_|\__,_|_| |_| |_| \_____| // __/ | https://github.com/Neargye/magic_enum -// |___/ version 0.9.2 +// |___/ version 0.9.3 // // Licensed under the MIT License . // SPDX-License-Identifier: MIT diff --git a/include/magic_enum_iostream.hpp b/include/magic_enum_iostream.hpp index d8d8495..d2907bf 100644 --- a/include/magic_enum_iostream.hpp +++ b/include/magic_enum_iostream.hpp @@ -5,7 +5,7 @@ // | | | | (_| | (_| | | (__ | |____| | | | |_| | | | | | | | |____|_| |_| // |_| |_|\__,_|\__, |_|\___| |______|_| |_|\__,_|_| |_| |_| \_____| // __/ | https://github.com/Neargye/magic_enum -// |___/ version 0.9.2 +// |___/ version 0.9.3 // // Licensed under the MIT License . // SPDX-License-Identifier: MIT diff --git a/include/magic_enum_switch.hpp b/include/magic_enum_switch.hpp index 1d0aa33..e91a753 100644 --- a/include/magic_enum_switch.hpp +++ b/include/magic_enum_switch.hpp @@ -5,7 +5,7 @@ // | | | | (_| | (_| | | (__ | |____| | | | |_| | | | | | | | |____|_| |_| // |_| |_|\__,_|\__, |_|\___| |______|_| |_|\__,_|_| |_| |_| \_____| // __/ | https://github.com/Neargye/magic_enum -// |___/ version 0.9.2 +// |___/ version 0.9.3 // // Licensed under the MIT License . // SPDX-License-Identifier: MIT diff --git a/include/magic_enum_utility.hpp b/include/magic_enum_utility.hpp index e7aa637..42f0ec1 100644 --- a/include/magic_enum_utility.hpp +++ b/include/magic_enum_utility.hpp @@ -5,7 +5,7 @@ // | | | | (_| | (_| | | (__ | |____| | | | |_| | | | | | | | |____|_| |_| // |_| |_|\__,_|\__, |_|\___| |______|_| |_|\__,_|_| |_| |_| \_____| // __/ | https://github.com/Neargye/magic_enum -// |___/ version 0.9.1 +// |___/ version 0.9.3 // // Licensed under the MIT License . // SPDX-License-Identifier: MIT diff --git a/meson.build b/meson.build index f5cf41e..8189fa3 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'magic_enum', ['cpp'], default_options: ['cpp_std=c++17'], - version: '0.9.2', + version: '0.9.3', ) magic_enum_include = include_directories('include') diff --git a/package.xml b/package.xml index 5a59e47..5d3aefe 100644 --- a/package.xml +++ b/package.xml @@ -5,7 +5,7 @@ magic_enum - 0.9.2 + 0.9.3 Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code