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/fury.git


The following commit(s) were added to refs/heads/main by this push:
     new 918de9b7 chore: bump release version to 0.10.3 (#2252)
918de9b7 is described below

commit 918de9b7ad03f295ebbcadc6135403016823543a
Author: PAN <[email protected]>
AuthorDate: Tue May 27 10:36:48 2025 +0800

    chore: bump release version to 0.10.3 (#2252)
    
    <!--
    **Thanks for contributing to Fury.**
    
    **If this is your first time opening a PR on fury, you can refer to
    
[CONTRIBUTING.md](https://github.com/apache/fury/blob/main/CONTRIBUTING.md).**
    
    Contribution Checklist
    
    - The **Apache Fury (incubating)** community has restrictions on the
    naming of pr titles. You can also find instructions in
    [CONTRIBUTING.md](https://github.com/apache/fury/blob/main/CONTRIBUTING.md).
    
    - Fury 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?
    
    chore: bump release version to 0.10.3
    
    <!-- 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/fury/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.
    -->
---
 README.md                 | 10 +++++-----
 docs/guide/scala_guide.md |  4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index a5f289ce..ced01f74 100644
--- a/README.md
+++ b/README.md
@@ -125,13 +125,13 @@ Release version:
 <dependency>
   <groupId>org.apache.fury</groupId>
   <artifactId>fury-core</artifactId>
-  <version>0.10.2</version>
+  <version>0.10.3</version>
 </dependency>
 <!-- row/arrow format support -->
 <!-- <dependency>
   <groupId>org.apache.fury</groupId>
   <artifactId>fury-format</artifactId>
-  <version>0.10.2</version>
+  <version>0.10.3</version>
 </dependency> -->
 ```
 
@@ -140,13 +140,13 @@ Release version:
 Scala2:
 
 ```sbt
-libraryDependencies += "org.apache.fury" % "fury-scala_2.13" % "0.10.2"
+libraryDependencies += "org.apache.fury" % "fury-scala_2.13" % "0.10.3"
 ```
 
 Scala3:
 
 ```sbt
-libraryDependencies += "org.apache.fury" % "fury-scala_3" % "0.10.2"
+libraryDependencies += "org.apache.fury" % "fury-scala_3" % "0.10.3"
 ```
 
 ### Kotlin
@@ -155,7 +155,7 @@ libraryDependencies += "org.apache.fury" % "fury-scala_3" % 
"0.10.2"
 <dependency>
   <groupId>org.apache.fury</groupId>
   <artifactId>fury-kotlin</artifactId>
-  <version>0.10.2</version>
+  <version>0.10.3</version>
 </dependency>
 ```
 
diff --git a/docs/guide/scala_guide.md b/docs/guide/scala_guide.md
index df783c9f..31a9d3ec 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 Fury scala for scala 2 with sbt, use the following:
 
 ```sbt
-libraryDependencies += "org.apache.fury" % "fury-scala_2.13" % "0.10.2"
+libraryDependencies += "org.apache.fury" % "fury-scala_2.13" % "0.10.3"
 ```
 
 To add a dependency on Fury scala for scala 3 with sbt, use the following:
 
 ```sbt
-libraryDependencies += "org.apache.fury" % "fury-scala_3" % "0.10.2"
+libraryDependencies += "org.apache.fury" % "fury-scala_3" % "0.10.3"
 ```
 
 ## Quict Start


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

Reply via email to