From 8a74529c2e69df7abab614b857d79514dde48eaa Mon Sep 17 00:00:00 2001 From: Lovelylavender4 Date: Sun, 12 Jan 2025 10:20:06 +0800 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 21 ++++++++++++++++++++- tooth.json | 4 ++-- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50d57dfce1..147980fcb4 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] +## [1.0.0-rc.2] - 2025-01-11 + +### Added + +- Added more nbt operator @OEOTYAN +- Added some api to logger @OEOTYAN +- Added itemstack ctor default param @Dofes +- Added some mc class members [#1611] +- Added an issue template for requesting complementary mc class member variables @Lovelylavender4 + +### Fixed + +- Fixed [#1610] @Dofes +- Fixed command @OEOTYAN +- Fixed version prelease parse @OEOTYAN + ## [1.0.0-rc.2] - 2025-01-06 ### Added @@ -733,8 +749,11 @@ For lip and tooth-hub test only. [#1559]: https://github.com/LiteLDev/LeviLamina/issues/1559 [#1574]: https://github.com/LiteLDev/LeviLamina/issues/1574 [#1582]: https://github.com/LiteLDev/LeviLamina/issues/1582 +[#1610]: https://github.com/LiteLDev/LeviLamina/issues/1610 +[#1611]: https://github.com/LiteLDev/LeviLamina/issues/1611 -[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v1.0.0-rc.2...HEAD +[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v1.0.0-rc.3...HEAD +[1.0.0-rc.3]: https://github.com/LiteLDev/LeviLamina/compare/v1.0.0-rc.2...v1.0.0-rc.3 [1.0.0-rc.2]: https://github.com/LiteLDev/LeviLamina/compare/v1.0.0-rc.1...v1.0.0-rc.2 [1.0.0-rc.1]: https://github.com/LiteLDev/LeviLamina/compare/v0.13.5...v1.0.0-rc.1 [0.13.5]: https://github.com/LiteLDev/LeviLamina/compare/v0.13.4...v0.13.5 diff --git a/tooth.json b/tooth.json index ca81db612e..f665411b42 100644 --- a/tooth.json +++ b/tooth.json @@ -1,14 +1,14 @@ { "format_version": 2, "tooth": "github.com/LiteLDev/LeviLamina", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "info": { "name": "LeviLamina", "description": "A lightweight, modular and versatile mod loader for Minecraft Bedrock Edition.", "author": "levimc", "tags": [] }, - "asset_url": "https://github.com/LiteLDev/LeviLamina/releases/download/v1.0.0-rc.2/levilamina-release-windows-x64.zip", + "asset_url": "https://github.com/LiteLDev/LeviLamina/releases/download/v1.0.0-rc.3/levilamina-release-windows-x64.zip", "dependencies": { "github.com/LiteLDev/bds": "1.21.50", "github.com/LiteLDev/CrashLogger": "1.1.x",