8000 Release 0.7.5 · xtensor-stack/xtl@fea3914 · GitHub
[go: up one dir, main page]

Skip to content

Commit fea3914

Browse files
committed
Release 0.7.5
1 parent 48e7595 commit fea3914

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.7.5
11+
-----
12+
13+
- added a backport of the C++20 header for integer comparison
14+
1015
0.7.4
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 7
15-
#define XTL_VERSION_PATCH 4
15+
#define XTL_VERSION_PATCH 5
1616

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

0 commit comments

Comments
 (0)
0