From 3b873037f330d5797bb4e2f11af3709dab392e21 Mon Sep 17 00:00:00 2001 From: Mariana Meireles Date: Fri, 11 Jun 2021 16:53:19 +0200 Subject: [PATCH] Version 0.1.1 --- README.md | 2 ++ include/xeus-sql/xeus_sql_config.hpp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 91af5c8..8c060fe 100644 --- a/README.md +++ b/README.md @@ -75,6 +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.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 | @@ -86,6 +87,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.0.6 | >=3.30.1, <4 | >=3.0.0, <4 | >=1.3.0,<2.0 | >=4.0.1 | diff --git a/include/xeus-sql/xeus_sql_config.hpp b/include/xeus-sql/xeus_sql_config.hpp index cbf7410..e1aee4e 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 0 +#define XSQL_VERSION_PATCH 1 // Composing the version string from major, minor and patch #define XSQL_CONCATENATE(A, B) XSQL_CONCATENATE_IMPL(A, B)