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.1.1] - 2025-10-12
11+
12+ ### Fixed
13+
14+ - Fixed the Chinese path and incorrect output of AddonLoader [ #1 ] @zimuya4153
15+
1016## [ 0.1.0] - 2025-10-04
1117
1218### Added
@@ -17,5 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1723
1824- Refactor the worldgen api @killcerr
1925
20- [ Unreleased ] : http://github.com/GroupMountain/ModAPI-Release/compare/v0.1.0...HEAD
26+ [ #1 ] : http://github.com/GroupMountain/ModAPI-Release/issues/1
27+
28+ [ Unreleased ] : http://github.com/GroupMountain/ModAPI-Release/compare/v0.1.1...HEAD
29+ [ 0.1.1 ] : http://github.com/GroupMountain/ModAPI-Release/compare/v0.1.0...v0.1.1
2130[ 0.1.0 ] : http://github.com/GroupMountain/ModAPI-Release/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 55 "name" : " ModAPI" ,
66 "passive" : true ,
77 "type" : " native" ,
8- "version" : " 0.1.0+1b45a83 "
8+ "version" : " 0.1.1+b6adb37 "
99}
Original file line number Diff line number Diff line change 33// clang-format off
44#define MODAPI_VERSION_MAJOR 0
55#define MODAPI_VERSION_MINOR 1
6- #define MODAPI_VERSION_PATCH 0
6+ #define MODAPI_VERSION_PATCH 1
77/* #undef MODAPI_VERSION_PRERELEASE */
8- #define MODAPI_VERSION_COMMIT_SHA 1b45a83
8+ #define MODAPI_VERSION_COMMIT_SHA b6adb37
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.1.0 " ,
5+ "version" : " 0.1.1 " ,
66 "info" : {
77 "name" : " ModAPI" ,
88 "description" : " Group Mountain Mod Api" ,
You can’t perform that action at this time.
0 commit comments