diff --git a/CHANGELOG.md b/CHANGELOG.md index a85f1893..c4ef4d1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.1] - 2024-02-06 + +### Fixed + +- Fix endless loop + ## [0.2.0] - 2024-02-06 ### Added @@ -33,9 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First release. - [0.1.6]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.1.5...v0.1.6 - [0.1.5]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.1.4...v0.1.5 - +[0.2.1]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.1.6...v0.2.0 [0.1.6]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.1.5...v0.1.6 [0.1.5]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.1.4...v0.1.5 diff --git a/tooth.json b/tooth.json index 89770f80..44206c05 100644 --- a/tooth.json +++ b/tooth.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "github.com/LiteLDev/LegacyScriptEngine", - "version": "0.2.0", + "version": "0.2.1", "info": { "name": "LegacyScriptEngine", "description": "A plugin engine for running LLSE plugins on LeviLamina", @@ -13,7 +13,7 @@ ] }, "dependencies": { - "gitea.litebds.com/LiteLDev/legacy-script-engine-lua": "0.2.0", - "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.2.0" + "gitea.litebds.com/LiteLDev/legacy-script-engine-lua": "0.2.1", + "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.2.1" } } diff --git a/tooth.template.json b/tooth.template.json index 1a9e38b9..c47bfc5a 100644 --- a/tooth.template.json +++ b/tooth.template.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-${engine}", - "version": "0.2.0", + "version": "0.2.1", "info": { "name": "LegacyScriptEngine with ${engine} backend", "description": "A plugin engine for running LLSE plugins on LeviLamina",