Bump version and update changelog
This commit is contained in:
parent
123e7f7fc3
commit
02af5beb8a
@ -1,3 +1,12 @@
|
|||||||
|
6.1.1 - TBD
|
||||||
|
-----------
|
||||||
|
|
||||||
|
* Fixed shared library build on Windows.
|
||||||
|
|
||||||
|
* Added a missing decimal point in exponent notation with trailing zeros.
|
||||||
|
|
||||||
|
* Removed deprecated ``format_arg_store::TYPES``.
|
||||||
|
|
||||||
6.1.0 - 2019-12-01
|
6.1.0 - 2019-12-01
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
|
|
||||||
// The fmt library version in the form major * 10000 + minor * 100 + patch.
|
// The fmt library version in the form major * 10000 + minor * 100 + patch.
|
||||||
#define FMT_VERSION 60100
|
#define FMT_VERSION 60101
|
||||||
|
|
||||||
#ifdef __has_feature
|
#ifdef __has_feature
|
||||||
# define FMT_HAS_FEATURE(x) __has_feature(x)
|
# define FMT_HAS_FEATURE(x) __has_feature(x)
|
||||||
|
Loading…
Reference in New Issue
Block a user