File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed
Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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!" ,
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release")
33add_repositories (" liteldev-repo https://github.com/LiteLDev/xmake-repo.git" )
44
55if 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" }})
77else
8- add_requires (" levilamina 1.7.6 " , {configs = {target_type = " client" }})
8+ add_requires (" levilamina 1.7.7 " , {configs = {target_type = " client" }})
99end
1010
1111add_requires (" levibuildscript" )
You can’t perform that action at this time.
0 commit comments