Skip to content

Commit b6c405c

Browse files
committed
chore: update CHANGELOG.md & tooth.json
1 parent 5caffed commit b6c405c

2 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.16.6] - 2026-01-13
11+
12+
### Changed
13+
14+
- No need to copy raw pointer of nbt @ShrBox
15+
- Optimized ItemAPI
16+
- Added `std::monostate` to `DB::Any` for preventing some exceptions @ShrBox
17+
- Avoided unnecessary `new` and raw pointer @ShrBox
18+
19+
### Fixed
20+
21+
- Fixed potential memory leak in `_extractValue(RemoteCall::ItemType&& v)` of RemoteCallAPI @ShrBox
22+
1023
## [0.16.5] - 2026-01-12
1124

1225
### Changed
@@ -31,7 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3144

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

34-
## [0.16.2] - 2026-01-12
47+
## [0.16.2] - 2026-01-11
3548

3649
### Changed
3750

@@ -1087,7 +1100,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10871100
[#332]: https://github.com/LiteLDev/LegacyScriptEngine/issues/332
10881101
[#339]: https://github.com/LiteLDev/LegacyScriptEngine/issues/339
10891102

1090-
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.16.5...HEAD
1103+
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.16.6...HEAD
1104+
[0.16.6]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.16.5...v0.16.6
10911105
[0.16.5]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.16.4...v0.16.5
10921106
[0.16.4]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.16.3...v0.16.4
10931107
[0.16.3]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.16.2...v0.16.3

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.5",
5+
"version": "0.16.6",
66
"info": {
77
"name": "LegacyScriptEngine",
88
"description": "A plugin engine for running LLSE plugins on LeviLamina",

0 commit comments

Comments
 (0)