Skip to content

Commit 963ee65

Browse files
committed
v0.6.6
1 parent 4e82bfe commit 963ee65

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: CMakeLists.txt

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

3-
project(magic_enum VERSION "0.6.5" LANGUAGES CXX)
3+
project(magic_enum VERSION "0.6.6" LANGUAGES CXX)
44

55
if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
66
set(IS_TOPLEVEL_PROJECT TRUE)

Diff for: conanfile.py

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

66
class MagicEnumConan(ConanFile):
77
name = "magic_enum"
8-
version = "0.6.5"
8+
version = "0.6.6"
99
description = "Header-only C++17 library provides static reflection for enums, work with any enum type without any macro or boilerplate code."
1010
topics = (
1111
"conan",

Diff for: include/magic_enum.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.6.5
8+
// |___/ version 0.6.6
99
//
1010
// Licensed under the MIT License <http://opensource.org/licenses/MIT>.
1111
// SPDX-License-Identifier: MIT

0 commit comments

Comments
 (0)