Skip to content

Commit 94c5954

Browse files
committed
0.1.2
1 parent 3976c04 commit 94c5954

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@ https://xeus-sql.readthedocs.io/en/latest/
7575
| `xeus-sql` | `xeus` | `tabulate` | `nlohmann_json` | `xproperty` | `xvega-bindings` | `soci-core` |
7676
|------------|-----------------|----------------|--------------------|-------------|------------------|-------------|
7777
| master | >=1.0.0, <2.0 | >=1.4\|>=3.0.0 | >= 0.0.10 \| 4.0.1 | >=0.11.0 | >=0.0.10 | >=4.0.1 |
78-
| <=0.1.1 | >=1.0.0, <2.0 | >=1.4\|>=3.0.0 | >= 0.0.10 \| 4.0.1 | >=0.10.4 | >=0.0.10 | >=4.0.1 |
79-
| <=0.1.0 | >=1.0.0, <2.0 | >=1.4\|>=3.0.0 | >= 0.0.10 \| 4.0.1 | >=0.10.4 | >=0.0.10 | >=4.0.1 |
80-
| <=0.0.8 | >=1.0.0, <2.0 | >=1.4\|>=3.0.0 | >= 0.0.10 \| 4.0.1 | >=0.10.4 | >=0.0.10 | >=4.0.1 |
78+
| <=0.1.2 | >=1.0.0, <2.0 | >=1.4\|>=3.0.0 | >= 0.0.10 \| 4.0.1 | >=0.10.4 | >=0.0.10 | >=4.0.1 |
8179
| <=0.0.6 | >=0.24.0, <0.25 | >=1.4\|>=3.0.0 | >= 0.0.5 \| 4.0.1 | >=0.10.4 | >=0.0.3 | >=4.0.1 |
8280

8381
##### SQL dependencies
@@ -87,9 +85,7 @@ These are optional dependencies that come by default with `xeus-sql` but may or
8785
| `xeus-sql` | `PostgreSQL` | `SQLite` | `MySQL` | `soci-sqlite`, `soci-postgres`, `soci-mysql` |
8886
|------------|--------------|-------------|--------------|----------------------------------------------|
8987
| master | >=3.30.1, <4 | >=3.0.0, <4 | >=1.3.0,<2.0 | >=4.0.1 |
90-
| <=0.1.1 | >=3.30.1, <4 | >=3.0.0, <4 | >=1.3.0,<2.0 | >=4.0.1 |
91-
| <=0.1.0 | >=3.30.1, <4 | >=3.0.0, <4 | >=1.3.0,<2.0 | >=4.0.1 |
92-
| <=0.0.8 | >=3.30.1, <4 | >=3.0.0, <4 | >=1.3.0,<2.0 | >=4.0.1 |
88+
| <=0.1.2 | >=3.30.1, <4 | >=3.0.0, <4 | >=1.3.0,<2.0 | >=4.0.1 |
9389
| <=0.0.6 | >=3.30.1, <4 | >=3.0.0, <4 | >=1.3.0,<2.0 | >=4.0.1 |
9490

9591
## Contributing

include/xeus-sql/xeus_sql_config.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// Project version
1414
#define XSQL_VERSION_MAJOR 0
1515
#define XSQL_VERSION_MINOR 1
16-
#define XSQL_VERSION_PATCH 1
16+
#define XSQL_VERSION_PATCH 2
1717

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

0 commit comments

Comments
 (0)