Skip to content

Commit b92f69a

Browse files
committed
Release 0.14.2
1 parent d2af83b commit b92f69a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ http://xtensor-r.readthedocs.io/
101101

102102
| `xtensor-r` | `xtensor` | `Rcpp` |
103103
|--------------|-----------|----------|
104-
| master | ^0.24.0 | ^1.0 |
104+
| master | ^0.24.4 | ^1.0 |
105+
| 0.14.2 | ^0.24.4 | ^1.0 |
105106
| 0.14.1 | ^0.24.0 | ^1.0 |
106107
| 0.14.0 | ^0.24.0 | ^1.0 |
107108
| 0.13.0 | ^0.23.0 | ^1.0 |

include/xtensor-r/xtensor_r_config.hpp

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

1313
#define XTENSOR_R_VERSION_MAJOR 0
1414
#define XTENSOR_R_VERSION_MINOR 14
15-
#define XTENSOR_R_VERSION_PATCH 1
15+
#define XTENSOR_R_VERSION_PATCH 2
1616

1717
#ifndef XTENSOR_WARN_ON_COERCE
1818
#define XTENSOR_WARN_ON_COERCE 1

0 commit comments

Comments
 (0)