diff --git a/CHANGELOG.md b/CHANGELOG.md index b6f738d71f..fde64fee32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.2] - 2024-06-23 + +### Changed + +- Remove PatchHelper +- Use libhat search signature +- Update header to 1.21.1.03 +- Refactoring list snbt parse + +### Fixed + +- Fix optional_ref at c++20 +- Fix unload +- Fix empty numarray parse [#1552] +- Fix initializer_list invoke + ## [0.13.1] - 2024-06-19 ### Fixed @@ -551,8 +567,10 @@ For lip and tooth-hub test only. [#1499]: https://github.com/LiteLDev/LeviLamina/issues/1499 [#1502]: https://github.com/LiteLDev/LeviLamina/issues/1502 [#1520]: https://github.com/LiteLDev/LeviLamina/issues/1520 +[#1552]: https://github.com/LiteLDev/LeviLamina/issues/1552 -[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v0.13.1...HEAD +[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v0.13.2...HEAD +[0.13.2]: https://github.com/LiteLDev/LeviLamina/compare/v0.13.1...v0.13.2 [0.13.1]: https://github.com/LiteLDev/LeviLamina/compare/v0.13.0...v0.13.1 [0.13.0]: https://github.com/LiteLDev/LeviLamina/compare/v0.12.4...v0.13.0 [0.12.4]: https://github.com/LiteLDev/LeviLamina/compare/v0.12.3...v0.12.4 diff --git a/tooth.json b/tooth.json index 07e6bea308..138b634704 100644 --- a/tooth.json +++ b/tooth.json @@ -1,14 +1,14 @@ { "format_version": 2, "tooth": "github.com/LiteLDev/LeviLamina", - "version": "0.13.1", + "version": "0.13.2", "info": { "name": "LeviLamina", "description": "A lightweight, modular and versatile plugin loader for Minecraft Bedrock Server BDS, formerly known as LiteLoaderBDS", "author": "LiteLDev", "tags": [] }, - "asset_url": "https://github.com/LiteLDev/LeviLamina/releases/download/v0.13.1/levilamina-release-windows-x64.zip", + "asset_url": "https://github.com/LiteLDev/LeviLamina/releases/download/v0.13.2/levilamina-release-windows-x64.zip", "dependencies": { "github.com/LiteLDev/bds": ">=1.21.0 <1.21.10", "github.com/LiteLDev/CrashLogger": "1.1.x",