Skip to content

Commit 7830b61

Browse files
committed
Version 0.1.0
1 parent 2cf1ec2 commit 7830b61

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

README.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,25 @@ https://xeus-sql.readthedocs.io/en/latest/
7070
- [PostgreSQL\*](https://github.com/postgres)
7171
- [MySQL\*](https://github.com/mysql/mysql-server)
7272

73-
| `xeus-sql` | `xeus` | `PostgreSQL*` | `SQLite*` | `MySQL*` | `Tabulate` | `nlohmann_json` | `xvega` | `soci-core` | `xproperty` | `xvega-bindings` |
74-
|--------------|-----------------|-----------------|-----------------|-----------------|-----------------|----------------|-------------|------------|-----------|--------------|
75-
| master | >=1.0.0, <2.0 | >=3.30.1, <4 | >=3.0.0, <4 | >=1.3.0,<2.0 | >=1.4|>=3.0.0 | >= 0.0.10 | 4.0.1 | >=0.11.0 | >=0.0.3 |
76-
| <=0.0.8 | >=1.0.0, <2.0.0 | >=3.30.1, <4 | >=3.0.0, <4 | >=1.3.0,<2.0 | >=1.4|>=3.0.0 | >= 0.0.10 | 4.0.1 | 0.10.4 | >=0.0.3 |
77-
| <=0.0.6 | >=0.24.0, <0.25 | >=3.30.1, <4 | >=3.0.0, <4 | >=1.3.0,<2.0 | >=1.4|>=3.0.0 | >= 0.0.5 | 4.0.1 | 0.10.4 | >=0.0.3 |
73+
##### xeus dependencies
7874

79-
\* These are optional dependencies that come by default with `xeus-sql` but may or may not be added to your project in case you're building manually. For more information check the CONTRIBUTING file.
75+
| `xeus-sql` | `xeus` | `tabulate` | `nlohmann_json` | `xproperty` | `xvega-bindings` | `soci-core` |
76+
|------------|-----------------|----------------|--------------------|-------------|------------------|-------------|
77+
| 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.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 |
79+
| <=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 |
80+
| <=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 |
81+
82+
##### SQL dependencies
83+
84+
These are optional dependencies that come by default with `xeus-sql` but may or may not be added to your project in case you're building manually. For more information check the CONTRIBUTING file.
85+
86+
| `xeus-sql` | `PostgreSQL` | `SQLite` | `MySQL` | `soci-sqlite`, `soci-postgres`, `soci-mysql` |
87+
|------------|--------------|-------------|--------------|----------------------------------------------|
88+
| master | >=3.30.1, <4 | >=3.0.0, <4 | >=1.3.0,<2.0 | >=4.0.1 |
89+
| <=0.1.0 | >=3.30.1, <4 | >=3.0.0, <4 | >=1.3.0,<2.0 | >=4.0.1 |
90+
| <=0.0.8 | >=3.30.1, <4 | >=3.0.0, <4 | >=1.3.0,<2.0 | >=4.0.1 |
91+
| <=0.0.6 | >=3.30.1, <4 | >=3.0.0, <4 | >=1.3.0,<2.0 | >=4.0.1 |
8092

8193
## Contributing
8294

include/xeus-sql/xeus_sql_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 XSQL_VERSION_MAJOR 0
15-
#define XSQL_VERSION_MINOR 0
16-
#define XSQL_VERSION_PATCH 8
15+
#define XSQL_VERSION_MINOR 1
16+
#define XSQL_VERSION_PATCH 0
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)