Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/RELEASE_PLEASE/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.11"
".": "0.5.12"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.5.12](https://github.com/caunt/Void/compare/v0.5.11...v0.5.12) (2026-03-11)


### Bug Fixes

* **essentials:** πŸ› corrected override redirection typo ([34350b9](https://github.com/caunt/Void/commit/34350b9ce7387807d8af5a68cf4b68c19fffb3b6))
* **extensions:** ✨ improved input arrays parsing ([d803d90](https://github.com/caunt/Void/commit/d803d905ea848bbeff270983a5eea8cf46eb6d66))
* **link:** πŸ› improved handshake error handling ([b406702](https://github.com/caunt/Void/commit/b406702b229ae59dddee25a66acfdb61df28d213))
* **mods-support:** πŸ› corrected handshake error message grammar ([53c3b90](https://github.com/caunt/Void/commit/53c3b90f434b368452df7ae2f85ea3c9668d7aaa))
* **nbt:** 🩹 corrected typo in TagReader XML comment ([b5595a2](https://github.com/caunt/Void/commit/b5595a2b39eeda6828144d0761cdc81e448b2c4e))
* **nuget:** πŸ› removed Void package exclusion logic ([82be530](https://github.com/caunt/Void/commit/82be530ebd48e9075fab5120dd960a1be0304e11))
* **platform:** πŸ› ignore early disconnects when kicking players ([9c7b54d](https://github.com/caunt/Void/commit/9c7b54d8c47294a32246df46ae23bd54ab42171c))
* **registries:** πŸ›‘οΈ added thread safety to packet id plugins registry ([07eb228](https://github.com/caunt/Void/commit/07eb228f79d6b2c70c31c29bf7e516fb9473a102))

## [0.5.11](https://github.com/caunt/Void/compare/v0.5.10...v0.5.11) (2026-02-08)


Expand Down