diff --git a/README.md b/README.md index 8c060fe..002ca4b 100644 --- a/README.md +++ b/README.md @@ -75,9 +75,7 @@ https://xeus-sql.readthedocs.io/en/latest/ | `xeus-sql` | `xeus` | `tabulate` | `nlohmann_json` | `xproperty` | `xvega-bindings` | `soci-core` | |------------|-----------------|----------------|--------------------|-------------|------------------|-------------| | 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 | -| <=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 | -| <=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 | -| <=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 | +| <=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 | | <=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 | ##### SQL dependencies @@ -87,9 +85,7 @@ These are optional dependencies that come by default with `xeus-sql` but may or | `xeus-sql` | `PostgreSQL` | `SQLite` | `MySQL` | `soci-sqlite`, `soci-postgres`, `soci-mysql` | |------------|--------------|-------------|--------------|----------------------------------------------| | master | >=3.30.1, <4 | >=3.0.0, <4 | >=1.3.0,<2.0 | >=4.0.1 | -| <=0.1.1 | >=3.30.1, <4 | >=3.0.0, <4 | >=1.3.0,<2.0 | >=4.0.1 | -| <=0.1.0 | >=3.30.1, <4 | >=3.0.0, <4 | >=1.3.0,<2.0 | >=4.0.1 | -| <=0.0.8 | >=3.30.1, <4 | >=3.0.0, <4 | >=1.3.0,<2.0 | >=4.0.1 | +| <=0.1.2 | >=3.30.1, <4 | >=3.0.0, <4 | >=1.3.0,<2.0 | >=4.0.1 | | <=0.0.6 | >=3.30.1, <4 | >=3.0.0, <4 | >=1.3.0,<2.0 | >=4.0.1 | ## Contributing diff --git a/include/xeus-sql/xeus_sql_config.hpp b/include/xeus-sql/xeus_sql_config.hpp index e1aee4e..9fa695e 100644 --- a/include/xeus-sql/xeus_sql_config.hpp +++ b/include/xeus-sql/xeus_sql_config.hpp @@ -13,7 +13,7 @@ // Project version #define XSQL_VERSION_MAJOR 0 #define XSQL_VERSION_MINOR 1 -#define XSQL_VERSION_PATCH 1 +#define XSQL_VERSION_PATCH 2 // Composing the version string from major, minor and patch #define XSQL_CONCATENATE(A, B) XSQL_CONCATENATE_IMPL(A, B)