Skip to content

Commit

Permalink
chore: update changelog & tooth.json & xmake.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Lovelylavender4 committed Feb 5, 2024
1 parent 8934457 commit 4d13d39
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.0] - 2024-02-5
## [0.7.1] - 2024-02-05

### Fixed

- Fix Logger.h include

## [0.7.0] - 2024-02-05

### Added

Expand Down Expand Up @@ -218,7 +224,8 @@ First preview release.

For lip and tooth-hub test only.

[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v0.7.0...HEAD
[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v0.7.1...HEAD
[0.7.1]: https://github.com/LiteLDev/LeviLamina/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/LiteLDev/LeviLamina/compare/v0.6.3...v0.7.0
[0.6.3]: https://github.com/LiteLDev/LeviLamina/compare/v0.6.2...v0.6.3
[0.6.2]: https://github.com/LiteLDev/LeviLamina/compare/v0.6.1...v0.6.2
Expand Down
4 changes: 2 additions & 2 deletions tooth.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"format_version": 2,
"tooth": "github.com/LiteLDev/LeviLamina",
"version": "0.7.0",
"version": "0.7.1",
"info": {
"name": "LeviLamina",
"description": "A lightweight, modular and versatile plugin loader for Minecraft Bedrock Server BDS, formerly known as LiteLoaderBDS",
"author": "LiteLDev",
"tags": []
},
"asset_url": "https://github.com/LiteLDev/LeviLamina/releases/download/v0.7.0/levilamina-release-windows-x64.zip",
"asset_url": "https://github.com/LiteLDev/LeviLamina/releases/download/v0.7.1/levilamina-release-windows-x64.zip",
"dependencies": {
"github.com/LiteLDev/bds": "1.20.50 || 1.20.51",
"github.com/LiteLDev/PeEditor": "3.5.x",
Expand Down
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ add_requires("ctre 3.8.1")
add_requires("pcg_cpp 1.0.0")
add_requires("pfr 2.1.1")
add_requires("demangler v17.0.7")
add_requires("preloader 1.4.3")
add_requires("preloader 1.5.0")
add_requires("symbolprovider 1.1.0")

if has_config("tests") then
Expand Down

0 comments on commit 4d13d39

Please sign in to comment.