Skip to content

Commit d6dc4c7

Browse files
committed
chore: update CHANGELOG.md & tooth.json
1 parent 0116081 commit d6dc4c7

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10-
## [0.17.0-rc.1] - 2026-01-19
10+
## [0.17.0-rc.2] - 2026-01-19
1111

1212
### Changed
1313

@@ -1114,8 +1114,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11141114
[#332]: https://github.com/LiteLDev/LegacyScriptEngine/issues/332
11151115
[#339]: https://github.com/LiteLDev/LegacyScriptEngine/issues/339
11161116

1117-
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.17.0-rc.1...HEAD
1118-
[0.17.0-rc.1]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.16.7...v0.17.0-rc.1
1117+
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.17.0-rc.2...HEAD
1118+
[0.17.0-rc.2]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.16.7...v0.17.0-rc.2
11191119
[0.16.7]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.16.6...v0.16.7
11201120
[0.16.6]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.16.5...v0.16.6
11211121
[0.16.5]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.16.4...v0.16.5

tooth.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"format_version": 3,
33
"format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d",
44
"tooth": "github.com/LiteLDev/LegacyScriptEngine",
5-
"version": "0.17.0-rc.1",
5+
"version": "0.17.0-rc.2",
66
"info": {
77
"name": "LegacyScriptEngine",
88
"description": "A plugin engine for running LLSE plugins on LeviLamina",
@@ -25,8 +25,8 @@
2525
"label": "client",
2626
"platform": "win-x64",
2727
"dependencies": {
28-
"github.com/LiteLDev/LegacyScriptEngine#quickjs-client": "{{version}}",
29-
"github.com/LiteLDev/LegacyScriptEngine#lua-client": "{{version}}"
28+
"github.com/LiteLDev/LegacyScriptEngine#client_quickjs": "{{version}}",
29+
"github.com/LiteLDev/LegacyScriptEngine#client_lua": "{{version}}"
3030
}
3131
},
3232
{
@@ -136,7 +136,7 @@
136136
]
137137
},
138138
{
139-
"label": "nodejs-client",
139+
"label": "client_nodejs",
140140
"platform": "win-x64",
141141
"dependencies": {
142142
"github.com/LiteLDev/LegacyRemoteCall#client": "0.17.0-rc.1",
@@ -173,7 +173,7 @@
173173
]
174174
},
175175
{
176-
"label": "quickjs-client",
176+
"label": "client_quickjs",
177177
"platform": "win-x64",
178178
"dependencies": {
179179
"github.com/LiteLDev/LegacyRemoteCall#client": "0.17.0-rc.1",
@@ -196,7 +196,7 @@
196196
]
197197
},
198198
{
199-
"label": "lua-client",
199+
"label": "client_lua",
200200
"platform": "win-x64",
201201
"dependencies": {
202202
"github.com/LiteLDev/LegacyRemoteCall#client": "0.17.0-rc.1",
@@ -219,7 +219,7 @@
219219
]
220220
},
221221
{
222-
"label": "python-client",
222+
"label": "client_python",
223223
"platform": "win-x64",
224224
"dependencies": {
225225
"github.com/LiteLDev/LegacyRemoteCall#client": "0.17.0-rc.1",

0 commit comments

Comments
 (0)