Skip to content

Commit c52350e

Browse files
committed
Release 0.8.2
1 parent 9d16bf5 commit c52350e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/source/changelog.rst

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

10+
0.8.2
11+
-----
12+
13+
- Removed warnings
14+
1015
0.8.1
1116
-----
1217

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 1
15+
#define XTL_VERSION_PATCH 2
1616

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

0 commit comments

Comments
 (0)