From c7a3115dea2a355e77afa376e5a98b1e22eee327 Mon Sep 17 00:00:00 2001 From: ShrBox Date: Sun, 12 Jan 2025 12:18:37 +0800 Subject: [PATCH] chore: update CHANGELOG.md --- CHANGELOG.md | 10 +++++++++- tooth.json | 6 +++--- tooth.lua.json | 10 +++++----- tooth.nodejs.json | 12 ++++++------ tooth.python.json | 10 +++++----- tooth.quickjs.json | 10 +++++----- xmake.lua | 4 ++-- 7 files changed, 35 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d09367f..08c0f6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.0-rc.3] - 2025-01-12 + +### Changed + +- Support LeviLamina 1.0.0-rc.3 + ## [0.9.0-rc.2] - 2025-01-10 ### Fixed @@ -672,7 +678,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#203]: https://github.com/LiteLDev/LegacyScriptEngine/issues/203 -[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.0-rc.2...HEAD +[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.0-rc.3...HEAD + +[0.9.0-rc.3]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.0-rc.2...v0.9.0-rc.3 [0.9.0-rc.2]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.0-rc.1...v0.9.0-rc.2 diff --git a/tooth.json b/tooth.json index b1f7df0..2a8ccc6 100644 --- a/tooth.json +++ b/tooth.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "github.com/LiteLDev/LegacyScriptEngine", - "version": "0.9.0-rc.2", + "version": "0.9.0-rc.3", "info": { "name": "LegacyScriptEngine", "description": "A plugin engine for running LLSE plugins on LeviLamina", @@ -12,7 +12,7 @@ ] }, "dependencies": { - "gitea.litebds.com/LiteLDev/legacy-script-engine-lua": "0.9.0-rc.2", - "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.9.0-rc.2" + "gitea.litebds.com/LiteLDev/legacy-script-engine-lua": "0.9.0-rc.3", + "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.9.0-rc.3" } } diff --git a/tooth.lua.json b/tooth.lua.json index 73f082e..8743c4d 100644 --- a/tooth.lua.json +++ b/tooth.lua.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-lua", - "version": "0.9.0-rc.2", + "version": "0.9.0-rc.3", "info": { "name": "LegacyScriptEngine with Lua backend", "description": "A plugin engine for running LLSE plugins on LeviLamina", @@ -12,12 +12,12 @@ ] }, "dependencies": { - "github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.3", - "github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.3", - "github.com/LiteLDev/LegacyMoney": "0.9.0-rc.3" + "github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.4", + "github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.4", + "github.com/LiteLDev/LegacyMoney": "0.9.0-rc.4" }, "prerequisites": { - "github.com/LiteLDev/LeviLamina": "1.0.0-rc.2" + "github.com/LiteLDev/LeviLamina": "1.0.0-rc.3" }, "files": { "place": [ diff --git a/tooth.nodejs.json b/tooth.nodejs.json index 9aa3b79..987e7cf 100644 --- a/tooth.nodejs.json +++ b/tooth.nodejs.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs", - "version": "0.9.0-rc.2", + "version": "0.9.0-rc.3", "info": { "name": "LegacyScriptEngine with NodeJs backend", "description": "A plugin engine for running LLSE plugins on LeviLamina", @@ -12,14 +12,14 @@ ] }, "dependencies": { - "github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.3", - "github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.3", - "github.com/LiteLDev/LegacyMoney": "0.9.0-rc.3", + "github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.4", + "github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.4", + "github.com/LiteLDev/LegacyMoney": "0.9.0-rc.4", "gitea.litebds.com/ShrBox/7-zip": "23.x", - "gitea.litebds.com/LiteLDev/node-binaries": "22.12.0-fix" + "gitea.litebds.com/LiteLDev/node-binaries": "22.12.0-rc.1" }, "prerequisites": { - "github.com/LiteLDev/LeviLamina": "1.0.0-rc.2" + "github.com/LiteLDev/LeviLamina": "1.0.0-rc.3" }, "files": { "place": [ diff --git a/tooth.python.json b/tooth.python.json index 901d0d9..6c3421e 100644 --- a/tooth.python.json +++ b/tooth.python.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-python", - "version": "0.9.0-rc.2", + "version": "0.9.0-rc.3", "info": { "name": "LegacyScriptEngine with Python backend", "description": "A plugin engine for running LLSE plugins on LeviLamina", @@ -12,12 +12,12 @@ ] }, "dependencies": { - "github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.3", - "github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.3", - "github.com/LiteLDev/LegacyMoney": "0.9.0-rc.3" + "github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.4", + "github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.4", + "github.com/LiteLDev/LegacyMoney": "0.9.0-rc.4" }, "prerequisites": { - "github.com/LiteLDev/LeviLamina": "1.0.0-rc.2" + "github.com/LiteLDev/LeviLamina": "1.0.0-rc.3" }, "files": { "place": [ diff --git a/tooth.quickjs.json b/tooth.quickjs.json index f06fc7b..8ef235c 100644 --- a/tooth.quickjs.json +++ b/tooth.quickjs.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs", - "version": "0.9.0-rc.2", + "version": "0.9.0-rc.3", "info": { "name": "LegacyScriptEngine with QuickJs backend", "description": "A plugin engine for running LLSE plugins on LeviLamina", @@ -12,12 +12,12 @@ ] }, "dependencies": { - "github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.3", - "github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.3", - "github.com/LiteLDev/LegacyMoney": "0.9.0-rc.3" + "github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.4", + "github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.4", + "github.com/LiteLDev/LegacyMoney": "0.9.0-rc.4" }, "prerequisites": { - "github.com/LiteLDev/LeviLamina": "1.0.0-rc.2" + "github.com/LiteLDev/LeviLamina": "1.0.0-rc.3" }, "files": { "place": [ diff --git a/xmake.lua b/xmake.lua index 3eb0f04..9789f1e 100644 --- a/xmake.lua +++ b/xmake.lua @@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release") add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git") if is_config("target_type", "server") then - add_requires("levilamina 1.0.0-rc.2", {configs = {target_type = "server"}}) + add_requires("levilamina 1.0.0-rc.3", {configs = {target_type = "server"}}) else - add_requires("levilamina 1.0.0-rc.2", {configs = {target_type = "client"}}) + add_requires("levilamina 1.0.0-rc.3", {configs = {target_type = "client"}}) end add_requires("levibuildscript")