From dd6a39d0ba1852cf06907e0f0573a2a10d23c2ad Mon Sep 17 00:00:00 2001 From: neargye Date: Sat, 29 Jun 2024 17:16:32 +0300 Subject: [PATCH] v0.9.6 --- CMakeLists.txt | 2 +- MODULE.bazel | 2 +- include/magic_enum/magic_enum.hpp | 4 ++-- include/magic_enum/magic_enum_all.hpp | 2 +- include/magic_enum/magic_enum_containers.hpp | 2 +- include/magic_enum/magic_enum_flags.hpp | 2 +- include/magic_enum/magic_enum_format.hpp | 2 +- include/magic_enum/magic_enum_fuse.hpp | 2 +- include/magic_enum/magic_enum_iostream.hpp | 2 +- include/magic_enum/magic_enum_switch.hpp | 2 +- include/magic_enum/magic_enum_utility.hpp | 2 +- meson.build | 2 +- package.xml | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 693ced402..57484a67e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.14) project(magic_enum - VERSION "0.9.5" + VERSION "0.9.6" 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 9fa3fd14f..1b34b3f91 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,5 +1,5 @@ module( name = "magic_enum", - version = "0.9.5", + version = "0.9.6", compatibility_level = 0, ) diff --git a/include/magic_enum/magic_enum.hpp b/include/magic_enum/magic_enum.hpp index 5b9595207..0fdc19ec3 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.5 +// |___/ version 0.9.6 // // 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 5 +#define MAGIC_ENUM_VERSION_PATCH 6 #ifndef MAGIC_ENUM_USE_STD_MODULE #include diff --git a/include/magic_enum/magic_enum_all.hpp b/include/magic_enum/magic_enum_all.hpp index fcca25d7d..8750ee73d 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.5 +// |___/ version 0.9.6 // // 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 f0022bce2..83b762452 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.5 +// |___/ version 0.9.6 // // 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 44aee3bbf..18d03ec66 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.5 +// |___/ version 0.9.6 // // 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 e1d6f4573..ded1cdf60 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.5 +// |___/ version 0.9.6 // // 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 084c41d3a..73c876e12 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.5 +// |___/ version 0.9.6 // // 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 eb618d757..23d92bfbd 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.5 +// |___/ version 0.9.6 // // 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 31c882a59..beceefbc5 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.5 +// |___/ version 0.9.6 // // 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 a929f466e..2504ef4a8 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.5 +// |___/ version 0.9.6 // // Licensed under the MIT License . // SPDX-License-Identifier: MIT diff --git a/meson.build b/meson.build index c231c7fb6..207c83440 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'magic_enum', ['cpp'], default_options: ['cpp_std=c++17'], - version: '0.9.5', + version: '0.9.6', ) magic_enum_include = include_directories('include/magic_enum') diff --git a/package.xml b/package.xml index 4408b02ea..31d53972d 100644 --- a/package.xml +++ b/package.xml @@ -5,7 +5,7 @@ magic_enum - 0.9.5 + 0.9.6 Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code