From ee8e1f60cfaf9373899b22b6b6dc08f01df6b541 Mon Sep 17 00:00:00 2001 From: ShrBox Date: Tue, 30 Jan 2024 16:39:12 +0800 Subject: [PATCH] chore: update changelog & tooth.json --- CHANGELOG.md | 15 ++++++++++++++- tooth.json | 4 ++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 763843a41d..f7238c07b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.3] - 2024-01-30 + +### Changed + +- Remove constructor of ScorePacketInfo +- Disable DynamicTypeList + +### Fixed + +- Fix scheduler remove id +- Make clang-cl compilable + ## [0.6.2] - 2024-01-29 ### Changed @@ -174,7 +186,8 @@ First preview release. For lip and tooth-hub test only. -[unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v0.6.2...HEAD +[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v0.6.3...HEAD +[0.6.3]: https://github.com/LiteLDev/LeviLamina/compare/v0.6.2...v0.6.3 [0.6.2]: https://github.com/LiteLDev/LeviLamina/compare/v0.6.1...v0.6.2 [0.6.1]: https://github.com/LiteLDev/LeviLamina/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/LiteLDev/LeviLamina/compare/v0.5.1...v0.6.0 diff --git a/tooth.json b/tooth.json index f8716d5b35..62518ad2c6 100644 --- a/tooth.json +++ b/tooth.json @@ -1,14 +1,14 @@ { "format_version": 2, "tooth": "github.com/LiteLDev/LeviLamina", - "version": "0.6.2", + "version": "0.6.3", "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.6.2/levilamina-windows-x64.zip", + "asset_url": "https://github.com/LiteLDev/LeviLamina/releases/download/v0.6.3/levilamina-windows-x64.zip", "dependencies": { "github.com/LiteLDev/bds": "1.20.50 || 1.20.51", "github.com/LiteLDev/PeEditor": "3.5.x",