Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Lovelylavender4 committed Jan 12, 2025
1 parent 604c7f2 commit 8a74529
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0-rc.2] - 2025-01-11

### Added

- Added more nbt operator @OEOTYAN
- Added some api to logger @OEOTYAN
- Added itemstack ctor default param @Dofes
- Added some mc class members [#1611]
- Added an issue template for requesting complementary mc class member variables @Lovelylavender4

### Fixed

- Fixed [#1610] @Dofes
- Fixed command @OEOTYAN
- Fixed version prelease parse @OEOTYAN

## [1.0.0-rc.2] - 2025-01-06

### Added
Expand Down Expand Up @@ -733,8 +749,11 @@ For lip and tooth-hub test only.
[#1559]: https://github.com/LiteLDev/LeviLamina/issues/1559
[#1574]: https://github.com/LiteLDev/LeviLamina/issues/1574
[#1582]: https://github.com/LiteLDev/LeviLamina/issues/1582
[#1610]: https://github.com/LiteLDev/LeviLamina/issues/1610
[#1611]: https://github.com/LiteLDev/LeviLamina/issues/1611

[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v1.0.0-rc.2...HEAD
[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v1.0.0-rc.3...HEAD
[1.0.0-rc.3]: https://github.com/LiteLDev/LeviLamina/compare/v1.0.0-rc.2...v1.0.0-rc.3
[1.0.0-rc.2]: https://github.com/LiteLDev/LeviLamina/compare/v1.0.0-rc.1...v1.0.0-rc.2
[1.0.0-rc.1]: https://github.com/LiteLDev/LeviLamina/compare/v0.13.5...v1.0.0-rc.1
[0.13.5]: https://github.com/LiteLDev/LeviLamina/compare/v0.13.4...v0.13.5
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": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"info": {
"name": "LeviLamina",
"description": "A lightweight, modular and versatile mod loader for Minecraft Bedrock Edition.",
"author": "levimc",
"tags": []
},
"asset_url": "https://github.com/LiteLDev/LeviLamina/releases/download/v1.0.0-rc.2/levilamina-release-windows-x64.zip",
"asset_url": "https://github.com/LiteLDev/LeviLamina/releases/download/v1.0.0-rc.3/levilamina-release-windows-x64.zip",
"dependencies": {
"github.com/LiteLDev/bds": "1.21.50",
"github.com/LiteLDev/CrashLogger": "1.1.x",
Expand Down

0 comments on commit 8a74529

Please sign in to comment.