Skip to content

Commit 871c014

Browse files
committed
release: v4.0.0-beta6
1 parent d653544 commit 871c014

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

.changelog/v4.0.0-beta6.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
> 对应核心版本: [**v4.1.0**](https://github.com/simple-robot/simpler-robot/releases/tag/v4.1.0)
2+
3+
4+
我们欢迎并期望着您的的[反馈](https://github.com/simple-robot/simbot-component-qq-guild/issues)[协助](https://github.com/simple-robot/simbot-component-qq-guild/pulls)
5+
感谢您的贡献与支持!
6+
7+
也欢迎您为我们献上一颗 `star`,这是对我们最大的鼓励与认可!
8+
9+
> [!warning]
10+
> 此版本增加、修改了不少东西,可能会产生不兼容或者任何未知问题,
11+
> 十分欢迎积极地[反馈](https://github.com/simple-robot/simbot-component-qq-guild/issues)[协助](https://github.com/simple-robot/simbot-component-qq-guild/pulls)
12+
> 非常感谢~

buildSrc/src/main/kotlin/P.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ object P {
5757

5858

5959
const val VERSION = "4.0.0-beta6"
60-
const val NEXT_VERSION = "4.0.0-beta6"
60+
const val NEXT_VERSION = "4.0.0-beta7"
6161

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

simbot-component-qq-guild-api/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,5 @@ guildList.forEach { guild ->
140140
- [x] 帖子 API
141141
- [x] API接口权限 API
142142
- [x] WebSocket API
143+
- [x] QQ群聊
144+
- [x] C2C单聊

0 commit comments

Comments
 (0)