Skip to content

Commit 4b2fc98

Browse files
committed
feat: update version
1 parent e12b094 commit 4b2fc98

5 files changed

Lines changed: 14 additions & 5 deletions

File tree

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.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

bin/dll/ModAPI/ModAPI.dll

2.5 KB
Binary file not shown.

bin/dll/ModAPI/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"name": "ModAPI",
66
"passive": true,
77
"type": "native",
8-
"version": "0.1.0+1b45a83"
8+
"version": "0.1.1+b6adb37"
99
}

bin/sdk/include/modapi/Version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
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

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/GroupMountain/ModAPI-Release",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"info": {
77
"name": "ModAPI",
88
"description": "Group Mountain Mod Api",

0 commit comments

Comments
 (0)