From e8dab70f49f05cbc667a3ee19608c16c419a059e Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Fri, 14 Jul 2023 21:53:16 +0800 Subject: [PATCH] Docs: Set latest version to 0.7.2 --- README.md | 2 +- docker/.env | 2 +- docs/index.md | 2 +- mkdocs.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 71c61ae4..a324aa01 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Notes: | Version | Compatible Spark Versions | ClickHouse JDBC version | |---------|---------------------------|-------------------------| | 0.8.0 | Spark 3.3, 3.4 | 0.4.6 | -| 0.7.1 | Spark 3.3, 3.4 | 0.4.5 | +| 0.7.2 | Spark 3.3, 3.4 | 0.4.6 | | 0.6.0 | Spark 3.3 | 0.3.2-patch11 | | 0.5.0 | Spark 3.2, 3.3 | 0.3.2-patch11 | | 0.4.0 | Spark 3.2, 3.3 | Not depend on | diff --git a/docker/.env b/docker/.env index ea221dd6..e6fd1519 100644 --- a/docker/.env +++ b/docker/.env @@ -13,7 +13,7 @@ # # latest stable version -PROJECT_VERSION=0.7.1 +PROJECT_VERSION=0.7.2 CLICKHOUSE_IMAGE=clickhouse/clickhouse-server:23.3 AWS_JAVA_SDK_VERSION=1.12.239 diff --git a/docs/index.md b/docs/index.md index e7ca0293..06ad5082 100644 --- a/docs/index.md +++ b/docs/index.md @@ -47,7 +47,7 @@ For old versions, please refer the compatible matrix. | Version | Compatible Spark Versions | ClickHouse JDBC version | |---------|---------------------------|-------------------------| | 0.8.0 | Spark 3.3, 3.4 | 0.4.6 | -| 0.7.1 | Spark 3.3, 3.4 | 0.4.5 | +| 0.7.2 | Spark 3.3, 3.4 | 0.4.6 | | 0.6.0 | Spark 3.3 | 0.3.2-patch11 | | 0.5.0 | Spark 3.2, 3.3 | 0.3.2-patch11 | | 0.4.0 | Spark 3.2, 3.3 | Not depend on | diff --git a/mkdocs.yml b/mkdocs.yml index 703cfc1c..5954e5d8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -41,7 +41,7 @@ markdown_extensions: extra: version: 0.8.0-SNAPSHOT - stable_version: 0.7.1 + stable_version: 0.7.2 clickhouse_version: 23.3 clickhouse_jdbc_version: 0.4.5 scala_binary_version: 2.12