Skip to content

Commit d1814b4

Browse files
authored
chore: Bump version to 0.10.3 (#2235)
<!-- **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? <!-- 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. -->
1 parent 79d5210 commit d1814b4

File tree

17 files changed

+17
-17
lines changed

17 files changed

+17
-17
lines changed

integration_tests/graalvm_tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.fury</groupId>
2727
<artifactId>fury-parent</artifactId>
28-
<version>0.10.2</version>
28+
<version>0.10.3</version>
2929
<relativePath>../../java</relativePath>
3030
</parent>
3131
<modelVersion>4.0.0</modelVersion>

integration_tests/jdk_compatibility_tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.fury</groupId>
2727
<artifactId>fury-parent</artifactId>
28-
<version>0.10.2</version>
28+
<version>0.10.3</version>
2929
<relativePath>../../java</relativePath>
3030
</parent>
3131
<modelVersion>4.0.0</modelVersion>

integration_tests/jpms_tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.fury</groupId>
2727
<artifactId>fury-parent</artifactId>
28-
<version>0.10.2</version>
28+
<version>0.10.3</version>
2929
<relativePath>../../java</relativePath>
3030
</parent>
3131
<modelVersion>4.0.0</modelVersion>

integration_tests/latest_jdk_tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.fury</groupId>
2727
<artifactId>fury-parent</artifactId>
28-
<version>0.10.2</version>
28+
<version>0.10.3</version>
2929
<relativePath>../../java</relativePath>
3030
</parent>
3131
<modelVersion>4.0.0</modelVersion>

java/benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<artifactId>fury-parent</artifactId>
2828
<groupId>org.apache.fury</groupId>
29-
<version>0.10.2</version>
29+
<version>0.10.3</version>
3030
</parent>
3131

3232
<artifactId>benchmark</artifactId>

java/fury-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.fury</groupId>
2727
<artifactId>fury-parent</artifactId>
28-
<version>0.10.2</version>
28+
<version>0.10.3</version>
2929
</parent>
3030
<modelVersion>4.0.0</modelVersion>
3131

java/fury-extensions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.fury</groupId>
2727
<artifactId>fury-parent</artifactId>
28-
<version>0.10.2</version>
28+
<version>0.10.3</version>
2929
</parent>
3030
<modelVersion>4.0.0</modelVersion>
3131

java/fury-format/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache.fury</groupId>
2727
<artifactId>fury-parent</artifactId>
28-
<version>0.10.2</version>
28+
<version>0.10.3</version>
2929
</parent>
3030
<modelVersion>4.0.0</modelVersion>
3131

java/fury-test-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>fury-parent</artifactId>
2727
<groupId>org.apache.fury</groupId>
28-
<version>0.10.2</version>
28+
<version>0.10.3</version>
2929
</parent>
3030
<modelVersion>4.0.0</modelVersion>
3131

java/fury-testsuite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>fury-parent</artifactId>
2727
<groupId>org.apache.fury</groupId>
28-
<version>0.10.2</version>
28+
<version>0.10.3</version>
2929
</parent>
3030
<modelVersion>4.0.0</modelVersion>
3131

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<groupId>org.apache.fury</groupId>
3434
<artifactId>fury-parent</artifactId>
3535
<packaging>pom</packaging>
36-
<version>0.10.2</version>
36+
<version>0.10.3</version>
3737
<name>Fury Project Parent POM</name>
3838
<description>
3939
Apache Fury™ is a blazingly fast multi-language serialization framework powered by jit and zero-copy.

javascript/packages/fury/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@furyjs/fury",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"description": "Apache Fury™(incubating) is a blazingly fast multi-language serialization framework powered by jit and zero-copy",
55
"main": "dist/index.js",
66
"scripts": {

javascript/packages/hps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@furyjs/hps",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"description": "Apache Fury™(incubating) nodejs high-performance suite",
55
"main": "dist/index.js",
66
"files": [

kotlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<groupId>org.apache.fury</groupId>
3232
<artifactId>fury-kotlin</artifactId>
33-
<version>0.10.2</version>
33+
<version>0.10.3</version>
3434
<modelVersion>4.0.0</modelVersion>
3535

3636
<properties>

python/pyfury/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@
7171
except (AttributeError, ImportError):
7272
pass
7373

74-
__version__ = "0.10.2"
74+
__version__ = "0.10.3"

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ exclude = [
3030
resolver = "2"
3131

3232
[workspace.package]
33-
version = "0.10.2"
33+
version = "0.10.3"
3434
rust-version = "1.70"
3535
license = "Apache-2.0"
3636
readme = "README.md"

scala/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19-
val furyVersion = "0.10.2"
19+
val furyVersion = "0.10.3"
2020
val scala213Version = "2.13.15"
2121
ThisBuild / apacheSonatypeProjectProfile := "fury"
2222
version := furyVersion

0 commit comments

Comments
 (0)