Skip to content

Commit e297699

Browse files
committed
release: v0.1.0
1 parent 2604822 commit e297699

File tree

5 files changed

+5
-114
lines changed

5 files changed

+5
-114
lines changed

.changelog/v0.0.1.md

Lines changed: 0 additions & 53 deletions
This file was deleted.

.changelog/v0.0.2.md

Lines changed: 0 additions & 52 deletions
This file was deleted.

.changelog/v0.0.4.md

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
> 对应核心版本: [**v4.0.0-RC2**](https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.0-RC2)
1+
> 对应核心版本: [**v4.0.0-RC3**](https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.0-RC3)
22
33

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

77
也欢迎您为我们献上一颗 `star`,这是对我们最大的鼓励与认可!
8+
9+
> [!note]
10+
> 目前组件事件类型已经基本全部定义、封装完毕。

buildSrc/src/main/kotlin/P.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ object P {
4141
override val homepage: String get() = HOMEPAGE
4242

4343

44-
private val baseVersion = v(0, 0, 4)
44+
private val baseVersion = v(0, 1, 0)
4545

4646
val snapshotVersion = baseVersion - Version.SNAPSHOT
4747
override val version = if (isSnapshot()) snapshotVersion else baseVersion

0 commit comments

Comments
 (0)