File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ plugins {
17
17
18
18
allprojects {
19
19
group ' com.github.only52607.lua-mirai'
20
- version ' 2.5.0 '
20
+ version ' 2.5.1 '
21
21
tasks. withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile ). all {
22
22
kotlinOptions {
23
23
freeCompilerArgs = [' -Xjvm-default=enable' , ' -Xopt-in=kotlin.RequiresOptIn' , ' -Xcontext-receivers' ]
Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 2.5.1] - 2022-05-22
6
+
7
+ ### 新增
8
+
9
+ - 新增插件命令` source info ` 用于启动脚本前查看脚本源信息
10
+
5
11
## [ 2.5.0] - 2022-05-21
6
12
7
13
### 新增
32
38
- 重构mirai-console插件命令格式
33
39
- 构建产物jar包分离
34
40
35
- [ Unreleased ] : https://github.com/only52607/lua-mirai/compare/2.5.0...HEAD
41
+ [ Unreleased ] : https://github.com/only52607/lua-mirai/compare/2.5.1...HEAD
42
+
43
+ [ 2.5.1 ] : https://github.com/only52607/lua-mirai/compare/2.5.0...2.5.1
36
44
37
45
[ 2.5.0 ] : https://github.com/only52607/lua-mirai/compare/2.4.0...2.5.0
38
46
You can’t perform that action at this time.
0 commit comments