Skip to content

Commit 65e55f7

Browse files
committed
chore: update CHANGELOG.md & tooth.json
1 parent 55879f2 commit 65e55f7

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.16.7] - 2026-01-13
11+
12+
### Changed
13+
14+
- Used shared_ptr to manage script::ScriptEngine @ShrBox
15+
1016
## [0.16.6] - 2026-01-13
1117

1218
### Changed
@@ -1100,7 +1106,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11001106
[#332]: https://github.com/LiteLDev/LegacyScriptEngine/issues/332
11011107
[#339]: https://github.com/LiteLDev/LegacyScriptEngine/issues/339
11021108

1103-
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.16.6...HEAD
1109+
[Unreleased]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.16.7...HEAD
1110+
[0.16.7]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.16.6...v0.16.7
11041111
[0.16.6]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.16.5...v0.16.6
11051112
[0.16.5]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.16.4...v0.16.5
11061113
[0.16.4]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.16.3...v0.16.4

src/lse/PluginManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ ll::Expected<> PluginManager::load(ll::mod::Manifest manifest) {
245245
#endif
246246
return error;
247247
} else {
248-
return ll::makeStringError("Failed to load plugin {0}: {1}"_tr(manifest.name, "ScriptEngine* is nullptr"));
248+
return ll::makeStringError("Failed to load plugin {0}: {1}"_tr(manifest.name, "ScriptEngine is nullptr"));
249249
}
250250
}
251251
}

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

0 commit comments

Comments
 (0)