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 e9a71bf1 Release 0.10.0 (#205)
e9a71bf1 is described below

commit e9a71bf1785d9797310a67f9e30fb19ab486d0da
Author: weipeng <[email protected]>
AuthorDate: Sun Feb 16 22:21:33 2025 +0800

    Release 0.10.0 (#205)
    
    release v0.10.0
---
 docs/guide/scala_guide.md                          |  4 ++--
 docs/start/install.md                              | 14 +++++------
 .../current/start/install.md                       | 14 +++++------
 src/pages/download/index.md                        | 28 ++++++++++------------
 4 files changed, 29 insertions(+), 31 deletions(-)

diff --git a/docs/guide/scala_guide.md b/docs/guide/scala_guide.md
index 51ef4f03..8e98e1f7 100644
--- a/docs/guide/scala_guide.md
+++ b/docs/guide/scala_guide.md
@@ -19,13 +19,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.9.0"
+libraryDependencies += "org.apache.fury" % "fury-scala_2.13" % "0.10.0"
 ```
 
 To add a dependency on Fury scala for scala 3 with sbt, use the following:
 
 ```sbt
-libraryDependencies += "org.apache.fury" % "fury-scala_3" % "0.9.0"
+libraryDependencies += "org.apache.fury" % "fury-scala_3" % "0.10.0"
 ```
 
 ## Quict Start
diff --git a/docs/start/install.md b/docs/start/install.md
index 2f75c9b1..a4652b3f 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.9.0</version>
+  <version>0.10.0</version>
 </dependency>
 <!-- row/arrow format support -->
 <!-- <dependency>
   <groupId>org.apache.fury</groupId>
   <artifactId>fury-format</artifactId>
-  <version>0.9.0</version>
+  <version>0.10.0</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.9.0</version>
+  <version>0.10.0</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.9.0</version>
+  <version>0.10.0</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.9.0"
+libraryDependencies += "org.apache.fury" % "fury-scala_2.13" % "0.10.0"
 ```
 
 To add a dependency on Fury scala for scala 3 with sbt, use the following:
 
 ```sbt
-libraryDependencies += "org.apache.fury" % "fury-scala_3" % "0.9.0"
+libraryDependencies += "org.apache.fury" % "fury-scala_3" % "0.10.0"
 ```
 
 ## 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.9.0</version>
+  <version>0.10.0</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 9a4b505b..373b73f5 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.9.0</version>
+  <version>0.10.0</version>
 </dependency>
 <!-- row/arrow format support -->
 <!-- <dependency>
   <groupId>org.apache.fury</groupId>
   <artifactId>fury-format</artifactId>
-  <version>0.9.0</version>
+  <version>0.10.0</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.9.0</version>
+  <version>0.10.0</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.9.0</version>
+  <version>0.10.0</version>
 </dependency>
 ```
 
 要使用 sbt 添加 scala 2.13 的 Fury scala 依赖,请使用以下配置:
 
 ```sbt
-libraryDependencies += "org.apache.fury" % "fury-scala_2.13" % "0.9.0"
+libraryDependencies += "org.apache.fury" % "fury-scala_2.13" % "0.10.0"
 ```
 
 要使用 sbt 添加 scala 3 的 Fury scala 依赖,请使用以下配置:
 
 ```sbt
-libraryDependencies += "org.apache.fury" % "fury-scala_3" % "0.9.0"
+libraryDependencies += "org.apache.fury" % "fury-scala_3" % "0.10.0"
 ```
 
 ## 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.9.0</version>
+  <version>0.10.0</version>
 </dependency>
 ```
diff --git a/src/pages/download/index.md b/src/pages/download/index.md
index 68279f8a..b0d7a2cb 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.9.0:
+The latest source release is 0.10.0:
 
 | Version | Date | Source | Release Notes |
 |---------|------------|--------|---------------|
-| 0.9.0   |2024-11-10  | 
[source](https://www.apache.org/dyn/closer.lua/incubator/fury/0.9.0/apache-fury-0.9.0-incubating-src.tar.gz?action=download)
 
[asc](https://downloads.apache.org/incubator/fury/0.9.0/apache-fury-0.9.0-incubating-src.tar.gz.asc)
 
[sha512](https://downloads.apache.org/incubator/fury/0.9.0/apache-fury-0.9.0-incubating-src.tar.gz.sha512)
 | [release notes](https://github.com/apache/fury/releases/tag/v0.9.0) |
+| 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) |
 
 ## 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.9.0-src.tar.gz
+sha512sum --check apache-fury-incubating-0.10.0-src.tar.gz
 ```
 
 It should output something like:
 
 ```bash
-apache-fury-incubating-0.9.0-src.tar.gz: OK
+apache-fury-incubating-0.10.0-src.tar.gz: OK
 ```
 
 ### Verifying Signatures
@@ -54,30 +54,28 @@ gpg --import KEYS
 Then you can verify signature:
 
 ```bash
-gpg --verify apache-fury-incubating-0.9.0-src.tar.gz.asc 
apache-fury-incubating-0.9.0-src.tar.gz
+gpg --verify apache-fury-incubating-0.10.0-src.tar.gz.asc 
apache-fury-incubating-0.10.0-src.tar.gz
 ```
 
 If something like the following appears, it means the signature is correct:
 
 ```bash
-gpg: Signature made Wed 17 Apr 2024 11:49:45 PM CST using RSA key ID 5E580BA4
-gpg: checking the trustdb
-gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
-gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
-gpg: Good signature from "chaokunyang (CODE SIGNING KEY) 
<[email protected]>"
+gpg: Signature made Sun Feb  9 12:09:36 2025 CST
+gpg:                using RSA key F4796001336453FDE7BB45709C0212E28DD7828C
+gpg: Good signature from "Weipeng Wang (CODE SIGNING KEY) 
<[email protected]>"
 ```
 
 You should also verify the key using a command like:
 
 ```bash
-gpg --fingerprint 1E2CDAE4C08AD7D694D1CB139D7BE8E45E580BA4
+gpg --fingerprint F4796001336453FDE7BB45709C0212E28DD7828C
 ```
 
 It should output something like:
 
 ```bash
-pub   rsa4096 2024-03-27 [SC]
-      1E2C DAE4 C08A D7D6 94D1  CB13 9D7B E8E4 5E58 0BA4
-uid           [ unknown] chaokunyang (CODE SIGNING KEY) 
<[email protected]>
-sub   rsa4096 2024-03-27 [E]
+pub   rsa4096 2025-02-07 [SC]
+      F479 6001 3364 53FD E7BB  4570 9C02 12E2 8DD7 828C
+uid           [ultimate] Weipeng Wang (CODE SIGNING KEY) 
<[email protected]>
+sub   rsa4096 2025-02-07 
 ```


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

Reply via email to