Skip to content

Commit b84255f

Browse files
authored
chore: bump release version to 0.12.0 (#2489)
<!-- **Thanks for contributing to Fory.** **If this is your first time opening a PR on fory, you can refer to [CONTRIBUTING.md](https://github.com/apache/fory/blob/main/CONTRIBUTING.md).** Contribution Checklist - The **Apache Fory** community has requirements on the naming of pr titles. You can also find instructions in [CONTRIBUTING.md](https://github.com/apache/fory/blob/main/CONTRIBUTING.md). - Fory 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/fory/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 bef364a commit b84255f

19 files changed

Lines changed: 25 additions & 25 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ Nightly snapshot:
106106
<dependency>
107107
<groupId>org.apache.fory</groupId>
108108
<artifactId>fory-core</artifactId>
109-
<version>0.12.0-SNAPSHOT</version>
109+
<version>0.13.0-SNAPSHOT</version>
110110
</dependency>
111111
<!-- row/arrow format support -->
112112
<!-- <dependency>
113113
<groupId>org.apache.fory</groupId>x
114114
<artifactId>fory-format</artifactId>
115-
<version>0.12.0-SNAPSHOT</version>
115+
<version>0.13.0-SNAPSHOT</version>
116116
</dependency> -->
117117
```
118118

@@ -122,13 +122,13 @@ Release version:
122122
<dependency>
123123
<groupId>org.apache.fory</groupId>
124124
<artifactId>fory-core</artifactId>
125-
<version>0.11.2</version>
125+
<version>0.12.0</version>
126126
</dependency>
127127
<!-- row/arrow format support -->
128128
<!-- <dependency>
129129
<groupId>org.apache.fory</groupId>
130130
<artifactId>fory-format</artifactId>
131-
<version>0.11.2</version>
131+
<version>0.12.0</version>
132132
</dependency> -->
133133
```
134134

@@ -137,13 +137,13 @@ Release version:
137137
Scala2:
138138

139139
```sbt
140-
libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.11.2"
140+
libraryDependencies += "org.apache.fory" % "fory-scala_2.13" % "0.12.0"
141141
```
142142

143143
Scala3:
144144

145145
```sbt
146-
libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.2"
146+
libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.12.0"
147147
```
148148

149149
### Kotlin
@@ -152,7 +152,7 @@ libraryDependencies += "org.apache.fory" % "fory-scala_3" % "0.11.2"
152152
<dependency>
153153
<groupId>org.apache.fory</groupId>
154154
<artifactId>fory-kotlin</artifactId>
155-
<version>0.11.2</version>
155+
<version>0.12.0</version>
156156
</dependency>
157157
```
158158

docs/guide/scala_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Scala 2 and 3 are both supported.
3434
To add a dependency on Fory scala for with sbt, use the following:
3535

3636
```sbt
37-
libraryDependencies += "org.apache.fory" %% "fory-scala" % "0.11.2"
37+
libraryDependencies += "org.apache.fory" %% "fory-scala" % "0.12.0"
3838
```
3939

4040
## Quick Start

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.fory</groupId>
2727
<artifactId>fory-parent</artifactId>
28-
<version>0.12.0-SNAPSHOT</version>
28+
<version>0.13.0-SNAPSHOT</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.fory</groupId>
2727
<artifactId>fory-parent</artifactId>
28-
<version>0.12.0-SNAPSHOT</version>
28+
<version>0.13.0-SNAPSHOT</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.fory</groupId>
2727
<artifactId>fory-parent</artifactId>
28-
<version>0.12.0-SNAPSHOT</version>
28+
<version>0.13.0-SNAPSHOT</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.fory</groupId>
2727
<artifactId>fory-parent</artifactId>
28-
<version>0.12.0-SNAPSHOT</version>
28+
<version>0.13.0-SNAPSHOT</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>fory-parent</artifactId>
2828
<groupId>org.apache.fory</groupId>
29-
<version>0.12.0-SNAPSHOT</version>
29+
<version>0.13.0-SNAPSHOT</version>
3030
</parent>
3131

3232
<artifactId>benchmark</artifactId>

java/fory-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.fory</groupId>
2727
<artifactId>fory-parent</artifactId>
28-
<version>0.12.0-SNAPSHOT</version>
28+
<version>0.13.0-SNAPSHOT</version>
2929
</parent>
3030
<modelVersion>4.0.0</modelVersion>
3131

java/fory-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.fory</groupId>
2727
<artifactId>fory-parent</artifactId>
28-
<version>0.12.0-SNAPSHOT</version>
28+
<version>0.13.0-SNAPSHOT</version>
2929
</parent>
3030
<modelVersion>4.0.0</modelVersion>
3131

java/fory-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.fory</groupId>
2727
<artifactId>fory-parent</artifactId>
28-
<version>0.12.0-SNAPSHOT</version>
28+
<version>0.13.0-SNAPSHOT</version>
2929
</parent>
3030
<modelVersion>4.0.0</modelVersion>
3131

0 commit comments

Comments
 (0)