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

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


The following commit(s) were added to refs/heads/main by this push:
     new 80aea69a fix(docs): update to v0.11.2 note (#285)
80aea69a is described below

commit 80aea69a88d9c5c8498bc517701583e9f0b20d1e
Author: PAN <[email protected]>
AuthorDate: Mon Jul 14 14:33:47 2025 +0800

    fix(docs): update to v0.11.2 note (#285)
    
    close #284
---
 blog/2025-07-10-fory_0_11_2_release.md                     |  2 +-
 docs/community/how_to_release.md                           |  4 ++--
 .../current/docs/guide/scala_guide.md                      |  4 ++--
 .../version-0.11/docs/guide/scala_guide.md                 |  4 ++--
 .../version-0.11/docs/start/install.md                     | 14 +++++++-------
 .../version-0.11/guide/scala_guide.md                      |  4 ++--
 versioned_docs/version-0.11/community/how_to_release.md    |  4 ++--
 versioned_docs/version-0.11/docs/guide/scala_guide.md      |  4 ++--
 versioned_docs/version-0.11/docs/start/install.md          | 14 +++++++-------
 versioned_docs/version-0.11/guide/scala_guide.md           |  4 ++--
 10 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/blog/2025-07-10-fory_0_11_2_release.md 
b/blog/2025-07-10-fory_0_11_2_release.md
index bd8dc1b7..8b0485f7 100644
--- a/blog/2025-07-10-fory_0_11_2_release.md
+++ b/blog/2025-07-10-fory_0_11_2_release.md
@@ -5,7 +5,7 @@ authors: [pandalee99]
 tags: [fory]
 ---
 
-The Apache Fory team is pleased to announce the 0.11.1 release. This is a 
major release that includes [32 
PR](https://github.com/apache/fory/compare/v0.11.0...v0.11.1-rc1) from 13 
distinct contributors. See the 
[Install](https://fury.apache.org/docs/docs/start/install) Page to learn how to 
get the libraries for your platform.
+The Apache Fory team is pleased to announce the 0.11.2 release. This is a 
major release that includes [12 
PR](https://github.com/apache/fory/compare/v0.11.1...v0.11.2-rc1) from 4 
distinct contributors. See the 
[Install](https://fury.apache.org/docs/docs/start/install) Page to learn how to 
get the libraries for your platform.
 
 ## Features
 
diff --git a/docs/community/how_to_release.md b/docs/community/how_to_release.md
index 9fd97e26..2d414bfd 100644
--- a/docs/community/how_to_release.md
+++ b/docs/community/how_to_release.md
@@ -399,7 +399,7 @@ These steps ensure all published artifacts are verified and 
correctly deployed t
 ### build a Pre-release
 
 You need to build a Pre-release before voting, such as:
-https://github.com/apache/fory/releases/tag/v0.11.1-rc1
+https://github.com/apache/fory/releases/tag/v0.11.2-rc1
 
 ### Fory Community Vote
 
@@ -663,7 +663,7 @@ like [#2207](https://github.com/apache/fory/pull/2207).
 ### Github officially released
 
 You need to officially release this version in the Fory project
-Reference implementation: https://github.com/apache/fory/releases/tag/v0.11.1
+Reference implementation: https://github.com/apache/fory/releases/tag/v0.11.2
 
 ### Release Maven artifacts
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/guide/scala_guide.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/guide/scala_guide.md
index 358c3e03..1cc43825 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/guide/scala_guide.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/guide/scala_guide.md
@@ -34,13 +34,13 @@ Fory 支持所有 Scala 对象的序列化:
 如果你使用 sbt 并希望在 Scala 2 项目中引入 Fory Scala 依赖,请添加如下内容:
 
 ```sbt
-libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.1"
+libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.2"
 ```
 
 如果你使用 sbt 并希望在 Scala 3 项目中引入 Fory Scala 依赖,请添加如下内容:
 
 ```sbt
-libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.1"
+libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.2"
 ```
 
 ## 快速开始
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/docs/guide/scala_guide.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/docs/guide/scala_guide.md
index 358c3e03..1cc43825 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/docs/guide/scala_guide.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/docs/guide/scala_guide.md
@@ -34,13 +34,13 @@ Fory 支持所有 Scala 对象的序列化:
 如果你使用 sbt 并希望在 Scala 2 项目中引入 Fory Scala 依赖,请添加如下内容:
 
 ```sbt
-libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.1"
+libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.2"
 ```
 
 如果你使用 sbt 并希望在 Scala 3 项目中引入 Fory Scala 依赖,请添加如下内容:
 
 ```sbt
-libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.1"
+libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.2"
 ```
 
 ## 快速开始
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/docs/start/install.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/docs/start/install.md
index db9b7d78..54ec8ab0 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/docs/start/install.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/docs/start/install.md
@@ -14,13 +14,13 @@ Apache Fory 源码下载请参见 Apache Fory 
[download](https://github.com/apac
 <dependency>
   <groupId>org.apache.fory</groupId>
   <artifactId>fory-core</artifactId>
-  <version>0.11.1</version>
+  <version>0.11.2</version>
 </dependency>
 <!-- row/arrow format support -->
 <!-- <dependency>
   <groupId>org.apache.fory</groupId>
   <artifactId>fory-format</artifactId>
-  <version>0.11.1</version>
+  <version>0.11.2</version>
 </dependency> -->
 ```
 
@@ -32,7 +32,7 @@ Apache Fory 源码下载请参见 Apache Fory 
[download](https://github.com/apac
 <dependency>
   <groupId>org.apache.fory</groupId>
   <artifactId>fory-scala_2.13</artifactId>
-  <version>0.11.1</version>
+  <version>0.11.2</version>
 </dependency>
 ```
 
@@ -42,20 +42,20 @@ Apache Fory 源码下载请参见 Apache Fory 
[download](https://github.com/apac
 <dependency>
   <groupId>org.apache.fory</groupId>
   <artifactId>fory-scala_3</artifactId>
-  <version>0.11.1</version>
+  <version>0.11.2</version>
 </dependency>
 ```
 
 要使用 sbt 添加 scala 2.13 的 Fory scala 依赖,请使用以下配置:
 
 ```sbt
-libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.1"
+libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.2"
 ```
 
 要使用 sbt 添加 scala 3 的 Fory scala 依赖,请使用以下配置:
 
 ```sbt
-libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.1"
+libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.2"
 ```
 
 ## Fory Kotlin 安装
@@ -66,6 +66,6 @@ To add a dependency on Fory kotlin with maven, use the 
following:
 <dependency>
   <groupId>org.apache.fory</groupId>
   <artifactId>fory-kotlin</artifactId>
-  <version>0.11.1</version>
+  <version>0.11.2</version>
 </dependency>
 ```
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/guide/scala_guide.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/guide/scala_guide.md
index 1969ebf5..cf778da0 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/guide/scala_guide.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/guide/scala_guide.md
@@ -34,13 +34,13 @@ Scala 2 and 3 are both supported.
 To add a dependency on Fory scala for scala 2 with sbt, use the following:
 
 ```sbt
-libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.1"
+libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.2"
 ```
 
 To add a dependency on Fory scala for scala 3 with sbt, use the following:
 
 ```sbt
-libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.1"
+libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.2"
 ```
 
 ## Quict Start
diff --git a/versioned_docs/version-0.11/community/how_to_release.md 
b/versioned_docs/version-0.11/community/how_to_release.md
index 8cee5c6f..5ff582a9 100644
--- a/versioned_docs/version-0.11/community/how_to_release.md
+++ b/versioned_docs/version-0.11/community/how_to_release.md
@@ -399,7 +399,7 @@ These steps ensure all published artifacts are verified and 
correctly deployed t
 ### build a Pre-release
 
 You need to build a Pre-release before voting, such as:
-https://github.com/apache/fory/releases/tag/v0.11.1-rc1
+https://github.com/apache/fory/releases/tag/v0.11.2-rc1
 
 ### Fory Community Vote
 
@@ -647,7 +647,7 @@ like [#2207](https://github.com/apache/fory/pull/2207).
 ### Github officially released
 
 You need to officially release this version in the Fory project
-Reference implementation: https://github.com/apache/fory/releases/tag/v0.11.1
+Reference implementation: https://github.com/apache/fory/releases/tag/v0.11.2
 
 ### Release Maven artifacts
 
diff --git a/versioned_docs/version-0.11/docs/guide/scala_guide.md 
b/versioned_docs/version-0.11/docs/guide/scala_guide.md
index 1969ebf5..cf778da0 100644
--- a/versioned_docs/version-0.11/docs/guide/scala_guide.md
+++ b/versioned_docs/version-0.11/docs/guide/scala_guide.md
@@ -34,13 +34,13 @@ Scala 2 and 3 are both supported.
 To add a dependency on Fory scala for scala 2 with sbt, use the following:
 
 ```sbt
-libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.1"
+libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.2"
 ```
 
 To add a dependency on Fory scala for scala 3 with sbt, use the following:
 
 ```sbt
-libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.1"
+libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.2"
 ```
 
 ## Quict Start
diff --git a/versioned_docs/version-0.11/docs/start/install.md 
b/versioned_docs/version-0.11/docs/start/install.md
index 421bfb46..d38f99e5 100644
--- a/versioned_docs/version-0.11/docs/start/install.md
+++ b/versioned_docs/version-0.11/docs/start/install.md
@@ -16,13 +16,13 @@ To add a dependency on Fory using Maven, use the following:
 <dependency>
   <groupId>org.apache.fory</groupId>
   <artifactId>fory-core</artifactId>
-  <version>0.11.1</version>
+  <version>0.11.2</version>
 </dependency>
 <!-- row/arrow format support -->
 <!-- <dependency>
   <groupId>org.apache.fory</groupId>
   <artifactId>fory-format</artifactId>
-  <version>0.11.1</version>
+  <version>0.11.2</version>
 </dependency> -->
 ```
 
@@ -34,7 +34,7 @@ To add a dependency on Fory scala for scala 2.13 with maven, 
use the following:
 <dependency>
   <groupId>org.apache.fory</groupId>
   <artifactId>fory-scala_2.13</artifactId>
-  <version>0.11.1</version>
+  <version>0.11.2</version>
 </dependency>
 ```
 
@@ -44,20 +44,20 @@ To add a dependency on Fory scala for scala 3 with maven, 
use the following:
 <dependency>
   <groupId>org.apache.fory</groupId>
   <artifactId>fory-scala_3</artifactId>
-  <version>0.11.1</version>
+  <version>0.11.2</version>
 </dependency>
 ```
 
 To add a dependency on Fory scala for scala 2.13 with sbt, use the following:
 
 ```sbt
-libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.1"
+libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.2"
 ```
 
 To add a dependency on Fory scala for scala 3 with sbt, use the following:
 
 ```sbt
-libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.1"
+libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.2"
 ```
 
 ## Kotlin
@@ -68,6 +68,6 @@ To add a dependency on Fory kotlin with maven, use the 
following:
 <dependency>
   <groupId>org.apache.fory</groupId>
   <artifactId>fory-kotlin</artifactId>
-  <version>0.11.1</version>
+  <version>0.11.2</version>
 </dependency>
 ```
diff --git a/versioned_docs/version-0.11/guide/scala_guide.md 
b/versioned_docs/version-0.11/guide/scala_guide.md
index 1969ebf5..cf778da0 100644
--- a/versioned_docs/version-0.11/guide/scala_guide.md
+++ b/versioned_docs/version-0.11/guide/scala_guide.md
@@ -34,13 +34,13 @@ Scala 2 and 3 are both supported.
 To add a dependency on Fory scala for scala 2 with sbt, use the following:
 
 ```sbt
-libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.1"
+libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.2"
 ```
 
 To add a dependency on Fory scala for scala 3 with sbt, use the following:
 
 ```sbt
-libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.1"
+libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.2"
 ```
 
 ## Quict Start


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

Reply via email to