File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ # v4.0.1
2
+
3
+ > Release & Pull Notes: [ v4.0.1] ( https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.1 )
4
+
5
+ - fix(api): 为 CardMessage 相关的部分类型的部分属性添加默认值,以及修正部分缺陷 ([ ` a3745a7 ` ] ( https://github.com/simple-robot/simpler-robot/commit/a3745a7 ) )
6
+
1
7
# v4.0.0
2
8
3
9
> Release & Pull Notes: [ v4.0.0] ( https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.0 )
15
21
- build(deps): Update Kotlin to 2.0.10, simbot to 4.6.0 ([ ` f81d7e7 ` ] ( https://github.com/simple-robot/simpler-robot/commit/f81d7e7 ) )
16
22
- build(deps): bump ksp from 2.0.0-1.0.24 to 2.0.10-1.0.24 ([ ` 11bfb0c ` ] ( https://github.com/simple-robot/simpler-robot/commit/11bfb0c ) )
17
23
18
- # v4.0.0-beta6
19
24
20
25
> Release & Pull Notes: [ v4.0.0-beta6] ( https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.0-beta6 )
21
26
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ object P : ProjectDetail() {
32
32
override val homepage: String
33
33
get() = HOMEPAGE
34
34
35
- const val VERSION = " 4.0.0 "
36
- const val NEXT_VERSION = " 4.0.1 "
35
+ const val VERSION = " 4.0.1 "
36
+ const val NEXT_VERSION = " 4.0.2 "
37
37
38
38
override val snapshotVersion = " $NEXT_VERSION -SNAPSHOT"
39
39
override val version = if (isSnapshot()) snapshotVersion else VERSION
You can’t perform that action at this time.
0 commit comments