Skip to content

Commit

Permalink
Release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed Mar 15, 2022
1 parent 7f9ae24 commit 881ce01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -76,7 +76,8 @@ mamba install sphinx breathe doxygen sphinx_rtd_theme

| `xeus-sqlite`| `xeus` | `SQLite` | `SQLiteCPP` | `tabulate` | `nlohmann_json` | `xvega` |`xvega-bindings`|
|--------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------|----------------|
| master | >=2.0.0, <3.0.0 | >=3.30.1, <4 | >=3.0.0, <4 | >=1.3.0,<2.0 | >=3.0.0 | >= 0.0.10 | >= 0.0.3 |
| master | >=2.4.0, <3.0.0 | >=3.30.1, <4 | >=3.0.0, <4 | >=1.3.0,<2.0 | >=3.0.0 | >= 0.0.10 | >= 0.0.3 |
| 0.5.2 | >=2.4.0, <3.0.0 | >=3.30.1, <4 | >=3.0.0, <4 | >=1.3.0,<2.0 | >=3.0.0 | >= 0.0.10 | >= 0.0.3 |
| 0.5.1 | >=2.0.0, <3.0.0 | >=3.30.1, <4 | >=3.0.0, <4 | >=1.3.0,<2.0 | >=3.0.0 | >= 0.0.10 | >= 0.0.3 |
| 0.3.0 | >=1.0.0, <2.0.0 | >=3.30.1, <4 | >=3.0.0, <4 | >=1.3.0,<2.0 | >=3.0.0 | >= 0.0.10 | >= 0.0.3 |
| 0.2.0 | >=0.23.9, <0.24 | >=3.30.1, <4 | >=3.0.0, <4 | =1.2.0 | >=3.0.0 | >= 0.0.5 | >= 0.0.3 |
Expand Down
2 changes: 1 addition & 1 deletion include/xeus-sqlite/xeus_sqlite_config.hpp
Expand Up @@ -13,7 +13,7 @@
// Project version
#define XSQLITE_VERSION_MAJOR 0
#define XSQLITE_VERSION_MINOR 5
#define XSQLITE_VERSION_PATCH 1
#define XSQLITE_VERSION_PATCH 2

// 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 881ce01

Please sign in to comment.