This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to tag v0.13.1-rc1 in repository https://gitbox.apache.org/repos/asf/fory.git
commit 9f3d4db19254c02eebd1c1bbcbbbc04e10c49242 Author: chaokunyang <[email protected]> AuthorDate: Mon Nov 3 00:36:45 2025 +0800 bump version to 0.13.1 --- integration_tests/graalvm_tests/pom.xml | 2 +- integration_tests/jdk_compatibility_tests/pom.xml | 2 +- integration_tests/jpms_tests/pom.xml | 2 +- integration_tests/latest_jdk_tests/pom.xml | 2 +- java/benchmark/pom.xml | 2 +- java/fory-core/pom.xml | 2 +- java/fory-extensions/pom.xml | 2 +- java/fory-format/pom.xml | 2 +- java/fory-simd/pom.xml | 2 +- java/fory-test-core/pom.xml | 2 +- java/fory-testsuite/pom.xml | 2 +- java/pom.xml | 2 +- javascript/packages/fory/package.json | 2 +- javascript/packages/hps/package.json | 2 +- kotlin/pom.xml | 2 +- python/pyfory/__init__.py | 2 +- rust/Cargo.toml | 2 +- scala/build.sbt | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/integration_tests/graalvm_tests/pom.xml b/integration_tests/graalvm_tests/pom.xml index f6eed86cc..35811335d 100644 --- a/integration_tests/graalvm_tests/pom.xml +++ b/integration_tests/graalvm_tests/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.fory</groupId> <artifactId>fory-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.13.1</version> <relativePath>../../java</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/integration_tests/jdk_compatibility_tests/pom.xml b/integration_tests/jdk_compatibility_tests/pom.xml index 91b4df0de..d13001ace 100644 --- a/integration_tests/jdk_compatibility_tests/pom.xml +++ b/integration_tests/jdk_compatibility_tests/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.fory</groupId> <artifactId>fory-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.13.1</version> <relativePath>../../java</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/integration_tests/jpms_tests/pom.xml b/integration_tests/jpms_tests/pom.xml index 7f49f9116..692feeabb 100644 --- a/integration_tests/jpms_tests/pom.xml +++ b/integration_tests/jpms_tests/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.fory</groupId> <artifactId>fory-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.13.1</version> <relativePath>../../java</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/integration_tests/latest_jdk_tests/pom.xml b/integration_tests/latest_jdk_tests/pom.xml index e8e18d229..63a4567a9 100644 --- a/integration_tests/latest_jdk_tests/pom.xml +++ b/integration_tests/latest_jdk_tests/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.fory</groupId> <artifactId>fory-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.13.1</version> <relativePath>../../java</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/java/benchmark/pom.xml b/java/benchmark/pom.xml index 529a2a5de..7ce0b45aa 100644 --- a/java/benchmark/pom.xml +++ b/java/benchmark/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>fory-parent</artifactId> <groupId>org.apache.fory</groupId> - <version>0.14.0-SNAPSHOT</version> + <version>0.13.1</version> </parent> <artifactId>benchmark</artifactId> diff --git a/java/fory-core/pom.xml b/java/fory-core/pom.xml index 2cea314bc..43da6468d 100644 --- a/java/fory-core/pom.xml +++ b/java/fory-core/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.fory</groupId> <artifactId>fory-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.13.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/java/fory-extensions/pom.xml b/java/fory-extensions/pom.xml index 4b6ba7e77..6d30435a7 100644 --- a/java/fory-extensions/pom.xml +++ b/java/fory-extensions/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.fory</groupId> <artifactId>fory-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.13.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/java/fory-format/pom.xml b/java/fory-format/pom.xml index 58dd2e954..7c7ffc6f5 100644 --- a/java/fory-format/pom.xml +++ b/java/fory-format/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.fory</groupId> <artifactId>fory-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.13.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/java/fory-simd/pom.xml b/java/fory-simd/pom.xml index 05362f74f..ea9de9525 100644 --- a/java/fory-simd/pom.xml +++ b/java/fory-simd/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.fory</groupId> <artifactId>fory-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.13.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/java/fory-test-core/pom.xml b/java/fory-test-core/pom.xml index 181ff9807..c37e451c6 100644 --- a/java/fory-test-core/pom.xml +++ b/java/fory-test-core/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>fory-parent</artifactId> <groupId>org.apache.fory</groupId> - <version>0.14.0-SNAPSHOT</version> + <version>0.13.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/java/fory-testsuite/pom.xml b/java/fory-testsuite/pom.xml index d584849b8..1a33dc5b2 100644 --- a/java/fory-testsuite/pom.xml +++ b/java/fory-testsuite/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>fory-parent</artifactId> <groupId>org.apache.fory</groupId> - <version>0.14.0-SNAPSHOT</version> + <version>0.13.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/java/pom.xml b/java/pom.xml index 8b7a45dde..2dc561727 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -33,7 +33,7 @@ <groupId>org.apache.fory</groupId> <artifactId>fory-parent</artifactId> <packaging>pom</packaging> - <version>0.14.0-SNAPSHOT</version> + <version>0.13.1</version> <name>Fory Project Parent POM</name> <description> Apache Fory™ is a blazingly fast multi-language serialization framework powered by jit and zero-copy. diff --git a/javascript/packages/fory/package.json b/javascript/packages/fory/package.json index 81d86d53c..8242111a1 100644 --- a/javascript/packages/fory/package.json +++ b/javascript/packages/fory/package.json @@ -1,6 +1,6 @@ { "name": "@apache-fory/fory", - "version": "0.14.0", + "version": "0.13.1", "description": "Apache Fory™ is a blazingly fast multi-language serialization framework powered by jit and zero-copy", "main": "dist/index.js", "scripts": { diff --git a/javascript/packages/hps/package.json b/javascript/packages/hps/package.json index 23bf37b9b..8aa8b7ab0 100644 --- a/javascript/packages/hps/package.json +++ b/javascript/packages/hps/package.json @@ -1,6 +1,6 @@ { "name": "@apache-fory/hps", - "version": "0.14.0", + "version": "0.13.1", "description": "Apache Fory™ nodejs high-performance suite", "main": "dist/index.js", "files": [ diff --git a/kotlin/pom.xml b/kotlin/pom.xml index dcd4c5967..ed7fd38fe 100644 --- a/kotlin/pom.xml +++ b/kotlin/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.fory</groupId> <artifactId>fory-kotlin</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.13.1</version> <modelVersion>4.0.0</modelVersion> <properties> diff --git a/python/pyfory/__init__.py b/python/pyfory/__init__.py index 7e96f03db..b3e248830 100644 --- a/python/pyfory/__init__.py +++ b/python/pyfory/__init__.py @@ -84,7 +84,7 @@ from pyfory.type import ( # noqa: F401 # pylint: disable=unused-import from pyfory.policy import DeserializationPolicy # noqa: F401 # pylint: disable=unused-import from pyfory._util import Buffer # noqa: F401 # pylint: disable=unused-import -__version__ = "0.14.0.dev" +__version__ = "0.13.1" __all__ = [ # Core classes diff --git a/rust/Cargo.toml b/rust/Cargo.toml index e186c1a3e..bbf656d11 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -31,7 +31,7 @@ exclude = [ resolver = "2" [workspace.package] -version = "0.14.0" +version = "0.13.1" rust-version = "1.70" description = "Apache Fory: Blazingly fast multi-language serialization framework with trait objects and reference support." license = "Apache-2.0" diff --git a/scala/build.sbt b/scala/build.sbt index 6b72ed401..2546d187e 100644 --- a/scala/build.sbt +++ b/scala/build.sbt @@ -16,7 +16,7 @@ * limitations under the License. */ -val foryVersion = "0.14.0-SNAPSHOT" +val foryVersion = "0.13.1" val scala213Version = "2.13.15" ThisBuild / apacheSonatypeProjectProfile := "fory" version := foryVersion --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
