This is an automated email from the ASF dual-hosted git repository.
chaokunyang pushed a commit to branch releases-0.10
in repository https://gitbox.apache.org/repos/asf/fury.git
The following commit(s) were added to refs/heads/releases-0.10 by this push:
new 202bb8e6 chore: bump release version to 0.10.0 (#2052)
202bb8e6 is described below
commit 202bb8e67b9685b4ad6408a9ad5c9fc2f4205999
Author: weipeng <[email protected]>
AuthorDate: Sat Feb 8 23:44:34 2025 +0800
chore: bump release version to 0.10.0 (#2052)
<!--
**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?
bump release version to 0.10.0
<!-- 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.
-->
---
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/fury-core/pom.xml | 2 +-
java/fury-extensions/pom.xml | 2 +-
java/fury-format/pom.xml | 2 +-
java/fury-test-core/pom.xml | 2 +-
java/fury-testsuite/pom.xml | 2 +-
java/pom.xml | 2 +-
javascript/packages/fury/package.json | 2 +-
javascript/packages/hps/package.json | 2 +-
kotlin/pom.xml | 2 +-
python/pyfury/__init__.py | 2 +-
rust/Cargo.toml | 2 +-
scala/build.sbt | 2 +-
17 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/integration_tests/graalvm_tests/pom.xml
b/integration_tests/graalvm_tests/pom.xml
index ecb47e04..e9f360a4 100644
--- a/integration_tests/graalvm_tests/pom.xml
+++ b/integration_tests/graalvm_tests/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.fury</groupId>
<artifactId>fury-parent</artifactId>
- <version>0.9.0</version>
+ <version>0.10.0</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 234122a1..c1b473d6 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.fury</groupId>
<artifactId>fury-parent</artifactId>
- <version>0.9.0</version>
+ <version>0.10.0</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 b76a65c0..6271b412 100644
--- a/integration_tests/jpms_tests/pom.xml
+++ b/integration_tests/jpms_tests/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.fury</groupId>
<artifactId>fury-parent</artifactId>
- <version>0.9.0</version>
+ <version>0.10.0</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 bedae31d..5d8e9a75 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.fury</groupId>
<artifactId>fury-parent</artifactId>
- <version>0.9.0</version>
+ <version>0.10.0</version>
<relativePath>../../java</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/java/benchmark/pom.xml b/java/benchmark/pom.xml
index 6e9eb5bf..778a3a33 100644
--- a/java/benchmark/pom.xml
+++ b/java/benchmark/pom.xml
@@ -26,7 +26,7 @@
<parent>
<artifactId>fury-parent</artifactId>
<groupId>org.apache.fury</groupId>
- <version>0.9.0</version>
+ <version>0.10.0</version>
</parent>
<artifactId>benchmark</artifactId>
diff --git a/java/fury-core/pom.xml b/java/fury-core/pom.xml
index 3dd3f9b5..bedd3399 100644
--- a/java/fury-core/pom.xml
+++ b/java/fury-core/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.fury</groupId>
<artifactId>fury-parent</artifactId>
- <version>0.9.0</version>
+ <version>0.10.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/java/fury-extensions/pom.xml b/java/fury-extensions/pom.xml
index 6f6acdb7..34ca254f 100644
--- a/java/fury-extensions/pom.xml
+++ b/java/fury-extensions/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.fury</groupId>
<artifactId>fury-parent</artifactId>
- <version>0.9.0</version>
+ <version>0.10.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/java/fury-format/pom.xml b/java/fury-format/pom.xml
index 62ed082d..b1dcda98 100644
--- a/java/fury-format/pom.xml
+++ b/java/fury-format/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.fury</groupId>
<artifactId>fury-parent</artifactId>
- <version>0.9.0</version>
+ <version>0.10.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/java/fury-test-core/pom.xml b/java/fury-test-core/pom.xml
index e8146ab3..9d5b3fcc 100644
--- a/java/fury-test-core/pom.xml
+++ b/java/fury-test-core/pom.xml
@@ -25,7 +25,7 @@
<parent>
<artifactId>fury-parent</artifactId>
<groupId>org.apache.fury</groupId>
- <version>0.9.0</version>
+ <version>0.10.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/java/fury-testsuite/pom.xml b/java/fury-testsuite/pom.xml
index ef98e43b..50dabc73 100644
--- a/java/fury-testsuite/pom.xml
+++ b/java/fury-testsuite/pom.xml
@@ -25,7 +25,7 @@
<parent>
<artifactId>fury-parent</artifactId>
<groupId>org.apache.fury</groupId>
- <version>0.9.0</version>
+ <version>0.10.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/java/pom.xml b/java/pom.xml
index 0314fe88..39f0e646 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -33,7 +33,7 @@
<groupId>org.apache.fury</groupId>
<artifactId>fury-parent</artifactId>
<packaging>pom</packaging>
- <version>0.9.0</version>
+ <version>0.10.0</version>
<name>Fury Project Parent POM</name>
<description>
Apache Fury™ is a blazingly fast multi-language serialization framework
powered by jit and zero-copy.
diff --git a/javascript/packages/fury/package.json
b/javascript/packages/fury/package.json
index 422b5f9e..915cd3f1 100644
--- a/javascript/packages/fury/package.json
+++ b/javascript/packages/fury/package.json
@@ -1,6 +1,6 @@
{
"name": "@furyjs/fury",
- "version": "0.9.0",
+ "version": "0.10.0",
"description": "Apache Fury™(incubating) 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 0dca7570..b99be0d7 100644
--- a/javascript/packages/hps/package.json
+++ b/javascript/packages/hps/package.json
@@ -1,6 +1,6 @@
{
"name": "@furyjs/hps",
- "version": "0.9.0",
+ "version": "0.10.0",
"description": "Apache Fury™(incubating) nodejs high-performance suite",
"main": "dist/index.js",
"files": [
diff --git a/kotlin/pom.xml b/kotlin/pom.xml
index 48581ada..c7adcc17 100644
--- a/kotlin/pom.xml
+++ b/kotlin/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.fury</groupId>
<artifactId>fury-kotlin</artifactId>
- <version>0.9.0</version>
+ <version>0.10.0</version>
<modelVersion>4.0.0</modelVersion>
<properties>
diff --git a/python/pyfury/__init__.py b/python/pyfury/__init__.py
index a4c2da42..33188d10 100644
--- a/python/pyfury/__init__.py
+++ b/python/pyfury/__init__.py
@@ -71,4 +71,4 @@ try:
except (AttributeError, ImportError):
pass
-__version__ = "0.9.0"
+__version__ = "0.10.0"
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index fe8d4da0..6b9302af 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -30,7 +30,7 @@ exclude = [
resolver = "2"
[workspace.package]
-version = "0.9.0"
+version = "0.10.0"
rust-version = "1.70"
license = "Apache-2.0"
readme = "README.md"
diff --git a/scala/build.sbt b/scala/build.sbt
index 259b4709..45a01c59 100644
--- a/scala/build.sbt
+++ b/scala/build.sbt
@@ -16,7 +16,7 @@
* limitations under the License.
*/
-val furyVersion = "0.9.0"
+val furyVersion = "0.10.0"
val scala213Version = "2.13.15"
ThisBuild / apacheSonatypeProjectProfile := "fury"
version := furyVersion
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]