From cf02a42f3a89edf7c9762c2cba3984ef095b4883 Mon Sep 17 00:00:00 2001 From: RimuruChan Date: Mon, 18 Mar 2024 00:44:17 +0800 Subject: [PATCH] chore: bump version to v0.9.5 --- CHANGELOG.md | 13 ++++++++++++- tooth.json | 4 ++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e67719521b..6a5d14cc80 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.9.5] - 2024-03-18 + +### Added + +- Support runtime command registration + +### Fixed + +- Fix plugin disable callback is not called + ## [0.9.4] - 2024-03-14 ### Fixed @@ -343,7 +353,8 @@ For lip and tooth-hub test only. [#1481]: https://github.com/LiteLDev/LeviLamina/issues/1481 [#1483]: https://github.com/LiteLDev/LeviLamina/issues/1483 -[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v0.9.4...HEAD +[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v0.9.5...HEAD +[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 [0.9.3]: https://github.com/LiteLDev/LeviLamina/compare/v0.9.2...v0.9.3 [0.9.2]: https://github.com/LiteLDev/LeviLamina/compare/v0.9.1...v0.9.2 diff --git a/tooth.json b/tooth.json index 678a71896d..bcfc00bdb9 100644 --- a/tooth.json +++ b/tooth.json @@ -1,14 +1,14 @@ { "format_version": 2, "tooth": "github.com/LiteLDev/LeviLamina", - "version": "0.9.4", + "version": "0.9.5", "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.9.4/levilamina-release-windows-x64.zip", + "asset_url": "https://github.com/LiteLDev/LeviLamina/releases/download/v0.9.5/levilamina-release-windows-x64.zip", "dependencies": { "github.com/LiteLDev/bds": "1.20.62", "github.com/LiteLDev/CrashLogger": "1.1.x",