Skip to content

Commit 64856be

Browse files
committed
v0.6.3
1 parent 5a33daa commit 64856be

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.2" LANGUAGES CXX)
3+
project(magic_enum VERSION "0.6.3" LANGUAGES CXX)
44

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

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
[![Build status](https://travis-ci.org/Neargye/magic_enum.svg?branch=master)](https://travis-ci.org/Neargye/magic_enum)
1717
[![Build status](https://ci.appveyor.com/api/projects/status/0rpr966p9ssrvwu3/branch/master?svg=true)](https://ci.appveyor.com/project/Neargye/magic-enum-hf8vk/branch/master)
1818
[![Codacy badge](https://api.codacy.com/project/badge/Grade/64d04f150af14c3e8bd1090057b68538)](https://www.codacy.com/app/Neargye/magic_enum?utm_source=github.com&utm_medium=referral&utm_content=Neargye/magic_enum&utm_campaign=Badge_Grade)
19-
[![Try online](https://img.shields.io/badge/try-online-blue.svg)](https://wandbox.org/permlink/PEHtjBazanoS0jnR)
19+
[![Try online](https://img.shields.io/badge/try-online-blue.svg)](https://wandbox.org/permlink/ko7CDu6CU0rJYUQC)
2020
[![Compiler explorer](https://img.shields.io/badge/compiler_explorer-online-blue.svg)](https://godbolt.org/z/99PDNz)
2121

2222
# Magic Enum C++

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.2"
8+
version = "0.6.3"
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-
// |___/ vesion 0.6.2
8+
// |___/ vesion 0.6.3
99
//
1010
// Licensed under the MIT License <http://opensource.org/licenses/MIT>.
1111
// SPDX-License-Identifier: MIT

0 commit comments

Comments
 (0)