Skip to content

Commit

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

---

## v0.2.4 [2023-03-09]

### Added

- Added support for parsing color type `ColorType` and gradient color information `GradientColor` for role `IRole`.
(9414b94fb60dc6b45f14dc524acc75005071e37f)

## v0.2.3 [2023-01-19]

### Added
Expand Down Expand Up @@ -87,4 +94,4 @@ All usages relying on these two properties need to be updated.

## v0.1.0 [2022-11-15]

Initial release.
Initial release.
6 changes: 6 additions & 0 deletions docs/changelog/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ title: 变更日志

# 变更日志

## v0.2.4 [2023-03-09]

### 新增

- 新增支持解析角色 `IRole` 的颜色类型 `ColorType` 及渐变色信息 `GradientColor`

## v0.2.3 [2023-01-19]

### 新增
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.2.3</VersionPrefix>
<VersionPrefix>0.2.4</VersionPrefix>
<!-- <VersionSuffix>rc</VersionSuffix>-->
<LangVersion>latest</LangVersion>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down

0 comments on commit 0f89483

Please sign in to comment.