File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change
1
+ | 依赖 | 版本 |
2
+ | ---: | :--- |
3
+ | Kotlin | ** v2.1.20** |
4
+ | simbot核心库 | [ ** v4.12.0** ] ( https://github.com/simple-robot/simpler-robot/releases/tag/v4.12.0 ) |
5
+
6
+ 我们欢迎并期望着您的 [ 反馈] ( https://github.com/simple-robot/simbot-component-kook/issues ) 或 [ 协助] ( https://github.com/simple-robot/simbot-component-kook/pulls ) ,感谢您的贡献与支持!
Original file line number Diff line number Diff line change
1
+ # v4.1.1
2
+
3
+ > Release & Pull Notes: [ v4.1.1] ( https://github.com/simple-robot/simpler-robot/releases/tag/v4.1.1 )
4
+
5
+ - fix(api): Fix api path of CreateInviteApi ([ ` 796261a ` ] ( https://github.com/simple-robot/simpler-robot/commit/796261a ) )
6
+
1
7
# v4.1.0
2
8
3
9
> Release & Pull Notes: [ v4.1.0] ( https://github.com/simple-robot/simpler-robot/releases/tag/v4.1.0 )
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ object P : ProjectDetail() {
33
33
get() = HOMEPAGE
34
34
35
35
const val VERSION = " 4.1.1"
36
- const val NEXT_VERSION = " 4.1.1 "
36
+ const val NEXT_VERSION = " 4.1.2 "
37
37
38
38
override val snapshotVersion = " $NEXT_VERSION -SNAPSHOT"
39
39
override val version = if (isSnapshot()) snapshotVersion else VERSION
Original file line number Diff line number Diff line change 21
21
import changelog.generateChangelog
22
22
23
23
24
- tasks.create (" createChangelog" ) {
24
+ tasks.register (" createChangelog" ) {
25
25
group = " documentation"
26
26
doFirst {
27
27
generateChangelog(" v${P .version} " )
You can’t perform that action at this time.
0 commit comments