Skip to content

Commit

Permalink
chore: release v0.5.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Dec 24, 2024
1 parent 4fb4c9a commit 5310484
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## 0.5.8 - Unreleased

<small>[Compare with 0.5.7](https://github.com/EndstoneMC/endstone/compare/v0.5.7...HEAD)</small>
<small>[Compare with 0.5.7.1](https://github.com/EndstoneMC/endstone/compare/v0.5.7.1...HEAD)</small>

## [0.5.7.1](https://github.com/EndstoneMC/endstone/releases/tag/v0.5.7.1) - 2024-12-24

<small>[Compare with 0.5.7](https://github.com/EndstoneMC/endstone/compare/v0.5.7...v0.5.7.1)</small>

### Fixed

- Fixed an issue where the `event.is_cancelled` property in the Python binding was not writable.
- Prevented player command execution from being printed to the console if the `PlayerCommandEvent` was already cancelled
by plugins.

## [0.5.7](https://github.com/EndstoneMC/endstone/releases/tag/v0.5.7) - 2024-12-23

Expand Down
2 changes: 1 addition & 1 deletion include/endstone/endstone.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#define ENDSTONE_VERSION_MAJOR 0
#define ENDSTONE_VERSION_MINOR 5
#define ENDSTONE_VERSION_PATCH 8
#define ENDSTONE_VERSION_PATCH 7
#define ENDSTONE_API_VERSION ENDSTONE_TOSTRING(ENDSTONE_VERSION_MAJOR) "." ENDSTONE_TOSTRING(ENDSTONE_VERSION_MINOR)

#define ENDSTONE_MAX_PLAYERS 200
Expand Down

0 comments on commit 5310484

Please sign in to comment.