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

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


The following commit(s) were added to refs/heads/main by this push:
     new 07ad7089f chore: bump release version to 0.14.0 (#3052)
07ad7089f is described below

commit 07ad7089faa3c4a2d45753195a05f01cdc7f2adc
Author: Shawn Yang <[email protected]>
AuthorDate: Mon Dec 15 23:54:58 2025 +0800

    chore: bump release version to 0.14.0 (#3052)
    
    ## Why?
    
    
    
    ## What does this PR do?
    
    
    
    ## Related issues
    
    
    
    ## Does this PR introduce any user-facing change?
    
    
    
    - [ ] Does this PR introduce any public API change?
    - [ ] Does this PR introduce any binary protocol compatibility change?
    
    ## Benchmark
---
 README.md                           |  8 ++++----
 docs/guide/java/compression.md      |  2 +-
 docs/guide/kotlin/index.md          |  4 ++--
 docs/guide/scala/index.md           |  2 +-
 docs/guide/xlang/getting-started.md |  4 ++--
 java/README.md                      | 16 ++++++++--------
 javascript/package-lock.json        |  6 +++---
 kotlin/README.md                    |  4 ++--
 scala/README.md                     |  2 +-
 9 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/README.md b/README.md
index d22f76c79..0b8cf7bd7 100644
--- a/README.md
+++ b/README.md
@@ -137,7 +137,7 @@ For more detailed benchmarks and methodology, see [C++ 
Benchmarks](benchmarks/cp
 <dependency>
   <groupId>org.apache.fory</groupId>
   <artifactId>fory-core</artifactId>
-  <version>0.13.2</version>
+  <version>0.14.0</version>
 </dependency>
 ```
 
@@ -147,10 +147,10 @@ Snapshots are available from 
`https://repository.apache.org/snapshots/` (version
 
 ```sbt
 // Scala 2.13
-libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.13.2"
+libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.14.0"
 
 // Scala 3
-libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.13.2"
+libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.14.0"
 ```
 
 **Kotlin**:
@@ -159,7 +159,7 @@ libraryDependencies += "org.apache.fory" % "fory-scala_3" % 
"0.13.2"
 <dependency>
   <groupId>org.apache.fory</groupId>
   <artifactId>fory-kotlin</artifactId>
-  <version>0.13.2</version>
+  <version>0.14.0</version>
 </dependency>
 ```
 
diff --git a/docs/guide/java/compression.md b/docs/guide/java/compression.md
index c08a9cad8..852c69d0c 100644
--- a/docs/guide/java/compression.md
+++ b/docs/guide/java/compression.md
@@ -84,7 +84,7 @@ CompressedArraySerializers.registerSerializers(fory);
 <dependency>
   <groupId>org.apache.fory</groupId>
   <artifactId>fory-simd</artifactId>
-  <version>0.13.2</version>
+  <version>0.14.0</version>
 </dependency>
 ```
 
diff --git a/docs/guide/kotlin/index.md b/docs/guide/kotlin/index.md
index 6975c8958..5d0b26d4e 100644
--- a/docs/guide/kotlin/index.md
+++ b/docs/guide/kotlin/index.md
@@ -50,14 +50,14 @@ See [Java Features](../java/index.md#features) for complete 
feature list.
 <dependency>
   <groupId>org.apache.fory</groupId>
   <artifactId>fory-kotlin</artifactId>
-  <version>0.13.2</version>
+  <version>0.14.0</version>
 </dependency>
 ```
 
 ### Gradle
 
 ```kotlin
-implementation("org.apache.fory:fory-kotlin:0.13.2")
+implementation("org.apache.fory:fory-kotlin:0.14.0")
 ```
 
 ## Quick Start
diff --git a/docs/guide/scala/index.md b/docs/guide/scala/index.md
index 7d158bcf1..b81a9a4a4 100644
--- a/docs/guide/scala/index.md
+++ b/docs/guide/scala/index.md
@@ -48,7 +48,7 @@ See [Java Features](../java/index.md#features) for complete 
feature list.
 Add the dependency with sbt:
 
 ```sbt
-libraryDependencies += "org.apache.fory" %% "fory-scala" % "0.13.2"
+libraryDependencies += "org.apache.fory" %% "fory-scala" % "0.14.0"
 ```
 
 ## Quick Start
diff --git a/docs/guide/xlang/getting-started.md 
b/docs/guide/xlang/getting-started.md
index 45e7263ee..3645d77d3 100644
--- a/docs/guide/xlang/getting-started.md
+++ b/docs/guide/xlang/getting-started.md
@@ -31,14 +31,14 @@ This guide covers installation and basic setup for 
cross-language serialization
 <dependency>
   <groupId>org.apache.fory</groupId>
   <artifactId>fory-core</artifactId>
-  <version>0.13.2</version>
+  <version>0.14.0</version>
 </dependency>
 ```
 
 **Gradle:**
 
 ```gradle
-implementation 'org.apache.fory:fory-core:0.13.2'
+implementation 'org.apache.fory:fory-core:0.14.0'
 ```
 
 ### Python
diff --git a/java/README.md b/java/README.md
index 1cf3d26d1..1bedd5607 100644
--- a/java/README.md
+++ b/java/README.md
@@ -60,28 +60,28 @@ Apache Fory™ Java provides blazingly-fast serialization for 
the Java ecosystem
 <dependency>
   <groupId>org.apache.fory</groupId>
   <artifactId>fory-core</artifactId>
-  <version>0.13.2</version>
+  <version>0.14.0</version>
 </dependency>
 
 <!-- Optional: Row format support -->
 <dependency>
   <groupId>org.apache.fory</groupId>
   <artifactId>fory-format</artifactId>
-  <version>0.13.2</version>
+  <version>0.14.0</version>
 </dependency>
 
 <!-- Optional: Serializers for Protobuf data -->
 <dependency>
   <groupId>org.apache.fory</groupId>
   <artifactId>fory-extensions</artifactId>
-  <version>0.13.2</version>
+  <version>0.14.0</version>
 </dependency>
 
 <!-- Optional: SIMD acceleration (Java 16+) -->
 <dependency>
   <groupId>org.apache.fory</groupId>
   <artifactId>fory-simd</artifactId>
-  <version>0.13.2</version>
+  <version>0.14.0</version>
 </dependency>
 ```
 
@@ -89,11 +89,11 @@ Apache Fory™ Java provides blazingly-fast serialization for 
the Java ecosystem
 
 ```gradle
 dependencies {
-    implementation 'org.apache.fory:fory-core:0.13.2'
+    implementation 'org.apache.fory:fory-core:0.14.0'
     // Optional modules
-    implementation 'org.apache.fory:fory-format:0.13.2'
-    implementation 'org.apache.fory:fory-simd:0.13.2'
-    implementation 'org.apache.fory:fory-extensions:0.13.2'
+    implementation 'org.apache.fory:fory-format:0.14.0'
+    implementation 'org.apache.fory:fory-simd:0.14.0'
+    implementation 'org.apache.fory:fory-extensions:0.14.0'
 }
 ```
 
diff --git a/javascript/package-lock.json b/javascript/package-lock.json
index 8b0043b7c..0faec8166 100644
--- a/javascript/package-lock.json
+++ b/javascript/package-lock.json
@@ -2779,7 +2779,7 @@
       "license": "ISC"
     },
     "node_modules/emittery": {
-      "version": "0.13.2",
+      "version": "0.14.0",
       "dev": true,
       "license": "MIT",
       "engines": {
@@ -4133,7 +4133,7 @@
         "@jest/types": "^29.6.3",
         "@types/node": "*",
         "chalk": "^4.0.0",
-        "emittery": "^0.13.2",
+        "emittery": "^0.14.0",
         "graceful-fs": "^4.2.9",
         "jest-docblock": "^29.7.0",
         "jest-environment-node": "^29.7.0",
@@ -4278,7 +4278,7 @@
         "@types/node": "*",
         "ansi-escapes": "^4.2.1",
         "chalk": "^4.0.0",
-        "emittery": "^0.13.2",
+        "emittery": "^0.14.0",
         "jest-util": "^29.7.0",
         "string-length": "^4.0.1"
       },
diff --git a/kotlin/README.md b/kotlin/README.md
index 185b63107..f26142ca1 100644
--- a/kotlin/README.md
+++ b/kotlin/README.md
@@ -167,14 +167,14 @@ KotlinSerializers.registerSerializers(fory)
 <dependency>
   <groupId>org.apache.fory</groupId>
   <artifactId>fory-kotlin</artifactId>
-  <version>0.13.2</version>
+  <version>0.14.0</version>
 </dependency>
 ```
 
 ### Gradle
 
 ```kotlin
-implementation("org.apache.fory:fory-kotlin:0.13.2")
+implementation("org.apache.fory:fory-kotlin:0.14.0")
 ```
 
 ## Building
diff --git a/scala/README.md b/scala/README.md
index 71cf7add3..1717d2994 100644
--- a/scala/README.md
+++ b/scala/README.md
@@ -169,7 +169,7 @@ ScalaSerializers.registerSerializers(fory)
 Add the dependency with sbt:
 
 ```sbt
-libraryDependencies += "org.apache.fory" %% "fory-scala" % "0.13.2"
+libraryDependencies += "org.apache.fory" %% "fory-scala" % "0.14.0"
 ```
 
 ## Building


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

Reply via email to