Skip to content

Commit e125e69

Browse files
committed
Release 0.7.0
1 parent dfc8d1b commit e125e69

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ mamba install sphinx breathe doxygen sphinx_rtd_theme
7676

7777
| `xeus-sqlite`| `xeus-zmq` | `SQLite` | `SQLiteCPP` | `tabulate` | `nlohmann_json` | `xvega` |`xvega-bindings`|
7878
|--------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------|----------------|
79-
| 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 |
79+
| 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 |
80+
| 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 |
8081
| 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 |
8182

8283
Prior to version 0.6, `xeus-sqlite` was depending on `xeus` instead of `xeus-zmq`:

include/xeus-sqlite/xeus_sqlite_config.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
// Project version
1414
#define XSQLITE_VERSION_MAJOR 0
15-
#define XSQLITE_VERSION_MINOR 6
16-
#define XSQLITE_VERSION_PATCH 2
15+
#define XSQLITE_VERSION_MINOR 7
16+
#define XSQLITE_VERSION_PATCH 0
1717

1818
// Composing the version string from major, minor and patch
1919
#define XSQLITE_CONCATENATE(A, B) XSQLITE_CONCATENATE_IMPL(A, B)

0 commit comments

Comments
 (0)