This is an automated email from the ASF dual-hosted git repository.

wangweipeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fury-site.git


The following commit(s) were added to refs/heads/main by this push:
     new b966555d chore: update version (#217)
b966555d is described below

commit b966555d0390800da790d1b3b4dc035960e823e6
Author: weipeng <[email protected]>
AuthorDate: Tue Apr 15 22:58:23 2025 +0800

    chore: update version (#217)
    
    Update the verions, since the v0.10.1 is released
---
 docs/guide/scala_guide.md                                  |  4 ++--
 docs/start/install.md                                      | 14 +++++++-------
 .../current/start/install.md                               | 14 +++++++-------
 src/pages/download/index.md                                | 10 +++++-----
 4 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/docs/guide/scala_guide.md b/docs/guide/scala_guide.md
index 373fbd92..53092790 100644
--- a/docs/guide/scala_guide.md
+++ b/docs/guide/scala_guide.md
@@ -34,13 +34,13 @@ Scala 2 and 3 are both supported.
 To add a dependency on Fury scala for scala 2 with sbt, use the following:
 
 ```sbt
-libraryDependencies += "org.apache.fury" % "fury-scala_2.13" % "0.10.0"
+libraryDependencies += "org.apache.fury" % "fury-scala_2.13" % "0.10.1"
 ```
 
 To add a dependency on Fury scala for scala 3 with sbt, use the following:
 
 ```sbt
-libraryDependencies += "org.apache.fury" % "fury-scala_3" % "0.10.0"
+libraryDependencies += "org.apache.fury" % "fury-scala_3" % "0.10.1"
 ```
 
 ## Quict Start
diff --git a/docs/start/install.md b/docs/start/install.md
index 1443db69..aa72b00f 100644
--- a/docs/start/install.md
+++ b/docs/start/install.md
@@ -16,13 +16,13 @@ To add a dependency on Fury using Maven, use the following:
 <dependency>
   <groupId>org.apache.fury</groupId>
   <artifactId>fury-core</artifactId>
-  <version>0.10.0</version>
+  <version>0.10.1</version>
 </dependency>
 <!-- row/arrow format support -->
 <!-- <dependency>
   <groupId>org.apache.fury</groupId>
   <artifactId>fury-format</artifactId>
-  <version>0.10.0</version>
+  <version>0.10.1</version>
 </dependency> -->
 ```
 
@@ -34,7 +34,7 @@ To add a dependency on Fury scala for scala 2.13 with maven, 
use the following:
 <dependency>
   <groupId>org.apache.fury</groupId>
   <artifactId>fury-scala_2.13</artifactId>
-  <version>0.10.0</version>
+  <version>0.10.1</version>
 </dependency>
 ```
 
@@ -44,20 +44,20 @@ To add a dependency on Fury scala for scala 3 with maven, 
use the following:
 <dependency>
   <groupId>org.apache.fury</groupId>
   <artifactId>fury-scala_3</artifactId>
-  <version>0.10.0</version>
+  <version>0.10.1</version>
 </dependency>
 ```
 
 To add a dependency on Fury scala for scala 2.13 with sbt, use the following:
 
 ```sbt
-libraryDependencies += "org.apache.fury" % "fury-scala_2.13" % "0.10.0"
+libraryDependencies += "org.apache.fury" % "fury-scala_2.13" % "0.10.1"
 ```
 
 To add a dependency on Fury scala for scala 3 with sbt, use the following:
 
 ```sbt
-libraryDependencies += "org.apache.fury" % "fury-scala_3" % "0.10.0"
+libraryDependencies += "org.apache.fury" % "fury-scala_3" % "0.10.1"
 ```
 
 ## Kotlin
@@ -68,6 +68,6 @@ To add a dependency on Fury kotlin with maven, use the 
following:
 <dependency>
   <groupId>org.apache.fury</groupId>
   <artifactId>fury-kotlin</artifactId>
-  <version>0.10.0</version>
+  <version>0.10.1</version>
 </dependency>
 ```
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/start/install.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/start/install.md
index 373b73f5..0d216472 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/start/install.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/start/install.md
@@ -14,13 +14,13 @@ Apache Fury 源码下载请参见 Apache Fury 
[download](https://github.com/apac
 <dependency>
   <groupId>org.apache.fury</groupId>
   <artifactId>fury-core</artifactId>
-  <version>0.10.0</version>
+  <version>0.10.1</version>
 </dependency>
 <!-- row/arrow format support -->
 <!-- <dependency>
   <groupId>org.apache.fury</groupId>
   <artifactId>fury-format</artifactId>
-  <version>0.10.0</version>
+  <version>0.10.1</version>
 </dependency> -->
 ```
 
@@ -32,7 +32,7 @@ Apache Fury 源码下载请参见 Apache Fury 
[download](https://github.com/apac
 <dependency>
   <groupId>org.apache.fury</groupId>
   <artifactId>fury-scala_2.13</artifactId>
-  <version>0.10.0</version>
+  <version>0.10.1</version>
 </dependency>
 ```
 
@@ -42,20 +42,20 @@ Apache Fury 源码下载请参见 Apache Fury 
[download](https://github.com/apac
 <dependency>
   <groupId>org.apache.fury</groupId>
   <artifactId>fury-scala_3</artifactId>
-  <version>0.10.0</version>
+  <version>0.10.1</version>
 </dependency>
 ```
 
 要使用 sbt 添加 scala 2.13 的 Fury scala 依赖,请使用以下配置:
 
 ```sbt
-libraryDependencies += "org.apache.fury" % "fury-scala_2.13" % "0.10.0"
+libraryDependencies += "org.apache.fury" % "fury-scala_2.13" % "0.10.1"
 ```
 
 要使用 sbt 添加 scala 3 的 Fury scala 依赖,请使用以下配置:
 
 ```sbt
-libraryDependencies += "org.apache.fury" % "fury-scala_3" % "0.10.0"
+libraryDependencies += "org.apache.fury" % "fury-scala_3" % "0.10.1"
 ```
 
 ## Fury Kotlin 安装
@@ -66,6 +66,6 @@ To add a dependency on Fury kotlin with maven, use the 
following:
 <dependency>
   <groupId>org.apache.fury</groupId>
   <artifactId>fury-kotlin</artifactId>
-  <version>0.10.0</version>
+  <version>0.10.1</version>
 </dependency>
 ```
diff --git a/src/pages/download/index.md b/src/pages/download/index.md
index 1ba1dbf6..1c533f2c 100644
--- a/src/pages/download/index.md
+++ b/src/pages/download/index.md
@@ -9,11 +9,11 @@ For binary install, please see Fury 
[install](/docs/start/install/) document.
 
 ## The latest release
 
-The latest source release is 0.10.0:
+The latest source release is 0.10.1:
 
 | Version | Date | Source | Release Notes |
 |---------|------------|--------|---------------|
-| 0.10.0   |2025-02-16  | 
[source](https://www.apache.org/dyn/closer.lua/incubator/fury/0.10.0/apache-fury-0.10.0-incubating-src.tar.gz?action=download)
 
[asc](https://downloads.apache.org/incubator/fury/0.10.0/apache-fury-0.10.0-incubating-src.tar.gz.asc)
 
[sha512](https://downloads.apache.org/incubator/fury/0.10.0/apache-fury-0.10.0-incubating-src.tar.gz.sha512)
 | [release notes](https://github.com/apache/fury/releases/tag/v0.10.0) |
+| 0.10.1   |2025-04-15  | 
[source](https://www.apache.org/dyn/closer.lua/incubator/fury/0.10.1/apache-fury-0.10.1-incubating-src.tar.gz?action=download)
 
[asc](https://downloads.apache.org/incubator/fury/0.10.1/apache-fury-0.10.1-incubating-src.tar.gz.asc)
 
[sha512](https://downloads.apache.org/incubator/fury/0.10.1/apache-fury-0.10.1-incubating-src.tar.gz.sha512)
 | [release notes](https://github.com/apache/fury/releases/tag/v0.10.1) |
 
 ## All archived releases
 
@@ -31,13 +31,13 @@ These files are named after the files they relate to but 
have `.sha512/.asc` ext
 To verify the SHA digests, you need the `.tgz` and its associated 
`.tgz.sha512` file. An example command:
 
 ```bash
-sha512sum --check apache-fury-incubating-0.10.0-src.tar.gz
+sha512sum --check apache-fury-incubating-0.10.1-src.tar.gz
 ```
 
 It should output something like:
 
 ```bash
-apache-fury-incubating-0.10.0-src.tar.gz: OK
+apache-fury-incubating-0.10.1-src.tar.gz: OK
 ```
 
 ### Verifying Signatures
@@ -54,7 +54,7 @@ gpg --import KEYS
 Then you can verify signature:
 
 ```bash
-gpg --verify apache-fury-incubating-0.10.0-src.tar.gz.asc 
apache-fury-incubating-0.10.0-src.tar.gz
+gpg --verify apache-fury-incubating-0.10.1-src.tar.gz.asc 
apache-fury-incubating-0.10.1-src.tar.gz
 ```
 
 If something like the following appears, it means the signature is correct:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to