mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-19 20:18:49 +00:00
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
|
||||
------------------
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
#include <type_traits>
|
||||
|
||||
// The fmt library version in the form major * 10000 + minor * 100 + patch.
|
||||
#define FMT_VERSION 60100
|
||||
#define FMT_VERSION 60101
|
||||
|
||||
#ifdef __has_feature
|
||||
# define FMT_HAS_FEATURE(x) __has_feature(x)
|
||||
|
Loading…
Reference in New Issue
Block a user