Skip to content

Commit

Permalink
Release v1.0.0-RC8
Browse files Browse the repository at this point in the history
  • Loading branch information
Cirras committed May 2, 2023
1 parent 69141cf commit be701aa
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-RC8] - 2023-05-02

### Added

- Support for new `blob` type, which maps to `byte[]`.
Expand Down Expand Up @@ -237,7 +239,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-RC7...HEAD
[Unreleased]: http://github.com/cirras/eolib-java/compare/v1.0.0-RC8...HEAD
[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
[1.0.0-RC5]: http://github.com/cirras/eolib-java/compare/v1.0.0-RC4...v1.0.0-RC5
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-RC7</version>
<version>1.0.0-RC8</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-RC7</version>
<version>1.0.0-RC8</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-RC7</version>
<version>1.0.0-RC8</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-RC7</version>
<version>1.0.0-RC8</version>
</parent>

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

0 comments on commit be701aa

Please sign in to comment.