Skip to content

Commit

Permalink
chore: update tooth.json & CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Jun 23, 2024
1 parent 361c3a1 commit e308f4b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions tooth.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e308f4b

Please sign in to comment.