Skip to content

Commit d186b14

Browse files
committed
chore: update tooth.json and CHANGELOG.md
1 parent 3ae5f0d commit d186b14

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.10.0-rc.1] - 2025-03-01
11+
12+
### Changed
13+
14+
- Adapted to LeviLamina 1.1.0(MCBE 1.21.60.10)
15+
- Disabled onNpcCmd temporarily because it is broken
16+
1017
## [0.9.7] - 2025-02-10
1118

1219
### Added
@@ -759,7 +766,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
759766
[#231]: https://github.com/LiteLDev/LegacyScriptEngine/issues/231
760767
[#236]: https://github.com/LiteLDev/LegacyScriptEngine/issues/236
761768

762-
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.7...HEAD
769+
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.0-rc.1...HEAD
770+
[0.10.0-rc.1]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.7...v0.10.0-rc.1
763771
[0.9.7]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.6...v0.9.7
764772
[0.9.6]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.5...v0.9.6
765773
[0.9.5]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.4...v0.9.5

tooth.lua.json

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

tooth.nodejs.json

+1-1
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.10.0",
4+
"version": "0.10.0-rc.1",
55
"info": {
66
"name": "LegacyScriptEngine with NodeJs backend",
77
"description": "A plugin engine for running LLSE plugins on LeviLamina",

tooth.python.json

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

tooth.quickjs.json

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

0 commit comments

Comments
 (0)