Skip to content

Commit

Permalink
chore: release v0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Oct 26, 2024
1 parent 0e45bfe commit 17ba20a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 0.5.5 - Unreleased
## 0.5.6 - Unreleased

<small>[Compare with 0.5.4.1](https://github.com/EndstoneMC/endstone/compare/v0.5.4.1...HEAD)</small>
<small>[Compare with 0.5.5](https://github.com/EndstoneMC/endstone/compare/v0.5.5...HEAD)</small>

## [0.5.5](https://github.com/EndstoneMC/endstone/releases/tag/v0.5.5) - 2024-10-26

<small>[Compare with 0.5.4.1](https://github.com/EndstoneMC/endstone/compare/v0.5.4.1...v0.5.5)</small>

### Added

- Added support for Minecraft v1.21.40/41 (Bundles of Bravery).
- Added support for Minecraft v1.21.40 (Bundles of Bravery).
- CommandSender will now be downcast to the correct derived type on the Python side.
- Added the `Objective::isDisplayed` method to check if an objective is being displayed in any of the scoreboard slots.
- Added `Server::getOnlineMode` to check if the server is running with authentication enabled.
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 4
#define ENDSTONE_VERSION_PATCH 5
#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 17ba20a

Please sign in to comment.