Skip to content

Commit

Permalink
Release v1.0.0-RC9
Browse files Browse the repository at this point in the history
  • Loading branch information
Cirras committed May 13, 2023
1 parent 05853ee commit da5a881
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0-RC9] - 2023-05-13

### Added

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

[Unreleased]: http://github.com/cirras/eolib-java/compare/v1.0.0-RC8...HEAD
[Unreleased]: http://github.com/cirras/eolib-java/compare/v1.0.0-RC9...HEAD
[1.0.0-RC9]: http://github.com/cirras/eolib-java/compare/v1.0.0-RC8...v1.0.0-RC9
[1.0.0-RC8]: http://github.com/cirras/eolib-java/compare/v1.0.0-RC7...v1.0.0-RC8
[1.0.0-RC7]: http://github.com/cirras/eolib-java/compare/v1.0.0-RC6...v1.0.0-RC7
[1.0.0-RC6]: http://github.com/cirras/eolib-java/compare/v1.0.0-RC5...v1.0.0-RC6
Expand Down
2 changes: 1 addition & 1 deletion eolib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>eolib-parent</artifactId>
<groupId>dev.cirras</groupId>
<version>1.0.0-RC8</version>
<version>1.0.0-RC9</version>
</parent>

<artifactId>eolib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>dev.cirras</groupId>
<artifactId>eolib-parent</artifactId>
<version>1.0.0-RC8</version>
<version>1.0.0-RC9</version>
<packaging>pom</packaging>

<name>EOLib :: Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion protocol-code-generator-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>eolib-parent</artifactId>
<groupId>dev.cirras</groupId>
<version>1.0.0-RC8</version>
<version>1.0.0-RC9</version>
</parent>

<artifactId>protocol-code-generator-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion protocol-code-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>eolib-parent</artifactId>
<groupId>dev.cirras</groupId>
<version>1.0.0-RC8</version>
<version>1.0.0-RC9</version>
</parent>

<artifactId>protocol-code-generator</artifactId>
Expand Down

0 comments on commit da5a881

Please sign in to comment.