Skip to content

Commit 0f77c57

Browse files
committed
release: v4.0.2
1 parent e61ca36 commit 0f77c57

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.changelog/v4.0.2.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
> [!note]
2+
> 对应核心版本: [**v4.6.0**](https://github.com/simple-robot/simpler-robot/releases/tag/v4.6.0)
3+
4+
我们欢迎并期望着您的 [反馈](https://github.com/simple-robot/simbot-component-kook/issues)[协助](https://github.com/simple-robot/simbot-component-kook/pulls),感谢您的贡献与支持!

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v4.0.2
2+
3+
> Release & Pull Notes: [v4.0.2](https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.2)
4+
5+
- fix(core): 修复事件中接收的 MessageContent 中, `referenceMessage` 的行为与 `reference` 不一致,会错误地获取自身消息详情而非引用消息详情的问题 ([`517e442`](https://github.com/simple-robot/simpler-robot/commit/517e442))
6+
17
# v4.0.1
28

39
> Release & Pull Notes: [v4.0.1](https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.1)

buildSrc/src/main/kotlin/P.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ object P : ProjectDetail() {
3232
override val homepage: String
3333
get() = HOMEPAGE
3434

35-
const val VERSION = "4.0.1"
36-
const val NEXT_VERSION = "4.0.2"
35+
const val VERSION = "4.0.2"
36+
const val NEXT_VERSION = "4.0.3"
3737

3838
override val snapshotVersion = "$NEXT_VERSION-SNAPSHOT"
3939
override val version = if (isSnapshot()) snapshotVersion else VERSION

0 commit comments

Comments
 (0)