Skip to content

Commit

Permalink
Update 1.1.0 release info (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
HTHou authored Nov 11, 2024
1 parent 4d93491 commit b44e7e2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions doap_tsfile.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,21 @@
<mailing-list rdf:resource="dev@tsfile.apache.org" />

<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>
Expand Down
6 changes: 3 additions & 3 deletions docs/src/Download/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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
6 changes: 3 additions & 3 deletions docs/src/zh/Download/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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

0 comments on commit b44e7e2

Please sign in to comment.