From a142aa8c6c5df9d25ab90879d394c46f239f6aee Mon Sep 17 00:00:00 2001 From: ShrBox Date: Wed, 27 Mar 2024 13:16:34 +0800 Subject: [PATCH] chore: update tooth.json & changelog.md --- CHANGELOG.md | 16 ++++++++++++++-- tooth.json | 4 ++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63657bca0f..6db5d33a8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.1] - 2024-03-26 + +### Added + +- Add member to GenerateMessageResult + +### Fixed + +- Fix vec3 bugs + ## [0.10.0] - 2024-03-26 ### Added @@ -20,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Fixed #1492 @OEOTYAN +- Fixed [#1492] @OEOTYAN ## [0.9.5] - 2024-03-18 @@ -367,8 +377,10 @@ For lip and tooth-hub test only. [#1481]: https://github.com/LiteLDev/LeviLamina/issues/1481 [#1483]: https://github.com/LiteLDev/LeviLamina/issues/1483 +[#1492]: https://github.com/LiteLDev/LeviLamina/issues/1492 -[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v0.10.0...HEAD +[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v0.10.1...HEAD +[0.10.1]: https://github.com/LiteLDev/LeviLamina/compare/v0.10.0...v0.10.1 [0.10.0]: https://github.com/LiteLDev/LeviLamina/compare/v0.9.5...v0.10.0 [0.9.5]: https://github.com/LiteLDev/LeviLamina/compare/v0.9.4...v0.9.5 [0.9.4]: https://github.com/LiteLDev/LeviLamina/compare/v0.9.3...v0.9.4 diff --git a/tooth.json b/tooth.json index d734a29d0f..1e62d2cf34 100644 --- a/tooth.json +++ b/tooth.json @@ -1,14 +1,14 @@ { "format_version": 2, "tooth": "github.com/LiteLDev/LeviLamina", - "version": "0.10.0", + "version": "0.10.1", "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.10.0/levilamina-release-windows-x64.zip", + "asset_url": "https://github.com/LiteLDev/LeviLamina/releases/download/v0.10.1/levilamina-release-windows-x64.zip", "dependencies": { "github.com/LiteLDev/bds": "1.20.72", "github.com/LiteLDev/CrashLogger": "1.1.x",