Skip to content

Commit 2bdbfa3

Browse files
committed
chore: update CHANGELOG.md
1 parent 37b84af commit 2bdbfa3

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.12.2] - 2025-12-03
11+
12+
### Fixed
13+
14+
- Fixed crash of tests [#21]
15+
1016
## [0.12.1] - 2025-12-01
1117

1218
### Changed
@@ -144,7 +150,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
144150

145151
- Release the first version
146152

147-
[Unreleased]: https://github.com/LiteLDev/MoreDimensions/compare/v0.12.1...HEAD
153+
[#21]: https://github.com/LiteLDev/MoreDimensions/issues/21
154+
155+
[Unreleased]: https://github.com/LiteLDev/MoreDimensions/compare/v0.12.2...HEAD
156+
[0.12.2]: https://github.com/LiteLDev/MoreDimensions/compare/v0.12.1...v0.12.2
148157
[0.12.1]: https://github.com/LiteLDev/MoreDimensions/compare/v0.12.0...v0.12.1
149158
[0.12.0]: https://github.com/LiteLDev/MoreDimensions/compare/v0.11.2...v0.12.0
150159
[0.11.2]: https://github.com/LiteLDev/MoreDimensions/compare/v0.11.1...v0.11.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/MoreDimensions",
5-
"version": "0.12.1",
5+
"version": "0.12.2",
66
"info": {
77
"name": "MoreDimensions",
88
"description": "More than three dimensions on BDS!",

xmake.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release")
33
add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git")
44

55
if is_config("target_type", "server") then
6-
add_requires("levilamina 1.7.6", {configs = {target_type = "server"}})
6+
add_requires("levilamina 1.7.7", {configs = {target_type = "server"}})
77
else
8-
add_requires("levilamina 1.7.6", {configs = {target_type = "client"}})
8+
add_requires("levilamina 1.7.7", {configs = {target_type = "client"}})
99
end
1010

1111
add_requires("levibuildscript")

0 commit comments

Comments
 (0)