Skip to content

Commit e55b9b5

Browse files
committed
v0.9.5
1 parent 677636e commit e55b9b5

13 files changed

+14
-14
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.14)
22

33
project(magic_enum
4-
VERSION "0.9.4"
4+
VERSION "0.9.5"
55
HOMEPAGE_URL "https://github.com/Neargye/magic_enum"
66
DESCRIPTION "A library that provides static reflection for enums, work with any enum type without any macro or boilerplate code."
77
LANGUAGES CXX

MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module(
22
name = "magic_enum",
3-
version = "0.9.4",
3+
version = "0.9.5",
44
compatibility_level = 0,
55
)

include/magic_enum/magic_enum.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// | | | | (_| | (_| | | (__ | |____| | | | |_| | | | | | | | |____|_| |_|
66
// |_| |_|\__,_|\__, |_|\___| |______|_| |_|\__,_|_| |_| |_| \_____|
77
// __/ | https://github.com/Neargye/magic_enum
8-
// |___/ version 0.9.4
8+
// |___/ version 0.9.5
99
//
1010
// Licensed under the MIT License <http://opensource.org/licenses/MIT>.
1111
// SPDX-License-Identifier: MIT
@@ -34,7 +34,7 @@
3434

3535
#define MAGIC_ENUM_VERSION_MAJOR 0
3636
#define MAGIC_ENUM_VERSION_MINOR 9
37-
#define MAGIC_ENUM_VERSION_PATCH 4
37+
#define MAGIC_ENUM_VERSION_PATCH 5
3838

3939
#include <array>
4040
#include <cstddef>

include/magic_enum/magic_enum_all.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// | | | | (_| | (_| | | (__ | |____| | | | |_| | | | | | | | |____|_| |_|
66
// |_| |_|\__,_|\__, |_|\___| |______|_| |_|\__,_|_| |_| |_| \_____|
77
// __/ | https://github.com/Neargye/magic_enum
8-
// |___/ version 0.9.4
8+
// |___/ version 0.9.5
99
//
1010
// Licensed under the MIT License <http://opensource.org/licenses/MIT>.
1111
// SPDX-License-Identifier: MIT

include/magic_enum/magic_enum_containers.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// | | | | (_| | (_| | | (__ | |____| | | | |_| | | | | | | | |____|_| |_|
66
// |_| |_|\__,_|\__, |_|\___| |______|_| |_|\__,_|_| |_| |_| \_____|
77
// __/ | https://github.com/Neargye/magic_enum
8-
// |___/ version 0.9.4
8+
// |___/ version 0.9.5
99
//
1010
// Licensed under the MIT License <http://opensource.org/licenses/MIT>.
1111
// SPDX-License-Identifier: MIT

include/magic_enum/magic_enum_flags.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// | | | | (_| | (_| | | (__ | |____| | | | |_| | | | | | | | |____|_| |_|
66
// |_| |_|\__,_|\__, |_|\___| |______|_| |_|\__,_|_| |_| |_| \_____|
77
// __/ | https://github.com/Neargye/magic_enum
8-
// |___/ version 0.9.4
8+
// |___/ version 0.9.5
99
//
1010
// Licensed under the MIT License <http://opensource.org/licenses/MIT>.
1111
// SPDX-License-Identifier: MIT

include/magic_enum/magic_enum_format.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// | | | | (_| | (_| | | (__ | |____| | | | |_| | | | | | | | |____|_| |_|
66
// |_| |_|\__,_|\__, |_|\___| |______|_| |_|\__,_|_| |_| |_| \_____|
77
// __/ | https://github.com/Neargye/magic_enum
8-
// |___/ version 0.9.4
8+
// |___/ version 0.9.5
99
//
1010
// Licensed under the MIT License <http://opensource.org/licenses/MIT>.
1111
// SPDX-License-Identifier: MIT

include/magic_enum/magic_enum_fuse.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// | | | | (_| | (_| | | (__ | |____| | | | |_| | | | | | | | |____|_| |_|
66
// |_| |_|\__,_|\__, |_|\___| |______|_| |_|\__,_|_| |_| |_| \_____|
77
// __/ | https://github.com/Neargye/magic_enum
8-
// |___/ version 0.9.4
8+
// |___/ version 0.9.5
99
//
1010
// Licensed under the MIT License <http://opensource.org/licenses/MIT>.
1111
// SPDX-License-Identifier: MIT

include/magic_enum/magic_enum_iostream.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// | | | | (_| | (_| | | (__ | |____| | | | |_| | | | | | | | |____|_| |_|
66
// |_| |_|\__,_|\__, |_|\___| |______|_| |_|\__,_|_| |_| |_| \_____|
77
// __/ | https://github.com/Neargye/magic_enum
8-
// |___/ version 0.9.4
8+
// |___/ version 0.9.5
99
//
1010
// Licensed under the MIT License <http://opensource.org/licenses/MIT>.
1111
// SPDX-License-Identifier: MIT

include/magic_enum/magic_enum_switch.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// | | | | (_| | (_| | | (__ | |____| | | | |_| | | | | | | | |____|_| |_|
66
// |_| |_|\__,_|\__, |_|\___| |______|_| |_|\__,_|_| |_| |_| \_____|
77
// __/ | https://github.com/Neargye/magic_enum
8-
// |___/ version 0.9.4
8+
// |___/ version 0.9.5
99
//
1010
// Licensed under the MIT License <http://opensource.org/licenses/MIT>.
1111
// SPDX-License-Identifier: MIT

include/magic_enum/magic_enum_utility.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// | | | | (_| | (_| | | (__ | |____| | | | |_| | | | | | | | |____|_| |_|
66
// |_| |_|\__,_|\__, |_|\___| |______|_| |_|\__,_|_| |_| |_| \_____|
77
// __/ | https://github.com/Neargye/magic_enum
8-
// |___/ version 0.9.4
8+
// |___/ version 0.9.5
99
//
1010
// Licensed under the MIT License <http://opensource.org/licenses/MIT>.
1111
// SPDX-License-Identifier: MIT

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'magic_enum', ['cpp'],
33
default_options: ['cpp_std=c++17'],
4-
version: '0.9.4',
4+
version: '0.9.5',
55
)
66

77
magic_enum_include = include_directories('include/magic_enum')

package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<package format="2">
77
<name>magic_enum</name>
8-
<version>0.9.4</version>
8+
<version>0.9.5</version>
99
<description>
1010
Static reflection for enums (to string, from string, iteration) for modern C++,
1111
work with any enum type without any macro or boilerplate code

0 commit comments

Comments
 (0)