File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.3.0] - 2025-11-07
11+
12+ ### Changed
13+
14+ - Adapted LeviLamina 1.7.x and BDS 1.21.120 @zimuya4153
15+
1016## [ 0.2.1] - 2025-10-23
1117
1218### Fixed
@@ -37,7 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3743
3844[ #1 ] : http://github.com/GroupMountain/ModAPI-Release/issues/1
3945
40- [ Unreleased ] : http://github.com/GroupMountain/ModAPI-Release/compare/v0.2.1...HEAD
46+ [ Unreleased ] : http://github.com/GroupMountain/ModAPI-Release/compare/v0.3.0...HEAD
47+ [ 0.3.0 ] : http://github.com/GroupMountain/ModAPI-Release/compare/v0.2.1...v0.3.0
4148[ 0.2.1 ] : http://github.com/GroupMountain/ModAPI-Release/compare/v0.2.0...v0.2.1
4249[ 0.2.0 ] : http://github.com/GroupMountain/ModAPI-Release/compare/v0.1.1...v0.2.0
4350[ 0.1.1 ] : http://github.com/GroupMountain/ModAPI-Release/compare/v0.1.0...v0.1.1
Original file line number Diff line number Diff line change 55 "name" : " ModAPI" ,
66 "passive" : true ,
77 "type" : " native" ,
8- "version" : " 0.2.1+405465a "
8+ "version" : " 0.3.0+ee405bd "
99}
Original file line number Diff line number Diff line change 22
33// clang-format off
44#define MODAPI_VERSION_MAJOR 0
5- #define MODAPI_VERSION_MINOR 2
6- #define MODAPI_VERSION_PATCH 1
5+ #define MODAPI_VERSION_MINOR 3
6+ #define MODAPI_VERSION_PATCH 0
77/* #undef MODAPI_VERSION_PRERELEASE */
8- #define MODAPI_VERSION_COMMIT_SHA 405465a
8+ #define MODAPI_VERSION_COMMIT_SHA ee405bd
99// clang-format on
1010
1111#define MODAPI_VERSION_TO_STRING_INNER (ver ) #ver
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/GroupMountain/ModAPI-Release" ,
5- "version" : " 0.2.1 " ,
5+ "version" : " 0.3.0 " ,
66 "info" : {
77 "name" : " ModAPI" ,
88 "description" : " Group Mountain Mod Api" ,
1818 {
1919 "platform" : " win-x64" ,
2020 "dependencies" : {
21- "github.com/LiteLDev/LeviLamina" : " >=1.6 .0"
21+ "github.com/LiteLDev/LeviLamina" : " >=1.7 .0"
2222 },
2323 "assets" : [
2424 {
You can’t perform that action at this time.
0 commit comments