Skip to content

Commit

Permalink
chore: update tooth.json & changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Feb 6, 2024
1 parent 5304c30 commit 020b47f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions tooth.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
}
2 changes: 1 addition & 1 deletion tooth.template.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 020b47f

Please sign in to comment.