This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch HTHou-patch-1 in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
commit 3bce7c1f5c407e778446dc2ec61c1fc6e0846831 Author: Haonan <[email protected]> AuthorDate: Mon Feb 17 09:47:05 2025 +0800 Update README.md --- src/Download/README.md | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) diff --git a/src/Download/README.md b/src/Download/README.md index 0897893e..08599db1 100644 --- a/src/Download/README.md +++ b/src/Download/README.md @@ -25,6 +25,70 @@ <th colspan="3">IoTDB Binaries</th> <th colspan="3">IoTDB Sources</th> <th>release notes</th> + </tr> + <tr> + <td rowspan="2">2.0.1-beta</td> + <td> + <a + href="https://www.apache.org/dyn/closer.cgi/iotdb/2.0.1-beta/apache-iotdb-2.0.1-beta-all-bin.zip" + >All-in-one</a + > + </td> + <td> + <a + href="https://www.apache.org/dyn/closer.cgi/iotdb/2.0.1-beta/apache-iotdb-2.0.1-beta-all-bin.zip.sha512" + >SHA512</a + > + </td> + <td> + <a + href="https://www.apache.org/dyn/closer.cgi/iotdb/2.0.1-beta/apache-iotdb-2.0.1-beta-all-bin.zip.asc" + >ASC</a + > + </td> + <td rowspan="2"> + <a + href="https://www.apache.org/dyn/closer.cgi/iotdb/2.0.1-beta/apache-iotdb-2.0.1-beta-source-release.zip" + >Sources</a + > + </td> + <td rowspan="2"> + <a + href="https://www.apache.org/dyn/closer.cgi/iotdb/2.0.1-beta/apache-iotdb-2.0.1-beta-source-release.zip.sha512" + >SHA512</a + > + </td> + <td rowspan="2"> + <a + href="https://www.apache.org/dyn/closer.cgi/2.0.1-beta/apache-iotdb-2.0.1-beta-source-release.zip.asc" + >ASC</a + > + </td> + <td rowspan="2"> + <a href="https://dlcdn.apache.org/iotdb/2.0.1-beta/RELEASE_NOTES.md" + >release notes</a + > + </td> + </tr> + <tr> + <td> + <a + href="https://archive.apache.org/dist/iotdb/2.0.1-beta/apache-iotdb-2.0.1-beta-ainode-bin.zip" + >AINode</a + > + </td> + <td> + <a + href="https://www.apache.org/dyn/closer.cgi/iotdb/2.0.1-beta/apache-iotdb-2.0.1-beta-ainode-bin.zip.sha512" + >SHA512</a + > + </td> + <td> + <a + href="https://www.apache.org/dyn/closer.cgi/iotdb/2.0.1-beta/apache-iotdb-2.0.1-beta-ainode-bin.zip.asc" + >ASC</a + > + </td> </tr> <tr> <td rowspan="2">1.3.3</td>
