Skip to content

Commit

Permalink
release: v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Jun 19, 2024
1 parent 6bd09ee commit c465ba2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .changelog/v0.6.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
> 对应核心版本: [**v4.0.0**](https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.0)

我们欢迎并期望着您的的[反馈](https://github.com/simple-robot/simbot-component-onebot/issues)[协助](https://github.com/simple-robot/simbot-component-onebot/pulls)
感谢您的贡献与支持!

也欢迎您为我们献上一颗 `star`,这是对我们最大的鼓励与认可!
2 changes: 1 addition & 1 deletion Writerside/v.list
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<var name="jb" value="阻塞"/>
<var name="ja" value="异步"/>
<var name="jr" value="响应式"/>
<var name="version" value="0.5.0"/>
<var name="version" value="0.6.0"/>
<var name="d-group" value="love.forte.simbot.component"/>
<var name="d-ob11-id" value="simbot-component-onebot-v11"/>
<var name="minimum-core-version" value="4.0.0"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,6 @@ public inline fun Application.oneBot11BotsIfSupport(block: OneBotBotManager.() -
contract {
callsInPlace(block, InvocationKind.AT_MOST_ONCE)
}

botManagers.firstOneBotBotManagerOrNull()?.block()
}

0 comments on commit c465ba2

Please sign in to comment.