Skip to content

Commit

Permalink
Bumps into v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gehongyan committed Apr 5, 2023
1 parent dae25f3 commit 68e6a01
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

---

## v0.4.1 [2023-04-05]

### Fixed

- Fixed an issue where the corresponding permission overwrites of `SocketGuildChannel.UserPermissionOverwrites` and
`SocketGuildChannel.RolePermissionOverwrites` were not removed when a user left the guild or a role was deleted.

## v0.4.0 [2023-04-03]

### Update Path
Expand Down
7 changes: 7 additions & 0 deletions docs/changelog/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ title: 变更日志

# 变更日志

## v0.4.1 [2023-04-05]

### 修复

- 修复用户离开服务器或角色被删除时,`SocketGuildChannel.UserPermissionOverwrites`
`SocketGuildChannel.RolePermissionOverwrites` 属性未移除对应的权限覆盖项的问题

## v0.4.0 [2023-04-03]

### 更新路线
Expand Down
2 changes: 1 addition & 1 deletion src/Kook.Net.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<VersionPrefix>0.4.0</VersionPrefix>
<VersionPrefix>0.4.1</VersionPrefix>
<!-- <VersionSuffix>rc</VersionSuffix>-->
<LangVersion>latest</LangVersion>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down

0 comments on commit 68e6a01

Please sign in to comment.