Skip to content

Commit c7a3115

Browse files
committed
chore: update CHANGELOG.md
1 parent f335b92 commit c7a3115

File tree

7 files changed

+35
-27
lines changed

7 files changed

+35
-27
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.9.0-rc.3] - 2025-01-12
11+
12+
### Changed
13+
14+
- Support LeviLamina 1.0.0-rc.3
15+
1016
## [0.9.0-rc.2] - 2025-01-10
1117

1218
### Fixed
@@ -672,7 +678,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
672678

673679
[#203]: https://github.com/LiteLDev/LegacyScriptEngine/issues/203
674680

675-
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.0-rc.2...HEAD
681+
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.0-rc.3...HEAD
682+
683+
[0.9.0-rc.3]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.0-rc.2...v0.9.0-rc.3
676684

677685
[0.9.0-rc.2]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.0-rc.1...v0.9.0-rc.2
678686

tooth.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"format_version": 2,
33
"tooth": "github.com/LiteLDev/LegacyScriptEngine",
4-
"version": "0.9.0-rc.2",
4+
"version": "0.9.0-rc.3",
55
"info": {
66
"name": "LegacyScriptEngine",
77
"description": "A plugin engine for running LLSE plugins on LeviLamina",
@@ -12,7 +12,7 @@
1212
]
1313
},
1414
"dependencies": {
15-
"gitea.litebds.com/LiteLDev/legacy-script-engine-lua": "0.9.0-rc.2",
16-
"gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.9.0-rc.2"
15+
"gitea.litebds.com/LiteLDev/legacy-script-engine-lua": "0.9.0-rc.3",
16+
"gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.9.0-rc.3"
1717
}
1818
}

tooth.lua.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"format_version": 2,
33
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-lua",
4-
"version": "0.9.0-rc.2",
4+
"version": "0.9.0-rc.3",
55
"info": {
66
"name": "LegacyScriptEngine with Lua backend",
77
"description": "A plugin engine for running LLSE plugins on LeviLamina",
@@ -12,12 +12,12 @@
1212
]
1313
},
1414
"dependencies": {
15-
"github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.3",
16-
"github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.3",
17-
"github.com/LiteLDev/LegacyMoney": "0.9.0-rc.3"
15+
"github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.4",
16+
"github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.4",
17+
"github.com/LiteLDev/LegacyMoney": "0.9.0-rc.4"
1818
},
1919
"prerequisites": {
20-
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.2"
20+
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.3"
2121
},
2222
"files": {
2323
"place": [

tooth.nodejs.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"format_version": 2,
33
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs",
4-
"version": "0.9.0-rc.2",
4+
"version": "0.9.0-rc.3",
55
"info": {
66
"name": "LegacyScriptEngine with NodeJs backend",
77
"description": "A plugin engine for running LLSE plugins on LeviLamina",
@@ -12,14 +12,14 @@
1212
]
1313
},
1414
"dependencies": {
15-
"github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.3",
16-
"github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.3",
17-
"github.com/LiteLDev/LegacyMoney": "0.9.0-rc.3",
15+
"github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.4",
16+
"github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.4",
17+
"github.com/LiteLDev/LegacyMoney": "0.9.0-rc.4",
1818
"gitea.litebds.com/ShrBox/7-zip": "23.x",
19-
"gitea.litebds.com/LiteLDev/node-binaries": "22.12.0-fix"
19+
"gitea.litebds.com/LiteLDev/node-binaries": "22.12.0-rc.1"
2020
},
2121
"prerequisites": {
22-
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.2"
22+
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.3"
2323
},
2424
"files": {
2525
"place": [

tooth.python.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"format_version": 2,
33
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-python",
4-
"version": "0.9.0-rc.2",
4+
"version": "0.9.0-rc.3",
55
"info": {
66
"name": "LegacyScriptEngine with Python backend",
77
"description": "A plugin engine for running LLSE plugins on LeviLamina",
@@ -12,12 +12,12 @@
1212
]
1313
},
1414
"dependencies": {
15-
"github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.3",
16-
"github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.3",
17-
"github.com/LiteLDev/LegacyMoney": "0.9.0-rc.3"
15+
"github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.4",
16+
"github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.4",
17+
"github.com/LiteLDev/LegacyMoney": "0.9.0-rc.4"
1818
},
1919
"prerequisites": {
20-
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.2"
20+
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.3"
2121
},
2222
"files": {
2323
"place": [

tooth.quickjs.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"format_version": 2,
33
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs",
4-
"version": "0.9.0-rc.2",
4+
"version": "0.9.0-rc.3",
55
"info": {
66
"name": "LegacyScriptEngine with QuickJs backend",
77
"description": "A plugin engine for running LLSE plugins on LeviLamina",
@@ -12,12 +12,12 @@
1212
]
1313
},
1414
"dependencies": {
15-
"github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.3",
16-
"github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.3",
17-
"github.com/LiteLDev/LegacyMoney": "0.9.0-rc.3"
15+
"github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.4",
16+
"github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.4",
17+
"github.com/LiteLDev/LegacyMoney": "0.9.0-rc.4"
1818
},
1919
"prerequisites": {
20-
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.2"
20+
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.3"
2121
},
2222
"files": {
2323
"place": [

xmake.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release")
33
add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git")
44

55
if is_config("target_type", "server") then
6-
add_requires("levilamina 1.0.0-rc.2", {configs = {target_type = "server"}})
6+
add_requires("levilamina 1.0.0-rc.3", {configs = {target_type = "server"}})
77
else
8-
add_requires("levilamina 1.0.0-rc.2", {configs = {target_type = "client"}})
8+
add_requires("levilamina 1.0.0-rc.3", {configs = {target_type = "client"}})
99
end
1010

1111
add_requires("levibuildscript")

0 commit comments

Comments
 (0)