This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/develop by this push:
new b44e7e21 Update 1.1.0 release info (#299)
b44e7e21 is described below
commit b44e7e216e057c357b864cf9fa3156946fd1e476
Author: Haonan <[email protected]>
AuthorDate: Mon Nov 11 09:55:08 2024 +0800
Update 1.1.0 release info (#299)
---
doap_tsfile.rdf | 10 ++++++++++
docs/src/Download/README.md | 6 +++---
docs/src/zh/Download/README.md | 6 +++---
3 files changed, 16 insertions(+), 6 deletions(-)
diff --git a/doap_tsfile.rdf b/doap_tsfile.rdf
index ca888bb7..a1db9cfc 100644
--- a/doap_tsfile.rdf
+++ b/doap_tsfile.rdf
@@ -36,11 +36,21 @@
<mailing-list rdf:resource="[email protected]" />
<programming-language>Java</programming-language>
+ <programming-language>C++</programming-language>
+ <programming-language>Python</programming-language>
<category rdf:resource="https://projects.apache.org/category/big-data" />
<category rdf:resource="https://projects.apache.org/category/database" />
<category rdf:resource="https://projects.apache.org/category/iot" />
+ <release>
+ <Version>
+ <name>Apache TsFile</name>
+ <created>2024-11-10</created>
+ <revision>1.1.0</revision>
+ </Version>
+ </release>
+
<release>
<Version>
<name>Apache TsFile</name>
diff --git a/docs/src/Download/README.md b/docs/src/Download/README.md
index cf110101..755f7e29 100644
--- a/docs/src/Download/README.md
+++ b/docs/src/Download/README.md
@@ -22,7 +22,7 @@
# Download
Our GitHub page: https://github.com/apache/tsfile
-The latest version of TsFile is 1.0.0.
+The latest version of TsFile is 1.1.0.
Downloading it from the [Maven central
repository](https://search.maven.org/search?q=g:org.apache.tsfile)
@@ -32,8 +32,8 @@ Add the following dependency section to your pom.xml:
<dependency>
<groupId>org.apache.tsfile</groupId>
<artifactId>tsfile</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0</version>
</dependency>
```
-The release note of 1.0.0 can be found in the Archives of the Apache Software
Foundation: https://github.com/apache/tsfile/releases/tag/v1.0.0
+The release note of 1.1.0 can be found in the Archives of the Apache Software
Foundation: https://github.com/apache/tsfile/releases/tag/v1.1.0
diff --git a/docs/src/zh/Download/README.md b/docs/src/zh/Download/README.md
index 63493dc8..0a047392 100644
--- a/docs/src/zh/Download/README.md
+++ b/docs/src/zh/Download/README.md
@@ -22,7 +22,7 @@
# 下载
GitHub 仓库地址:https://github.com/apache/tsfile
-最新版本是1.0.0。
+最新版本是1.1.0。
点击 Maven 仓库地址下载:[Maven central
repository](https://search.maven.org/search?q=g:org.apache.tsfile)
@@ -32,8 +32,8 @@ GitHub 仓库地址:https://github.com/apache/tsfile
<dependency>
<groupId>org.apache.tsfile</groupId>
<artifactId>tsfile</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0</version>
</dependency>
```
-该版本的特性可点击查看: https://github.com/apache/tsfile/releases/tag/v1.0.0
+该版本的特性可点击查看: https://github.com/apache/tsfile/releases/tag/v1.1.0