Skip to content

Commit

Permalink
Release v1.0.0-RC7
Browse files Browse the repository at this point in the history
  • Loading branch information
Cirras committed Apr 8, 2023
1 parent 78ecf5f commit d2e8eff
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-RC7] - 2023-04-08

### Added

- Sanitize `0xFF` bytes in strings when writing chunked data structures.
Expand Down Expand Up @@ -215,7 +217,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-RC6...HEAD
[Unreleased]: http://github.com/cirras/eolib-java/compare/v1.0.0-RC7...HEAD
[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
[1.0.0-RC4]: http://github.com/cirras/eolib-java/compare/v1.0.0-RC3...v1.0.0-RC4
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-RC6</version>
<version>1.0.0-RC7</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-RC6</version>
<version>1.0.0-RC7</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-RC6</version>
<version>1.0.0-RC7</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-RC6</version>
<version>1.0.0-RC7</version>
</parent>

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

0 comments on commit d2e8eff

Please sign in to comment.