This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch release_0.13.1 in repository https://gitbox.apache.org/repos/asf/fory-site.git
commit 97897da31608b2cf881fe0d36f15d8736917a78a Author: chaokunyang <[email protected]> AuthorDate: Thu Nov 6 12:39:52 2025 +0800 bump release version --- docs/docs/guide/java_serialization_guide.md | 2 +- docs/docs/guide/scala_guide.md | 2 +- docs/docs/start/install.md | 18 +++++++++--------- .../current/docs/start/install.md | 18 +++++++++--------- .../version-0.13/docs/start/install.md | 18 +++++++++--------- src/pages/download/index.md | 10 +++++----- .../docs/guide/java_serialization_guide.md | 2 +- versioned_docs/version-0.13/docs/guide/scala_guide.md | 2 +- versioned_docs/version-0.13/docs/start/install.md | 18 +++++++++--------- 9 files changed, 45 insertions(+), 45 deletions(-) diff --git a/docs/docs/guide/java_serialization_guide.md b/docs/docs/guide/java_serialization_guide.md index bb1791d55..2377da16c 100644 --- a/docs/docs/guide/java_serialization_guide.md +++ b/docs/docs/guide/java_serialization_guide.md @@ -286,7 +286,7 @@ For Maven: <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-simd</artifactId> - <version>0.13.0</version> + <version>0.13.1</version> </dependency> ``` diff --git a/docs/docs/guide/scala_guide.md b/docs/docs/guide/scala_guide.md index 1070a5ac5..d8e3975b5 100644 --- a/docs/docs/guide/scala_guide.md +++ b/docs/docs/guide/scala_guide.md @@ -34,7 +34,7 @@ Scala 2 and 3 are both supported. To add a dependency on Apache Fory™ scala for with sbt, use the following: ```sbt -libraryDependencies += "org.apache.fory" %% "fory-scala" % "0.13.0" +libraryDependencies += "org.apache.fory" %% "fory-scala" % "0.13.1" ``` ## Quick Start diff --git a/docs/docs/start/install.md b/docs/docs/start/install.md index 99ad0b517..2d15967a1 100644 --- a/docs/docs/start/install.md +++ b/docs/docs/start/install.md @@ -16,13 +16,13 @@ To add a dependency on Apache Fory™ using Maven, use the following: <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-core</artifactId> - <version>0.13.0</version> + <version>0.13.1</version> </dependency> <!-- row/arrow format support --> <!-- <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-format</artifactId> - <version>0.13.0</version> + <version>0.13.1</version> </dependency> --> ``` @@ -34,7 +34,7 @@ To add a dependency on Apache Fory™ scala for scala 2.13 with maven, use the f <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-scala_2.13</artifactId> - <version>0.13.0</version> + <version>0.13.1</version> </dependency> ``` @@ -44,20 +44,20 @@ To add a dependency on Apache Fory™ scala for scala 3 with maven, use the foll <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-scala_3</artifactId> - <version>0.13.0</version> + <version>0.13.1</version> </dependency> ``` To add a dependency on Apache Fory™ scala for scala 2.13 with sbt, use the following: ```sbt -libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.13.0" +libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.13.1" ``` To add a dependency on Apache Fory™ scala for scala 3 with sbt, use the following: ```sbt -libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.13.0" +libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.13.1" ``` ## Kotlin @@ -68,7 +68,7 @@ To add a dependency on Apache Fory™ kotlin with maven, use the following: <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-kotlin</artifactId> - <version>0.13.0</version> + <version>0.13.1</version> </dependency> ``` @@ -76,7 +76,7 @@ To add a dependency on Apache Fory™ kotlin with maven, use the following: ```bash python -m pip install --upgrade pip -pip install pyfory==0.13.0 +pip install pyfory==0.13.1 ``` ## Rust @@ -89,7 +89,7 @@ fory = "0.13" or just execute command: ```bash -cargo add [email protected] +cargo add [email protected] ``` ## JavaScript diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/start/install.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/start/install.md index ce3419beb..ebe608eab 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/start/install.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/docs/start/install.md @@ -14,13 +14,13 @@ Apache Fory™ 源码下载请参见 Apache Fory™ [download](https://github.co <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-core</artifactId> - <version>0.13.0</version> + <version>0.13.1</version> </dependency> <!-- row/arrow format support --> <!-- <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-format</artifactId> - <version>0.13.0</version> + <version>0.13.1</version> </dependency> --> ``` @@ -32,7 +32,7 @@ Apache Fory™ 源码下载请参见 Apache Fory™ [download](https://github.co <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-scala_2.13</artifactId> - <version>0.13.0</version> + <version>0.13.1</version> </dependency> ``` @@ -42,20 +42,20 @@ Apache Fory™ 源码下载请参见 Apache Fory™ [download](https://github.co <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-scala_3</artifactId> - <version>0.13.0</version> + <version>0.13.1</version> </dependency> ``` 要使用 sbt 添加 scala 2.13 的 Fory scala 依赖,请使用以下配置: ```sbt -libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.13.0" +libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.13.1" ``` 要使用 sbt 添加 scala 3 的 Fory scala 依赖,请使用以下配置: ```sbt -libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.13.0" +libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.13.1" ``` ## 安装 Apache Fory™ Kotlin @@ -66,7 +66,7 @@ To add a dependency on Apache Fory™kotlin with maven, use the following: <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-kotlin</artifactId> - <version>0.13.0</version> + <version>0.13.1</version> </dependency> ``` @@ -74,7 +74,7 @@ To add a dependency on Apache Fory™kotlin with maven, use the following: ```bash python -m pip install --upgrade pip -pip install pyfory==0.13.0 +pip install pyfory==0.13.1 ``` ## 安装 Apache Fory™ Rust @@ -87,5 +87,5 @@ fory = "0.13" 或者直接执行以下命令: ```bash -cargo add [email protected] +cargo add [email protected] ``` diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.13/docs/start/install.md b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.13/docs/start/install.md index ce3419beb..ebe608eab 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.13/docs/start/install.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.13/docs/start/install.md @@ -14,13 +14,13 @@ Apache Fory™ 源码下载请参见 Apache Fory™ [download](https://github.co <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-core</artifactId> - <version>0.13.0</version> + <version>0.13.1</version> </dependency> <!-- row/arrow format support --> <!-- <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-format</artifactId> - <version>0.13.0</version> + <version>0.13.1</version> </dependency> --> ``` @@ -32,7 +32,7 @@ Apache Fory™ 源码下载请参见 Apache Fory™ [download](https://github.co <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-scala_2.13</artifactId> - <version>0.13.0</version> + <version>0.13.1</version> </dependency> ``` @@ -42,20 +42,20 @@ Apache Fory™ 源码下载请参见 Apache Fory™ [download](https://github.co <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-scala_3</artifactId> - <version>0.13.0</version> + <version>0.13.1</version> </dependency> ``` 要使用 sbt 添加 scala 2.13 的 Fory scala 依赖,请使用以下配置: ```sbt -libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.13.0" +libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.13.1" ``` 要使用 sbt 添加 scala 3 的 Fory scala 依赖,请使用以下配置: ```sbt -libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.13.0" +libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.13.1" ``` ## 安装 Apache Fory™ Kotlin @@ -66,7 +66,7 @@ To add a dependency on Apache Fory™kotlin with maven, use the following: <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-kotlin</artifactId> - <version>0.13.0</version> + <version>0.13.1</version> </dependency> ``` @@ -74,7 +74,7 @@ To add a dependency on Apache Fory™kotlin with maven, use the following: ```bash python -m pip install --upgrade pip -pip install pyfory==0.13.0 +pip install pyfory==0.13.1 ``` ## 安装 Apache Fory™ Rust @@ -87,5 +87,5 @@ fory = "0.13" 或者直接执行以下命令: ```bash -cargo add [email protected] +cargo add [email protected] ``` diff --git a/src/pages/download/index.md b/src/pages/download/index.md index bbb53df74..5839add9c 100644 --- a/src/pages/download/index.md +++ b/src/pages/download/index.md @@ -9,11 +9,11 @@ For binary install, please see Apache Fory™ [install](/docs/docs/start/install ## The latest release -The latest source release is 0.13.0: +The latest source release is 0.13.1: | Version | Date | Source | Release Notes | | ------- | ---------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------- | -| 0.13.0 | 2025-09-23 | [source](https://www.apache.org/dyn/closer.lua/fory/0.13.0/apache-fory-v0.13.0-src.tar.gz?action=download) [asc](https://downloads.apache.org/fory/0.13.0/apache-fory-v0.13.0-src.tar.gz.asc) [sha512](https://downloads.apache.org/fory/0.13.0/apache-fory-v0.13.0-src.tar.gz.sha512) | [release notes](https://github.com/apache/fory/releases/tag/v0.13.0) | +| 0.13.1 | 2025-09-23 | [source](https://www.apache.org/dyn/closer.lua/fory/0.13.1/apache-fory-0.13.1-src.tar.gz?action=download) [asc](https://downloads.apache.org/fory/0.13.1/apache-fory-0.13.1-src.tar.gz.asc) [sha512](https://downloads.apache.org/fory/0.13.1/apache-fory-0.13.1-src.tar.gz.sha512) | [release notes](https://github.com/apache/fory/releases/tag/0.13.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-fory-v0.13.0-src.tar.gz +sha512sum --check apache-fory-0.13.1-src.tar.gz ``` It should output something like: ```bash -apache-fory-v0.13.0-src.tar.gz: OK +apache-fory-0.13.1-src.tar.gz: OK ``` ### Verifying Signatures @@ -54,7 +54,7 @@ gpg --import KEYS Then you can verify signature: ```bash -gpg --verify apache-fory-v0.13.0-src.tar.gz.asc apache-fory-v0.13.0-src.tar.gz +gpg --verify apache-fory-0.13.1-src.tar.gz.asc apache-fory-0.13.1-src.tar.gz ``` If something like the following appears, it means the signature is correct: diff --git a/versioned_docs/version-0.13/docs/guide/java_serialization_guide.md b/versioned_docs/version-0.13/docs/guide/java_serialization_guide.md index 37cff646b..b0f23f96e 100644 --- a/versioned_docs/version-0.13/docs/guide/java_serialization_guide.md +++ b/versioned_docs/version-0.13/docs/guide/java_serialization_guide.md @@ -286,7 +286,7 @@ For Maven: <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-simd</artifactId> - <version>0.13.0-SNAPSHOT</version> + <version>0.13.1-SNAPSHOT</version> </dependency> ``` diff --git a/versioned_docs/version-0.13/docs/guide/scala_guide.md b/versioned_docs/version-0.13/docs/guide/scala_guide.md index b8fe22ad7..87017df73 100644 --- a/versioned_docs/version-0.13/docs/guide/scala_guide.md +++ b/versioned_docs/version-0.13/docs/guide/scala_guide.md @@ -34,7 +34,7 @@ Scala 2 and 3 are both supported. To add a dependency on Apache Fory™ scala for with sbt, use the following: ```sbt -libraryDependencies += "org.apache.fory" %% "fory-scala" % "0.13.0" +libraryDependencies += "org.apache.fory" %% "fory-scala" % "0.13.1" ``` ## Quick Start diff --git a/versioned_docs/version-0.13/docs/start/install.md b/versioned_docs/version-0.13/docs/start/install.md index 99ad0b517..2d15967a1 100644 --- a/versioned_docs/version-0.13/docs/start/install.md +++ b/versioned_docs/version-0.13/docs/start/install.md @@ -16,13 +16,13 @@ To add a dependency on Apache Fory™ using Maven, use the following: <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-core</artifactId> - <version>0.13.0</version> + <version>0.13.1</version> </dependency> <!-- row/arrow format support --> <!-- <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-format</artifactId> - <version>0.13.0</version> + <version>0.13.1</version> </dependency> --> ``` @@ -34,7 +34,7 @@ To add a dependency on Apache Fory™ scala for scala 2.13 with maven, use the f <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-scala_2.13</artifactId> - <version>0.13.0</version> + <version>0.13.1</version> </dependency> ``` @@ -44,20 +44,20 @@ To add a dependency on Apache Fory™ scala for scala 3 with maven, use the foll <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-scala_3</artifactId> - <version>0.13.0</version> + <version>0.13.1</version> </dependency> ``` To add a dependency on Apache Fory™ scala for scala 2.13 with sbt, use the following: ```sbt -libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.13.0" +libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.13.1" ``` To add a dependency on Apache Fory™ scala for scala 3 with sbt, use the following: ```sbt -libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.13.0" +libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.13.1" ``` ## Kotlin @@ -68,7 +68,7 @@ To add a dependency on Apache Fory™ kotlin with maven, use the following: <dependency> <groupId>org.apache.fory</groupId> <artifactId>fory-kotlin</artifactId> - <version>0.13.0</version> + <version>0.13.1</version> </dependency> ``` @@ -76,7 +76,7 @@ To add a dependency on Apache Fory™ kotlin with maven, use the following: ```bash python -m pip install --upgrade pip -pip install pyfory==0.13.0 +pip install pyfory==0.13.1 ``` ## Rust @@ -89,7 +89,7 @@ fory = "0.13" or just execute command: ```bash -cargo add [email protected] +cargo add [email protected] ``` ## JavaScript --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
