Skip to content

Commit d88d016

Browse files
committed
Update changelog and version
1 parent b169f5b commit d88d016

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 10.2.1 - TBD
2+
3+
- Fixed ABI compatibility with earlier 10.x versions
4+
(https://github.com/fmtlib/fmt/pull/3786). Thanks @saraedum.
5+
16
# 10.2.0 - 2024-01-01
27

38
- Added support for the `%j` specifier (the number of days) for

include/fmt/core.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#include <type_traits>
1919

2020
// The fmt library version in the form major * 10000 + minor * 100 + patch.
21-
#define FMT_VERSION 100200
21+
#define FMT_VERSION 100201
2222

2323
#if defined(__clang__) && !defined(__ibmxl__)
2424
# define FMT_CLANG_VERSION (__clang_major__ * 100 + __clang_minor__)

0 commit comments

Comments
 (0)