From e125e69ba9c573639ddb7bcbc2a6cd5e4fff4b80 Mon Sep 17 00:00:00 2001 From: Johan Mabille Date: Mon, 16 Dec 2024 16:11:25 +0100 Subject: [PATCH] Release 0.7.0 --- README.md | 3 ++- include/xeus-sqlite/xeus_sqlite_config.hpp | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9c2931f..baf1f2c 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,8 @@ mamba install sphinx breathe doxygen sphinx_rtd_theme | `xeus-sqlite`| `xeus-zmq` | `SQLite` | `SQLiteCPP` | `tabulate` | `nlohmann_json` | `xvega` |`xvega-bindings`| |--------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------|----------------| -| main | >=1.1.1, <2.0.0 | >=3.30.1, <4 | >=3.0.0, <4 | >=1.5.0 | >=3.0.0 | >= 0.0.10 | >= 0.0.3 | +| main | >=3.0.0, <4.0.0 | >=3.30.1, <4 | >=3.0.0, <4 | >=1.5.0 | >=3.0.0 | >= 0.0.10 | >= 0.0.3 | +| 0.7.0 | >=3.0.0, <4.0.0 | >=3.30.1, <4 | >=3.0.0, <4 | >=1.5.0 | >=3.0.0 | >= 0.0.10 | >= 0.0.3 | | 0.6.0 | >=1.0.2, <2.0.0 | >=3.30.1, <4 | >=3.0.0, <4 | >=1.3.0,<1.5 | >=3.0.0 | >= 0.0.10 | >= 0.0.3 | Prior to version 0.6, `xeus-sqlite` was depending on `xeus` instead of `xeus-zmq`: diff --git a/include/xeus-sqlite/xeus_sqlite_config.hpp b/include/xeus-sqlite/xeus_sqlite_config.hpp index b1b52be..6d055ba 100644 --- a/include/xeus-sqlite/xeus_sqlite_config.hpp +++ b/include/xeus-sqlite/xeus_sqlite_config.hpp @@ -12,8 +12,8 @@ // Project version #define XSQLITE_VERSION_MAJOR 0 -#define XSQLITE_VERSION_MINOR 6 -#define XSQLITE_VERSION_PATCH 2 +#define XSQLITE_VERSION_MINOR 7 +#define XSQLITE_VERSION_PATCH 0 // Composing the version string from major, minor and patch #define XSQLITE_CONCATENATE(A, B) XSQLITE_CONCATENATE_IMPL(A, B)