Skip to content

Commit d1fe059

Browse files
committed
chore: update tooth.json and CHANGELOG.md
1 parent e230743 commit d1fe059

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.2.0] - 2025-05-31
11+
12+
### Added
13+
14+
- Completed IAsyncResult @Dofes
15+
- Completed NetworkedItemComponent @Dofes
16+
17+
### Changed
18+
19+
- Removed unnecessary [[nodiscard]] attributes from HashedString assignment operators @xiaoqch
20+
- Removed constructor for ChunkPos @ShrBox
21+
- Removed constructor prevention for FullPlayerInventoryWrapper @RimuruChan
22+
- Update headers @RimuruChan
23+
24+
### Fixed
25+
26+
- Fixed the performance issue in 1.2.0-rc.2
27+
- Corrected type check in ll::Expected::isA method @xiaoqch
28+
- Fixed ll::concepts::TupleLike for zero-size tuple @xiaoqch
29+
- Fixed NetworkItemStackDescriptor align @Dofes
30+
- Improved ActorHurtEvent [#1664] @ShrBox
31+
1032
## [1.2.0-rc.2] - 2025-05-20
1133

1234
### Added
@@ -911,8 +933,10 @@ For lip and tooth-hub test only.
911933
[#1622]: https://github.com/LiteLDev/LeviLamina/issues/1622
912934
[#1631]: https://github.com/LiteLDev/LeviLamina/issues/1631
913935
[#1636]: https://github.com/LiteLDev/LeviLamina/issues/1636
936+
[#1664]: https://github.com/LiteLDev/LeviLamina/issues/1664
914937

915-
[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v1.2.0-rc.2...HEAD
938+
[Unreleased]: https://github.com/LiteLDev/LeviLamina/compare/v1.2.0...HEAD
939+
[1.2.0]: https://github.com/LiteLDev/LeviLamina/compare/v1.2.0-rc.2...v1.2.0
916940
[1.2.0-rc.2]: https://github.com/LiteLDev/LeviLamina/compare/v1.2.0-rc.1...v1.2.0-rc.2
917941
[1.2.0-rc.1]: https://github.com/LiteLDev/LeviLamina/compare/v1.1.2...v1.2.0-rc.1
918942
[1.1.2]: https://github.com/LiteLDev/LeviLamina/compare/v1.1.1...v1.1.2

tooth.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"format_version": 3,
33
"format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d",
44
"tooth": "github.com/LiteLDev/LeviLamina",
5-
"version": "1.2.0-rc.2",
5+
"version": "1.2.0",
66
"info": {
77
"name": "LeviLamina",
88
"description": "A lightweight, modular and versatile mod loader for Minecraft Bedrock Edition.",

0 commit comments

Comments
 (0)