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

suiliangliang 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 7201ea50 chore: bump version 0.11.1 (#2369)
7201ea50 is described below

commit 7201ea50cfd2254baa2b04fbc06df45156bbf135
Author: LiangliangSui <[email protected]>
AuthorDate: Fri Jun 27 20:07:42 2025 +0800

    chore: bump version 0.11.1 (#2369)
    
    <!--
    **Thanks for contributing to Fory.**
    
    **If this is your first time opening a PR on fory, you can refer to
    
[CONTRIBUTING.md](https://github.com/apache/fory/blob/main/CONTRIBUTING.md).**
    
    Contribution Checklist
    
    - The **Apache Fory (incubating)** community has restrictions on the
    naming of pr titles. You can also find instructions in
    [CONTRIBUTING.md](https://github.com/apache/fory/blob/main/CONTRIBUTING.md).
    
    - Fory has a strong focus on performance. If the PR you submit will have
    an impact on performance, please benchmark it first and provide the
    benchmark result here.
    -->
    
    ## What does this PR do?
    
    <!-- Describe the purpose of this PR. -->
    
    ## Related issues
    
    <!--
    Is there any related issue? Please attach here.
    
    - #xxxx0
    - #xxxx1
    - #xxxx2
    -->
    
    ## Does this PR introduce any user-facing change?
    
    <!--
    If any user-facing interface changes, please [open an
    issue](https://github.com/apache/fory/issues/new/choose) describing the
    need to do so and update the document if necessary.
    -->
    
    - [ ] Does this PR introduce any public API change?
    - [ ] Does this PR introduce any binary protocol compatibility change?
    
    ## Benchmark
    
    <!--
    When the PR has an impact on performance (if you don't know whether the
    PR will have an impact on performance, you can submit the PR first, and
    if it will have impact on performance, the code reviewer will explain
    it), be sure to attach a benchmark data here.
    -->
    
    Signed-off-by: Liangliang Sui <[email protected]>
---
 README.md                   | 10 +++++-----
 ci/generate_release_note.py |  2 +-
 docs/guide/scala_guide.md   |  4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 038a70c5..0b44ccaf 100644
--- a/README.md
+++ b/README.md
@@ -127,13 +127,13 @@ Release version:
 <dependency>
   <groupId>org.apache.fory</groupId>
   <artifactId>fory-core</artifactId>
-  <version>0.11.0</version>
+  <version>0.11.1</version>
 </dependency>
 <!-- row/arrow format support -->
 <!-- <dependency>
   <groupId>org.apache.fory</groupId>
   <artifactId>fory-format</artifactId>
-  <version>0.11.0</version>
+  <version>0.11.1</version>
 </dependency> -->
 ```
 
@@ -142,13 +142,13 @@ Release version:
 Scala2:
 
 ```sbt
-libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.0"
+libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.1"
 ```
 
 Scala3:
 
 ```sbt
-libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.0"
+libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.1"
 ```
 
 ### Kotlin
@@ -157,7 +157,7 @@ libraryDependencies += "org.apache.fory" % "fory-scala_3" % 
"0.11.0"
 <dependency>
   <groupId>org.apache.fory</groupId>
   <artifactId>fory-kotlin</artifactId>
-  <version>0.11.0</version>
+  <version>0.11.1</version>
 </dependency>
 ```
 
diff --git a/ci/generate_release_note.py b/ci/generate_release_note.py
index 25c4d059..3fe537e4 100644
--- a/ci/generate_release_note.py
+++ b/ci/generate_release_note.py
@@ -98,7 +98,7 @@ input_text = """
 ## New Contributors
 * @XXX made their first contribution in https://github.com/apache/fory/pull/XXX
 
-**Full Changelog**: 
https://github.com/apache/fory/compare/v0.10.3...v0.11.0-rc2
+**Full Changelog**: 
https://github.com/apache/fory/compare/v0.11.0...v0.11.1-rc1
 """
 
 # Generate release notes from given input
diff --git a/docs/guide/scala_guide.md b/docs/guide/scala_guide.md
index 6016e4fe..1969ebf5 100644
--- a/docs/guide/scala_guide.md
+++ b/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.0"
+libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.1"
 ```
 
 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.0"
+libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.1"
 ```
 
 ## Quict Start


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

Reply via email to