diff --git a/CMakeLists.txt b/CMakeLists.txt index 65b0209f5..a5e307af7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.14) project(magic_enum - VERSION "0.9.4" + VERSION "0.9.5" 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 b1ae535db..9fa3fd14f 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,5 +1,5 @@ module( name = "magic_enum", - version = "0.9.4", + version = "0.9.5", compatibility_level = 0, ) diff --git a/include/magic_enum/magic_enum.hpp b/include/magic_enum/magic_enum.hpp index 7423286a8..a4ea49ae9 100644 --- a/include/magic_enum/magic_enum.hpp +++ b/include/magic_enum/magic_enum.hpp @@ -5,7 +5,7 @@ // | | | | (_| | (_| | | (__ | |____| | | | |_| | | | | | | | |____|_| |_| // |_| |_|\__,_|\__, |_|\___| |______|_| |_|\__,_|_| |_| |_| \_____| // __/ | https://github.com/Neargye/magic_enum -// |___/ version 0.9.4 +// |___/ version 0.9.5 // // 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 4 +#define MAGIC_ENUM_VERSION_PATCH 5 #include #include diff --git a/include/magic_enum/magic_enum_all.hpp b/include/magic_enum/magic_enum_all.hpp index 5cc6d4b63..9bbb2bdcb 100644 --- a/include/magic_enum/magic_enum_all.hpp +++ b/include/magic_enum/magic_enum_all.hpp @@ -5,7 +5,7 @@ // | | | | (_| | (_| | | (__ | |____| | | | |_| | | | | | | | |____|_| |_| // |_| |_|\__,_|\__, |_|\___| |______|_| |_|\__,_|_| |_| |_| \_____| // __/ | https://github.com/Neargye/magic_enum -// |___/ version 0.9.4 +// |___/ version 0.9.5 // // Licensed under the MIT License . // SPDX-License-Identifier: MIT diff --git a/include/magic_enum/magic_enum_containers.hpp b/include/magic_enum/magic_enum_containers.hpp index 975fd143a..870f1586b 100644 --- a/include/magic_enum/magic_enum_containers.hpp +++ b/include/magic_enum/magic_enum_containers.hpp @@ -5,7 +5,7 @@ // | | | | (_| | (_| | | (__ | |____| | | | |_| | | | | | | | |____|_| |_| // |_| |_|\__,_|\__, |_|\___| |______|_| |_|\__,_|_| |_| |_| \_____| // __/ | https://github.com/Neargye/magic_enum -// |___/ version 0.9.4 +// |___/ version 0.9.5 // // Licensed under the MIT License . // SPDX-License-Identifier: MIT diff --git a/include/magic_enum/magic_enum_flags.hpp b/include/magic_enum/magic_enum_flags.hpp index 880484ef9..8cd77653c 100644 --- a/include/magic_enum/magic_enum_flags.hpp +++ b/include/magic_enum/magic_enum_flags.hpp @@ -5,7 +5,7 @@ // | | | | (_| | (_| | | (__ | |____| | | | |_| | | | | | | | |____|_| |_| // |_| |_|\__,_|\__, |_|\___| |______|_| |_|\__,_|_| |_| |_| \_____| // __/ | https://github.com/Neargye/magic_enum -// |___/ version 0.9.4 +// |___/ version 0.9.5 // // Licensed under the MIT License . // SPDX-License-Identifier: MIT diff --git a/include/magic_enum/magic_enum_format.hpp b/include/magic_enum/magic_enum_format.hpp index d81b15139..5270db75f 100644 --- a/include/magic_enum/magic_enum_format.hpp +++ b/include/magic_enum/magic_enum_format.hpp @@ -5,7 +5,7 @@ // | | | | (_| | (_| | | (__ | |____| | | | |_| | | | | | | | |____|_| |_| // |_| |_|\__,_|\__, |_|\___| |______|_| |_|\__,_|_| |_| |_| \_____| // __/ | https://github.com/Neargye/magic_enum -// |___/ version 0.9.4 +// |___/ version 0.9.5 // // Licensed under the MIT License . // SPDX-License-Identifier: MIT diff --git a/include/magic_enum/magic_enum_fuse.hpp b/include/magic_enum/magic_enum_fuse.hpp index ce8e68e40..45873bb43 100644 --- a/include/magic_enum/magic_enum_fuse.hpp +++ b/include/magic_enum/magic_enum_fuse.hpp @@ -5,7 +5,7 @@ // | | | | (_| | (_| | | (__ | |____| | | | |_| | | | | | | | |____|_| |_| // |_| |_|\__,_|\__, |_|\___| |______|_| |_|\__,_|_| |_| |_| \_____| // __/ | https://github.com/Neargye/magic_enum -// |___/ version 0.9.4 +// |___/ version 0.9.5 // // Licensed under the MIT License . // SPDX-License-Identifier: MIT diff --git a/include/magic_enum/magic_enum_iostream.hpp b/include/magic_enum/magic_enum_iostream.hpp index bb11a04bd..72093ee0c 100644 --- a/include/magic_enum/magic_enum_iostream.hpp +++ b/include/magic_enum/magic_enum_iostream.hpp @@ -5,7 +5,7 @@ // | | | | (_| | (_| | | (__ | |____| | | | |_| | | | | | | | |____|_| |_| // |_| |_|\__,_|\__, |_|\___| |______|_| |_|\__,_|_| |_| |_| \_____| // __/ | https://github.com/Neargye/magic_enum -// |___/ version 0.9.4 +// |___/ version 0.9.5 // // Licensed under the MIT License . // SPDX-License-Identifier: MIT diff --git a/include/magic_enum/magic_enum_switch.hpp b/include/magic_enum/magic_enum_switch.hpp index 465e5b6b9..a343e6af4 100644 --- a/include/magic_enum/magic_enum_switch.hpp +++ b/include/magic_enum/magic_enum_switch.hpp @@ -5,7 +5,7 @@ // | | | | (_| | (_| | | (__ | |____| | | | |_| | | | | | | | |____|_| |_| // |_| |_|\__,_|\__, |_|\___| |______|_| |_|\__,_|_| |_| |_| \_____| // __/ | https://github.com/Neargye/magic_enum -// |___/ version 0.9.4 +// |___/ version 0.9.5 // // Licensed under the MIT License . // SPDX-License-Identifier: MIT diff --git a/include/magic_enum/magic_enum_utility.hpp b/include/magic_enum/magic_enum_utility.hpp index 12e7010bf..6693b610b 100644 --- a/include/magic_enum/magic_enum_utility.hpp +++ b/include/magic_enum/magic_enum_utility.hpp @@ -5,7 +5,7 @@ // | | | | (_| | (_| | | (__ | |____| | | | |_| | | | | | | | |____|_| |_| // |_| |_|\__,_|\__, |_|\___| |______|_| |_|\__,_|_| |_| |_| \_____| // __/ | https://github.com/Neargye/magic_enum -// |___/ version 0.9.4 +// |___/ version 0.9.5 // // Licensed under the MIT License . // SPDX-License-Identifier: MIT diff --git a/meson.build b/meson.build index 76f6e6b30..c231c7fb6 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'magic_enum', ['cpp'], default_options: ['cpp_std=c++17'], - version: '0.9.4', + version: '0.9.5', ) magic_enum_include = include_directories('include/magic_enum') diff --git a/package.xml b/package.xml index 18ef4a121..4408b02ea 100644 --- a/package.xml +++ b/package.xml @@ -5,7 +5,7 @@ magic_enum - 0.9.4 + 0.9.5 Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code