This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to tag v0.13.2-rc1 in repository https://gitbox.apache.org/repos/asf/fory.git
commit 4cda5d87eb81043bfb52b20a67d18f50c878dc50 Author: chaokunyang <[email protected]> AuthorDate: Sun Nov 30 16:38:39 2025 +0800 bump version to 0.13.2 --- 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 35811335d..82ef0719f 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.13.1</version> + <version>0.13.2</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 d13001ace..a2eae578b 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.13.1</version> + <version>0.13.2</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 692feeabb..e94a79d59 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.13.1</version> + <version>0.13.2</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 63a4567a9..3c10f756e 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.13.1</version> + <version>0.13.2</version> <relativePath>../../java</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/java/benchmark/pom.xml b/java/benchmark/pom.xml index 7ce0b45aa..989782de8 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.13.1</version> + <version>0.13.2</version> </parent> <artifactId>benchmark</artifactId> diff --git a/java/fory-core/pom.xml b/java/fory-core/pom.xml index 43da6468d..08f90a1db 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.13.1</version> + <version>0.13.2</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/java/fory-extensions/pom.xml b/java/fory-extensions/pom.xml index 6d30435a7..2aab2532b 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.13.1</version> + <version>0.13.2</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/java/fory-format/pom.xml b/java/fory-format/pom.xml index 7c7ffc6f5..16d92bfb0 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.13.1</version> + <version>0.13.2</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/java/fory-simd/pom.xml b/java/fory-simd/pom.xml index ea9de9525..3bd0dfb9f 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.13.1</version> + <version>0.13.2</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/java/fory-test-core/pom.xml b/java/fory-test-core/pom.xml index c37e451c6..b47a4f83c 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.13.1</version> + <version>0.13.2</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/java/fory-testsuite/pom.xml b/java/fory-testsuite/pom.xml index 1a33dc5b2..1f01dd373 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.13.1</version> + <version>0.13.2</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/java/pom.xml b/java/pom.xml index 2dc561727..6d675bf23 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.13.1</version> + <version>0.13.2</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 8242111a1..44274d2a9 100644 --- a/javascript/packages/fory/package.json +++ b/javascript/packages/fory/package.json @@ -1,6 +1,6 @@ { "name": "@apache-fory/fory", - "version": "0.13.1", + "version": "0.13.2", "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 8aa8b7ab0..fa66750c3 100644 --- a/javascript/packages/hps/package.json +++ b/javascript/packages/hps/package.json @@ -1,6 +1,6 @@ { "name": "@apache-fory/hps", - "version": "0.13.1", + "version": "0.13.2", "description": "Apache Fory™ nodejs high-performance suite", "main": "dist/index.js", "files": [ diff --git a/kotlin/pom.xml b/kotlin/pom.xml index ed7fd38fe..70eb66030 100644 --- a/kotlin/pom.xml +++ b/kotlin/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.fory</groupId> <artifactId>fory-kotlin</artifactId> - <version>0.13.1</version> + <version>0.13.2</version> <modelVersion>4.0.0</modelVersion> <properties> diff --git a/python/pyfory/__init__.py b/python/pyfory/__init__.py index b3e248830..508e85cb9 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.13.1" +__version__ = "0.13.2" __all__ = [ # Core classes diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 8a06ba8a5..50bde879b 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -30,7 +30,7 @@ exclude = [ resolver = "2" [workspace.package] -version = "0.13.1" +version = "0.13.2" 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 2546d187e..b1a025313 100644 --- a/scala/build.sbt +++ b/scala/build.sbt @@ -16,7 +16,7 @@ * limitations under the License. */ -val foryVersion = "0.13.1" +val foryVersion = "0.13.2" val scala213Version = "2.13.15" ThisBuild / apacheSonatypeProjectProfile := "fory" version := foryVersion --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
