Skip to content

Commit

Permalink
release: v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Jun 9, 2024
1 parent 2604822 commit e297699
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 114 deletions.
53 changes: 0 additions & 53 deletions .changelog/v0.0.1.md

This file was deleted.

52 changes: 0 additions & 52 deletions .changelog/v0.0.2.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changelog/v0.0.4.md

This file was deleted.

5 changes: 4 additions & 1 deletion .changelog/v0.0.3.md → .changelog/v0.1.0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
> 对应核心版本: [**v4.0.0-RC2**](https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.0-RC2)
> 对应核心版本: [**v4.0.0-RC3**](https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.0-RC3)

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

也欢迎您为我们献上一颗 `star`,这是对我们最大的鼓励与认可!

> [!note]
> 目前组件事件类型已经基本全部定义、封装完毕。
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/P.kt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ object P {
override val homepage: String get() = HOMEPAGE


private val baseVersion = v(0, 0, 4)
private val baseVersion = v(0, 1, 0)

val snapshotVersion = baseVersion - Version.SNAPSHOT
override val version = if (isSnapshot()) snapshotVersion else baseVersion
Expand Down

0 comments on commit e297699

Please sign in to comment.