Skip to content

Commit f39d56b

Browse files
committed
Bumps versin into v0.9.9
1 parent b6c8c93 commit f39d56b

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
---
44

5+
## v0.9.9 [2025-06-01]
6+
7+
### Fixed
8+
9+
- Fixed an issue where enum parameters are not correctly registered in the text command framework.
10+
511
## v0.9.8 [2025-05-20]
612

713
### Added

Kook.Net.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<ImplicitUsings>enable</ImplicitUsings>
44
<Nullable>enable</Nullable>
5-
<VersionPrefix>0.9.8</VersionPrefix>
5+
<VersionPrefix>0.9.9</VersionPrefix>
66
<!-- <VersionSuffix>beta5</VersionSuffix>-->
77
<IsPackable>false</IsPackable>
88
<IsTrimmable>false</IsTrimmable>

docs/changelog/changelog.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,28 @@ title: 变更日志
55

66
# 变更日志
77

8+
## v0.9.9 [2025-06-01]
9+
10+
### 修复
11+
12+
- 修复导致文本命令框架无法正确注册枚举类型参数的问题。
13+
814
## v0.9.8 [2025-05-20]
915

1016
### 新增
1117

12-
- 新增 `BaseSocketClient.UnknownDispatchReceived`,用于处理未知的事件类型
13-
- 新增 `KookSocketConfig.SuppressUnknownDispatchWarnings` 用于绕过未知事件类型的警告
18+
- 新增 `BaseSocketClient.UnknownDispatchReceived`,用于处理未知的事件类型
19+
- 新增 `KookSocketConfig.SuppressUnknownDispatchWarnings` 用于绕过未知事件类型的警告
1420

1521
### 修复
1622

17-
- 修复 `IIntimacyRelation` 上的 `RelationType``CreatedAt` 可能为空导致无法获取亲密关系信息的问题,相关属性已变更为可空属性
18-
- 修复 `SocketMessage.Update` 可能会异常阻塞异步线程的问题
23+
- 修复 `IIntimacyRelation` 上的 `RelationType``CreatedAt` 可能为空导致无法获取亲密关系信息的问题,相关属性已变更为可空属性
24+
- 修复 `SocketMessage.Update` 可能会异常阻塞异步线程的问题
1925

2026
### 其他
2127

22-
- 更新相关依赖库版本
23-
- 迁移测试框架至 xunit.v3
28+
- 更新相关依赖库版本
29+
- 迁移测试框架至 xunit.v3
2430

2531
## v0.9.7 [2025-03-09]
2632

0 commit comments

Comments
 (0)