Skip to content

Commit da5a881

Browse files
committed
Release v1.0.0-RC9
1 parent 05853ee commit da5a881

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0-RC9] - 2023-05-13
11+
1012
### Added
1113

1214
- `WarpEffect.NONE` enum value.
@@ -251,7 +253,8 @@ With this change, the `InitReply.FILE*` enum values are now `InitReply.FILE_*`.
251253
- Data encryption
252254
- Packet sequencer
253255

254-
[Unreleased]: http://github.com/cirras/eolib-java/compare/v1.0.0-RC8...HEAD
256+
[Unreleased]: http://github.com/cirras/eolib-java/compare/v1.0.0-RC9...HEAD
257+
[1.0.0-RC9]: http://github.com/cirras/eolib-java/compare/v1.0.0-RC8...v1.0.0-RC9
255258
[1.0.0-RC8]: http://github.com/cirras/eolib-java/compare/v1.0.0-RC7...v1.0.0-RC8
256259
[1.0.0-RC7]: http://github.com/cirras/eolib-java/compare/v1.0.0-RC6...v1.0.0-RC7
257260
[1.0.0-RC6]: http://github.com/cirras/eolib-java/compare/v1.0.0-RC5...v1.0.0-RC6

eolib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>eolib-parent</artifactId>
77
<groupId>dev.cirras</groupId>
8-
<version>1.0.0-RC8</version>
8+
<version>1.0.0-RC9</version>
99
</parent>
1010

1111
<artifactId>eolib</artifactId>

pom.xml

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

55
<groupId>dev.cirras</groupId>
66
<artifactId>eolib-parent</artifactId>
7-
<version>1.0.0-RC8</version>
7+
<version>1.0.0-RC9</version>
88
<packaging>pom</packaging>
99

1010
<name>EOLib :: Parent</name>

protocol-code-generator-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>eolib-parent</artifactId>
77
<groupId>dev.cirras</groupId>
8-
<version>1.0.0-RC8</version>
8+
<version>1.0.0-RC9</version>
99
</parent>
1010

1111
<artifactId>protocol-code-generator-maven-plugin</artifactId>

protocol-code-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>eolib-parent</artifactId>
77
<groupId>dev.cirras</groupId>
8-
<version>1.0.0-RC8</version>
8+
<version>1.0.0-RC9</version>
99
</parent>
1010

1111
<artifactId>protocol-code-generator</artifactId>

0 commit comments

Comments
 (0)