Skip to content

Commit b45ba10

Browse files
committed
chore: update xmake.lua
1 parent 8fd5d69 commit b45ba10

File tree

8 files changed

+23
-16
lines changed

8 files changed

+23
-16
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.5.0] - 2024-03-27
9+
10+
### Changed
11+
12+
- Support LeviLamina 0.10.x
13+
814
## [0.4.15] - 2024-03-24
915

1016
### Fixed
@@ -210,6 +216,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
210216
[#73]: https://github.com/LiteLDev/LegacyScriptEngine/issues/73
211217
[#74]: https://github.com/LiteLDev/LegacyScriptEngine/issues/74
212218

219+
[0.5.0]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.4.15...v0.5.0
213220
[0.4.15]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.4.14...v0.4.15
214221
[0.4.14]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.4.13...v0.4.14
215222
[0.4.13]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.4.12...v0.4.13

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "native",
55
"description": "A plugin engine for running LLSE plugins on LeviLamina",
66
"author": "LiteLDev",
7-
"version": "0.4.15",
7+
"version": "0.5.0",
88
"dependencies": [
99
{
1010
"name": "LegacyMoney"

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.4.15",
4+
"version": "0.5.0",
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.4.15",
16-
"gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.4.15"
15+
"gitea.litebds.com/LiteLDev/legacy-script-engine-lua": "0.5.0",
16+
"gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.5.0"
1717
}
1818
}

tooth.lua.json

Lines changed: 2 additions & 2 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.4.15",
4+
"version": "0.5.0",
55
"info": {
66
"name": "LegacyScriptEngine with Lua backend",
77
"description": "A plugin engine for running LLSE plugins on LeviLamina",
@@ -17,7 +17,7 @@
1717
"github.com/LiteLDev/LegacyMoney": ">=0.4.1 <0.5.0"
1818
},
1919
"prerequisites": {
20-
"github.com/LiteLDev/LeviLamina": ">=0.9.3 <0.10.0"
20+
"github.com/LiteLDev/LeviLamina": "0.10.x"
2121
},
2222
"files": {
2323
"place": [

tooth.nodejs.json

Lines changed: 2 additions & 2 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.4.15",
4+
"version": "0.5.0",
55
"info": {
66
"name": "LegacyScriptEngine with NodeJs backend",
77
"description": "A plugin engine for running LLSE plugins on LeviLamina",
@@ -19,7 +19,7 @@
1919
"gitea.litebds.com/LiteLDev/node-binaries": "16.16.0"
2020
},
2121
"prerequisites": {
22-
"github.com/LiteLDev/LeviLamina": ">=0.9.3 <0.10.0"
22+
"github.com/LiteLDev/LeviLamina": "0.10.x"
2323
},
2424
"files": {
2525
"place": [

tooth.python.json

Lines changed: 2 additions & 2 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.4.15",
4+
"version": "0.5.0",
55
"info": {
66
"name": "LegacyScriptEngine with Python backend",
77
"description": "A plugin engine for running LLSE plugins on LeviLamina",
@@ -18,7 +18,7 @@
1818
"gitea.litebds.com/LiteLDev/python-binaries": "3.10.11"
1919
},
2020
"prerequisites": {
21-
"github.com/LiteLDev/LeviLamina": ">=0.9.3 <0.10.0"
21+
"github.com/LiteLDev/LeviLamina": "0.10.x"
2222
},
2323
"files": {
2424
"place": [

tooth.quickjs.json

Lines changed: 2 additions & 2 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.4.15",
4+
"version": "0.5.0",
55
"info": {
66
"name": "LegacyScriptEngine with QuickJs backend",
77
"description": "A plugin engine for running LLSE plugins on LeviLamina",
@@ -17,7 +17,7 @@
1717
"github.com/LiteLDev/LegacyMoney": ">=0.4.1 <0.5.0"
1818
},
1919
"prerequisites": {
20-
"github.com/LiteLDev/LeviLamina": ">=0.9.3 <0.10.0"
20+
"github.com/LiteLDev/LeviLamina": "0.10.x"
2121
},
2222
"files": {
2323
"place": [

xmake.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ add_requires(
66
"demangler",
77
"dyncall",
88
"fmt",
9-
"legacymoney 0.4.1",
10-
"legacyparticleapi 0.4.0",
11-
"legacyremotecall 0.4.0",
12-
"levilamina 0.9.5",
9+
"legacymoney 0.5.0",
10+
"legacyparticleapi 0.5.0",
11+
"legacyremotecall 0.5.0",
12+
"levilamina 0.10.0",
1313
"lightwebsocketclient",
1414
"magic_enum",
1515
"nlohmann_json",

0 commit comments

Comments
 (0)