Skip to content

Commit c36107f

Browse files
authored
chore: bump version to 0.10.1 (#2124)
Bump version to 0.10.1
1 parent 673ada0 commit c36107f

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.0</version>
28+
<version>0.10.1</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.0</version>
28+
<version>0.10.1</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.0</version>
28+
<version>0.10.1</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.0</version>
28+
<version>0.10.1</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.0</version>
29+
<version>0.10.1</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.0</version>
28+
<version>0.10.1</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.0</version>
28+
<version>0.10.1</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.0</version>
28+
<version>0.10.1</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.0</version>
28+
<version>0.10.1</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.0</version>
28+
<version>0.10.1</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.0</version>
36+
<version>0.10.1</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.0",
3+
"version": "0.10.1",
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.0",
3+
"version": "0.10.1",
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.0</version>
33+
<version>0.10.1</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.0"
74+
__version__ = "0.10.1"

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.0"
33+
version = "0.10.1"
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.0"
19+
val furyVersion = "0.10.1"
2020
val scala213Version = "2.13.15"
2121
ThisBuild / apacheSonatypeProjectProfile := "fury"
2222
version := furyVersion

0 commit comments

Comments
 (0)