Skip to content

Commit 141de3f

Browse files
committed
2.5.1
1 parent c2fef6b commit 141de3f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717

1818
allprojects {
1919
group 'com.github.only52607.lua-mirai'
20-
version '2.5.0'
20+
version '2.5.1'
2121
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
2222
kotlinOptions {
2323
freeCompilerArgs = ['-Xjvm-default=enable', '-Xopt-in=kotlin.RequiresOptIn', '-Xcontext-receivers']

changelog.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
## [2.5.1] - 2022-05-22
6+
7+
### 新增
8+
9+
- 新增插件命令`source info`用于启动脚本前查看脚本源信息
10+
511
## [2.5.0] - 2022-05-21
612

713
### 新增
@@ -32,7 +38,9 @@
3238
- 重构mirai-console插件命令格式
3339
- 构建产物jar包分离
3440

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
3644

3745
[2.5.0]: https://github.com/only52607/lua-mirai/compare/2.4.0...2.5.0
3846

0 commit comments

Comments
 (0)