Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Dec 16, 2024
1 parent dfc8d1b commit e125e69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down
4 changes: 2 additions & 2 deletions include/xeus-sqlite/xeus_sqlite_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e125e69

Please sign in to comment.