Skip to content

Commit f335b92

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

File tree

6 files changed

+34
-22
lines changed

6 files changed

+34
-22
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.9.0-rc.2] - 2025-01-10
11+
12+
### Fixed
13+
14+
- Fix command compatibility
15+
- Fix System::cmd and System::newProcess [#203]
16+
- Fix npm & pip command
17+
1018
## [0.9.0-rc.1] - 2025-01-09
1119

1220
### Changed
@@ -662,7 +670,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
662670

663671
[#186]: https://github.com/LiteLDev/LegacyScriptEngine/issues/186
664672

665-
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.0-rc.1...HEAD
673+
[#203]: https://github.com/LiteLDev/LegacyScriptEngine/issues/203
674+
675+
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.0-rc.2...HEAD
676+
677+
[0.9.0-rc.2]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.0-rc.1...v0.9.0-rc.2
666678

667679
[0.9.0-rc.1]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.8.20...v0.9.0-rc.1
668680

tooth.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"format_version": 2,
3-
"tooth": "github.com/LiteLDev/LegacyScriptEngine",
4-
"version": "0.9.0-rc.1",
5-
"info": {
6-
"name": "LegacyScriptEngine",
7-
"description": "A plugin engine for running LLSE plugins on LeviLamina",
8-
"author": "LiteLDev",
9-
"tags": [
10-
"levilamina",
11-
"plugin-engine"
12-
]
13-
},
14-
"dependencies": {
15-
"gitea.litebds.com/LiteLDev/legacy-script-engine-lua": "0.9.0-rc.1",
16-
"gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.9.0-rc.1"
17-
}
2+
"format_version": 2,
3+
"tooth": "github.com/LiteLDev/LegacyScriptEngine",
4+
"version": "0.9.0-rc.2",
5+
"info": {
6+
"name": "LegacyScriptEngine",
7+
"description": "A plugin engine for running LLSE plugins on LeviLamina",
8+
"author": "LiteLDev",
9+
"tags": [
10+
"levilamina",
11+
"plugin-engine"
12+
]
13+
},
14+
"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"
17+
}
1818
}

tooth.lua.json

Lines changed: 1 addition & 1 deletion
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.1",
4+
"version": "0.9.0-rc.2",
55
"info": {
66
"name": "LegacyScriptEngine with Lua backend",
77
"description": "A plugin engine for running LLSE plugins on LeviLamina",

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.9.0-rc.1",
4+
"version": "0.9.0-rc.2",
55
"info": {
66
"name": "LegacyScriptEngine with NodeJs backend",
77
"description": "A plugin engine for running LLSE plugins on LeviLamina",
@@ -16,7 +16,7 @@
1616
"github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.3",
1717
"github.com/LiteLDev/LegacyMoney": "0.9.0-rc.3",
1818
"gitea.litebds.com/ShrBox/7-zip": "23.x",
19-
"gitea.litebds.com/LiteLDev/node-binaries": "22.12.0"
19+
"gitea.litebds.com/LiteLDev/node-binaries": "22.12.0-fix"
2020
},
2121
"prerequisites": {
2222
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.2"

tooth.python.json

Lines changed: 1 addition & 1 deletion
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.1",
4+
"version": "0.9.0-rc.2",
55
"info": {
66
"name": "LegacyScriptEngine with Python backend",
77
"description": "A plugin engine for running LLSE plugins on LeviLamina",

tooth.quickjs.json

Lines changed: 1 addition & 1 deletion
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.1",
4+
"version": "0.9.0-rc.2",
55
"info": {
66
"name": "LegacyScriptEngine with QuickJs backend",
77
"description": "A plugin engine for running LLSE plugins on LeviLamina",

0 commit comments

Comments
 (0)