Skip to content

Commit

Permalink
chore: update tooth & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Feb 23, 2024
1 parent 11f9e7c commit 340974f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 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.3.2] - 2024-02-23

### Changed

- Refactor plugin manager

## [0.3.1] - 2024-02-21

### Fixed
Expand Down Expand Up @@ -69,6 +75,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- First release.

[0.3.2]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.2.4...v0.3.0
[0.2.4]: https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.2.2...v0.2.4
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.3.1",
"version": "0.3.2",
"info": {
"name": "LegacyScriptEngine",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
Expand All @@ -12,7 +12,7 @@
]
},
"dependencies": {
"gitea.litebds.com/LiteLDev/legacy-script-engine-lua": "0.3.1",
"gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.3.1"
"gitea.litebds.com/LiteLDev/legacy-script-engine-lua": "0.3.2",
"gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs": "0.3.2"
}
}
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.3.1",
"version": "0.3.2",
"info": {
"name": "LegacyScriptEngine with ${engine} backend",
"description": "A plugin engine for running LLSE plugins on LeviLamina",
Expand Down

0 comments on commit 340974f

Please sign in to comment.