From f71d287ab900fd005f756071afe3f7a48077b63d Mon Sep 17 00:00:00 2001 From: Johan Mabille Date: Tue, 4 Jun 2024 16:17:18 +0200 Subject: [PATCH] Release 0.5.0 --- README.md | 3 ++- include/xeus-cpp/xeus_cpp_config.hpp | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a47adc3e..d7ceba29 100644 --- a/README.md +++ b/README.md @@ -138,8 +138,9 @@ http://xeus-cpp.readthedocs.io | `xeus-cpp` | `xeus-zmq` | `CppInterOp` | `pugixml` | `cppzmq` | `cpp-argparse`| `nlohmann_json` | |------------|-----------------|--------------|-----------|----------|---------------|-----------------| | main | >=3.0.0,<4.0.0 | >=1.3.0 | ~1.8.1 | ~4.3.0 | <3.1 | >=3.11.3,<4.0 | +| 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 | -Versions prior to `main` have an additional dependency on [xtl](https://github.com/xtensor-stack/xtl) & [clang](https://github.com/llvm/llvm-project/). +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/). | `xeus-cpp` | `xeus-zmq` | `xtl` | `clang` | `pugixml` | `cppzmq` | `cpp-argparse`| `nlohmann_json` | |------------|-----------------|-----------------|-----------|-----------|----------|---------------|-----------------| diff --git a/include/xeus-cpp/xeus_cpp_config.hpp b/include/xeus-cpp/xeus_cpp_config.hpp index d54a311f..5dd2c3b6 100644 --- a/include/xeus-cpp/xeus_cpp_config.hpp +++ b/include/xeus-cpp/xeus_cpp_config.hpp @@ -11,7 +11,7 @@ // Project version #define XEUS_CPP_VERSION_MAJOR 0 -#define XEUS_CPP_VERSION_MINOR 4 +#define XEUS_CPP_VERSION_MINOR 5 #define XEUS_CPP_VERSION_PATCH 0 // Composing the version string from major, minor and patch