Skip to content

Commit f71d287

Browse files
committed
Release 0.5.0
1 parent 7e5b820 commit f71d287

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
@@ -138,8 +138,9 @@ http://xeus-cpp.readthedocs.io
138138
| `xeus-cpp` | `xeus-zmq` | `CppInterOp` | `pugixml` | `cppzmq` | `cpp-argparse`| `nlohmann_json` |
139139
|------------|-----------------|--------------|-----------|----------|---------------|-----------------|
140140
| main | >=3.0.0,<4.0.0 | >=1.3.0 | ~1.8.1 | ~4.3.0 | <3.1 | >=3.11.3,<4.0 |
141+
| 0.5.0 | >=3.0.0,<4.0.0 | >=1.3.0 | ~1.8.1 | ~4.3.0 | <3.1 | >=3.11.3,<4.0 |
141142

142-
Versions prior to `main` have an additional dependency on [xtl](https://github.com/xtensor-stack/xtl) & [clang](https://github.com/llvm/llvm-project/).
143+
Versions prior to `0.5.0` have an additional dependency on [xtl](https://github.com/xtensor-stack/xtl) & [clang](https://github.com/llvm/llvm-project/).
143144

144145
| `xeus-cpp` | `xeus-zmq` | `xtl` | `clang` | `pugixml` | `cppzmq` | `cpp-argparse`| `nlohmann_json` |
145146
|------------|-----------------|-----------------|-----------|-----------|----------|---------------|-----------------|

include/xeus-cpp/xeus_cpp_config.hpp

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

1212
// Project version
1313
#define XEUS_CPP_VERSION_MAJOR 0
14-
#define XEUS_CPP_VERSION_MINOR 4
14+
#define XEUS_CPP_VERSION_MINOR 5
1515
#define XEUS_CPP_VERSION_PATCH 0
1616

1717
// Composing the version string from major, minor and patch

0 commit comments

Comments
 (0)