This is an automated email from the ASF dual-hosted git repository.
wangweipeng 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 0f3faeec chore: bump release version to 0.10.1 (#2151)
0f3faeec is described below
commit 0f3faeecf72b841f464ab9f15894e498013069fd
Author: Shawn Yang <[email protected]>
AuthorDate: Thu Apr 17 13:41:25 2025 +0800
chore: bump release version to 0.10.1 (#2151)
---
README.md | 10 +++++-----
docs/guide/scala_guide.md | 4 ++--
kotlin/pom.xml | 2 +-
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index 6030868e..6daf1c02 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.0</version>
+ <version>0.10.1</version>
</dependency>
<!-- row/arrow format support -->
<!-- <dependency>
<groupId>org.apache.fury</groupId>
<artifactId>fury-format</artifactId>
- <version>0.10.0</version>
+ <version>0.10.1</version>
</dependency> -->
```
@@ -140,13 +140,13 @@ Release version:
Scala2:
```sbt
-libraryDependencies += "org.apache.fury" % "fury-scala_2.13" % "0.10.0"
+libraryDependencies += "org.apache.fury" % "fury-scala_2.13" % "0.10.1"
```
Scala3:
```sbt
-libraryDependencies += "org.apache.fury" % "fury-scala_3" % "0.10.0"
+libraryDependencies += "org.apache.fury" % "fury-scala_3" % "0.10.1"
```
### Kotlin
@@ -155,7 +155,7 @@ libraryDependencies += "org.apache.fury" % "fury-scala_3" %
"0.10.0"
<dependency>
<groupId>org.apache.fury</groupId>
<artifactId>fury-kotlin</artifactId>
- <version>0.10.0</version>
+ <version>0.10.1</version>
</dependency>
```
diff --git a/docs/guide/scala_guide.md b/docs/guide/scala_guide.md
index 373fbd92..53092790 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.0"
+libraryDependencies += "org.apache.fury" % "fury-scala_2.13" % "0.10.1"
```
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.0"
+libraryDependencies += "org.apache.fury" % "fury-scala_3" % "0.10.1"
```
## Quict Start
diff --git a/kotlin/pom.xml b/kotlin/pom.xml
index b8350dd3..43a0381d 100644
--- a/kotlin/pom.xml
+++ b/kotlin/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.fury</groupId>
<artifactId>fury-kotlin</artifactId>
- <version>0.10.0-SNAPSHOT</version>
+ <version>0.11.0-SNAPSHOT</version>
<modelVersion>4.0.0</modelVersion>
<properties>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]