Skip to content

Commit

Permalink
chore: update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Jan 10, 2025
1 parent dd1c61d commit f335b92
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 22 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.0-rc.2] - 2025-01-10

### Fixed

- Fix command compatibility
- Fix System::cmd and System::newProcess [#203]
- Fix npm & pip command

## [0.9.0-rc.1] - 2025-01-09

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

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

[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.0-rc.1...HEAD
[#203]: https://github.com/LiteLDev/LegacyScriptEngine/issues/203

[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.0-rc.2...HEAD

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

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

Expand Down
32 changes: 16 additions & 16 deletions tooth.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"format_version": 2,
"tooth": "github.com/LiteLDev/LegacyScriptEngine",
"version": "0.9.0-rc.1",
"info": {
"name": "LegacyScriptEngine",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
"author": "LiteLDev",
"tags": [
"levilamina",
"plugin-engine"
]
},
"dependencies": {
"gitea.litebds.com/LiteLDev/legacy-script-engine-lua": "0.9.0-rc.1",
"gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.9.0-rc.1"
}
"format_version": 2,
"tooth": "github.com/LiteLDev/LegacyScriptEngine",
"version": "0.9.0-rc.2",
"info": {
"name": "LegacyScriptEngine",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
"author": "LiteLDev",
"tags": [
"levilamina",
"plugin-engine"
]
},
"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"
}
}
2 changes: 1 addition & 1 deletion tooth.lua.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-lua",
"version": "0.9.0-rc.1",
"version": "0.9.0-rc.2",
"info": {
"name": "LegacyScriptEngine with Lua backend",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
Expand Down
4 changes: 2 additions & 2 deletions tooth.nodejs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs",
"version": "0.9.0-rc.1",
"version": "0.9.0-rc.2",
"info": {
"name": "LegacyScriptEngine with NodeJs backend",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
Expand All @@ -16,7 +16,7 @@
"github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.3",
"github.com/LiteLDev/LegacyMoney": "0.9.0-rc.3",
"gitea.litebds.com/ShrBox/7-zip": "23.x",
"gitea.litebds.com/LiteLDev/node-binaries": "22.12.0"
"gitea.litebds.com/LiteLDev/node-binaries": "22.12.0-fix"
},
"prerequisites": {
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.2"
Expand Down
2 changes: 1 addition & 1 deletion tooth.python.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-python",
"version": "0.9.0-rc.1",
"version": "0.9.0-rc.2",
"info": {
"name": "LegacyScriptEngine with Python backend",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
Expand Down
2 changes: 1 addition & 1 deletion tooth.quickjs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs",
"version": "0.9.0-rc.1",
"version": "0.9.0-rc.2",
"info": {
"name": "LegacyScriptEngine with QuickJs backend",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
Expand Down

0 comments on commit f335b92

Please sign in to comment.