This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to tag v0.7.1 in repository https://gitbox.apache.org/repos/asf/fury.git
commit 6dc7267981ffa64de66c5ff1fd27fb10f367c86d Author: chaokunyang <[email protected]> AuthorDate: Fri Aug 30 20:41:36 2024 +0800 bump version to 0.7.1 --- 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-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 +- python/pyfury/__init__.py | 2 +- rust/Cargo.toml | 2 +- scala/build.sbt | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/integration_tests/graalvm_tests/pom.xml b/integration_tests/graalvm_tests/pom.xml index 40939db1..5d1a2b9f 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.7.0</version> + <version>0.7.1</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 c2b7bc7b..4afed783 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.7.0</version> + <version>0.7.1</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 973b104e..e8249753 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.7.0</version> + <version>0.7.1</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 a13c9a5f..c378233b 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.7.0</version> + <version>0.7.1</version> <relativePath>../../java</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/java/benchmark/pom.xml b/java/benchmark/pom.xml index de2d2c8b..4cd33469 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.7.0</version> + <version>0.7.1</version> </parent> <artifactId>benchmark</artifactId> diff --git a/java/fury-core/pom.xml b/java/fury-core/pom.xml index 86a70178..c9d11c17 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.7.0</version> + <version>0.7.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/java/fury-format/pom.xml b/java/fury-format/pom.xml index 5ab4c761..62667a7d 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.7.0</version> + <version>0.7.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/java/fury-test-core/pom.xml b/java/fury-test-core/pom.xml index dc2b60aa..a8b50514 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.7.0</version> + <version>0.7.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/java/fury-testsuite/pom.xml b/java/fury-testsuite/pom.xml index e3defe69..03475c8c 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.7.0</version> + <version>0.7.1</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/java/pom.xml b/java/pom.xml index a8a39be7..f5843e74 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.7.0</version> + <version>0.7.1</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 88ae6c23..e58d3b0b 100644 --- a/javascript/packages/fury/package.json +++ b/javascript/packages/fury/package.json @@ -1,6 +1,6 @@ { "name": "@furyjs/fury", - "version": "0.7.0", + "version": "0.7.1", "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 784d7d1f..444f0818 100644 --- a/javascript/packages/hps/package.json +++ b/javascript/packages/hps/package.json @@ -1,6 +1,6 @@ { "name": "@furyjs/hps", - "version": "0.7.0", + "version": "0.7.1", "description": "Apache Fury™(incubating) nodejs high-performance suite", "main": "dist/index.js", "files": [ diff --git a/python/pyfury/__init__.py b/python/pyfury/__init__.py index ec94d4f5..a87f0c45 100644 --- a/python/pyfury/__init__.py +++ b/python/pyfury/__init__.py @@ -71,4 +71,4 @@ try: except (AttributeError, ImportError): pass -__version__ = "0.6.0.dev" +__version__ = "0.7.1" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 51e4155d..f94b4242 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -30,7 +30,7 @@ exclude = [ resolver = "2" [workspace.package] -version = "0.8.0" +version = "0.7.1" rust-version = "1.70" license = "Apache-2.0" readme = "README.md" diff --git a/scala/build.sbt b/scala/build.sbt index 4b4a0b09..8189be01 100644 --- a/scala/build.sbt +++ b/scala/build.sbt @@ -16,7 +16,7 @@ * limitations under the License. */ -val furyVersion = "0.7.0" +val furyVersion = "0.7.1" val scala213Version = "2.13.14" ThisBuild / apacheSonatypeProjectProfile := "fury" version := furyVersion --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
