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 12, 2025
1 parent f335b92 commit c7a3115
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 27 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.0-rc.3] - 2025-01-12

### Changed

- Support LeviLamina 1.0.0-rc.3

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

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

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

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

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

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

Expand Down
6 changes: 3 additions & 3 deletions tooth.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "github.com/LiteLDev/LegacyScriptEngine",
"version": "0.9.0-rc.2",
"version": "0.9.0-rc.3",
"info": {
"name": "LegacyScriptEngine",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
Expand All @@ -12,7 +12,7 @@
]
},
"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"
"gitea.litebds.com/LiteLDev/legacy-script-engine-lua": "0.9.0-rc.3",
"gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.9.0-rc.3"
}
}
10 changes: 5 additions & 5 deletions 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.2",
"version": "0.9.0-rc.3",
"info": {
"name": "LegacyScriptEngine with Lua backend",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
Expand All @@ -12,12 +12,12 @@
]
},
"dependencies": {
"github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.3",
"github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.3",
"github.com/LiteLDev/LegacyMoney": "0.9.0-rc.3"
"github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.4",
"github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.4",
"github.com/LiteLDev/LegacyMoney": "0.9.0-rc.4"
},
"prerequisites": {
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.2"
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.3"
},
"files": {
"place": [
Expand Down
12 changes: 6 additions & 6 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.2",
"version": "0.9.0-rc.3",
"info": {
"name": "LegacyScriptEngine with NodeJs backend",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
Expand All @@ -12,14 +12,14 @@
]
},
"dependencies": {
"github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.3",
"github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.3",
"github.com/LiteLDev/LegacyMoney": "0.9.0-rc.3",
"github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.4",
"github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.4",
"github.com/LiteLDev/LegacyMoney": "0.9.0-rc.4",
"gitea.litebds.com/ShrBox/7-zip": "23.x",
"gitea.litebds.com/LiteLDev/node-binaries": "22.12.0-fix"
"gitea.litebds.com/LiteLDev/node-binaries": "22.12.0-rc.1"
},
"prerequisites": {
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.2"
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.3"
},
"files": {
"place": [
Expand Down
10 changes: 5 additions & 5 deletions 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.2",
"version": "0.9.0-rc.3",
"info": {
"name": "LegacyScriptEngine with Python backend",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
Expand All @@ -12,12 +12,12 @@
]
},
"dependencies": {
"github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.3",
"github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.3",
"github.com/LiteLDev/LegacyMoney": "0.9.0-rc.3"
"github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.4",
"github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.4",
"github.com/LiteLDev/LegacyMoney": "0.9.0-rc.4"
},
"prerequisites": {
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.2"
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.3"
},
"files": {
"place": [
Expand Down
10 changes: 5 additions & 5 deletions 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.2",
"version": "0.9.0-rc.3",
"info": {
"name": "LegacyScriptEngine with QuickJs backend",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
Expand All @@ -12,12 +12,12 @@
]
},
"dependencies": {
"github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.3",
"github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.3",
"github.com/LiteLDev/LegacyMoney": "0.9.0-rc.3"
"github.com/LiteLDev/LegacyRemoteCall": "0.9.0-rc.4",
"github.com/LiteLDev/LegacyParticleAPI": "0.9.0-rc.4",
"github.com/LiteLDev/LegacyMoney": "0.9.0-rc.4"
},
"prerequisites": {
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.2"
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.3"
},
"files": {
"place": [
Expand Down
4 changes: 2 additions & 2 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release")
add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git")

if is_config("target_type", "server") then
add_requires("levilamina 1.0.0-rc.2", {configs = {target_type = "server"}})
add_requires("levilamina 1.0.0-rc.3", {configs = {target_type = "server"}})
else
add_requires("levilamina 1.0.0-rc.2", {configs = {target_type = "client"}})
add_requires("levilamina 1.0.0-rc.3", {configs = {target_type = "client"}})
end

add_requires("levibuildscript")
Expand Down

0 comments on commit c7a3115

Please sign in to comment.