Commit 02af5beb authored by Victor Zverovich's avatar Victor Zverovich

Bump version and update changelog

parent 123e7f7f
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 @@ ...@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment