Skip to content

Commit 126b090

Browse files
committed
chore: update CHANGELOG.md & tooth.json
1 parent 0fa2e5f commit 126b090

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
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.16.4] - 2026-01-12
11+
12+
### Fixed
13+
14+
- Fixed mysql query @ShrBox
15+
- Fixed memory leak in BinaryStream @ShrBox
16+
1017
## [0.16.3] - 2026-01-12
1118

1219
### Changed
@@ -18,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1825

1926
- Fixed several potential memory leak issues(FileSystemAPI, InternationalAPI, SystemAPI, IniHelper) @ShrBox
2027

21-
## [0.16.2] - 2026-01-11
28+
## [0.16.2] - 2026-01-12
2229

2330
### Changed
2431

@@ -1074,7 +1081,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10741081
[#332]: https://github.com/LiteLDev/LegacyScriptEngine/issues/332
10751082
[#339]: https://github.com/LiteLDev/LegacyScriptEngine/issues/339
10761083

1077-
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.16.3...HEAD
1084+
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.16.4...HEAD
1085+
[0.16.4]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.16.3...v0.16.4
10781086
[0.16.3]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.16.2...v0.16.3
10791087
[0.16.2]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.16.1...v0.16.2
10801088
[0.16.1]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.16.0...v0.16.1

tooth.json

Lines changed: 1 addition & 1 deletion
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.16.3",
5+
"version": "0.16.4",
66
"info": {
77
"name": "LegacyScriptEngine",
88
"description": "A plugin engine for running LLSE plugins on LeviLamina",

0 commit comments

Comments
 (0)