Skip to content

Commit e334996

Browse files
committed
chore: update CHANGELOG.md & tooth.json
add sentry upload for ci
1 parent ecd6856 commit e334996

File tree

6 files changed

+31
-5
lines changed

6 files changed

+31
-5
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ jobs:
1818

1919
- uses: xmake-io/github-action-setup-xmake@v1
2020

21+
- uses: matbour/setup-sentry-cli@v1
22+
with:
23+
token: ${{ SECRETS.SENTRY_TOKEN }}
24+
organization: ${{ SECRETS.SENTRY_ORG }}
25+
project: ${{ SECRETS.SENTRY_PROJECT }}
26+
2127
- uses: actions/cache@v4
2228
with:
2329
path: |
@@ -37,6 +43,9 @@ jobs:
3743
sed -i 's/\"name\": \"legacy-script-engine\"/\"name\": \"legacy-script-engine-${{ matrix.backend }}\"/g' bin/legacy-script-engine/manifest.json
3844
mv bin/legacy-script-engine bin/legacy-script-engine-${{ matrix.backend }}
3945
46+
- run: |
47+
sentry-cli debug-files upload --include-sources bin/legacy-script-engine-${{ matrix.backend }}
48+
4049
- uses: actions/upload-artifact@v4
4150
with:
4251
name: legacy-script-engine-${{ matrix.backend }}-windows-x64-${{ github.sha }}

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.9.5] - 2025-02-04
11+
1012
### Added
1113

1214
- Added some api and event [#220]
1315

16+
### Changed
17+
18+
- Updated translation
19+
- Updated lightwebsocketclient [#221]
20+
21+
### Fixed
22+
23+
- Fixed onAte event [#222] (#223)
24+
1425
## [0.9.4] - 2025-02-02
1526

1627
### Changed
@@ -772,7 +783,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
772783

773784
[#220]: https://github.com/LiteLDev/LegacyScriptEngine/issues/220
774785

775-
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.4...HEAD
786+
[#221]: https://github.com/LiteLDev/LegacyScriptEngine/issues/221
787+
788+
[#222]: https://github.com/LiteLDev/LegacyScriptEngine/issues/222
789+
790+
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.5...HEAD
791+
792+
[0.9.5]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.4...v0.9.5
776793

777794
[0.9.4]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.9.3...v0.9.4
778795

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

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

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

0 commit comments

Comments
 (0)