Skip to content

Commit f3ca44e

Browse files
committed
Release 0.8.1
1 parent 3595599 commit f3ca44e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/source/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
Changelog
88
=========
99

10+
0.8.1
11+
-----
12+
13+
- Lower the minimum CMake version to 3.16
14+
- fix: update xhalf_float_impl.hpp for modern clang and gcc to avoid -Wdeprecated-literal-operator warning on Clang 16 that will soon become a hard error.
15+
1016
0.8.0
1117
-----
1218

include/xtl/xtl_config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#define XTL_VERSION_MAJOR 0
1414
#define XTL_VERSION_MINOR 8
15-
#define XTL_VERSION_PATCH 0
15+
#define XTL_VERSION_PATCH 1
1616

1717
#ifndef __has_feature
1818
#define __has_feature(x) 0

0 commit comments

Comments
 (0)