Skip to content

Commit

Permalink
2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
only52607 committed May 22, 2022
1 parent c2fef6b commit 141de3f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins {

allprojects {
group 'com.github.only52607.lua-mirai'
version '2.5.0'
version '2.5.1'
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
kotlinOptions {
freeCompilerArgs = ['-Xjvm-default=enable', '-Xopt-in=kotlin.RequiresOptIn', '-Xcontext-receivers']
Expand Down
10 changes: 9 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [2.5.1] - 2022-05-22

### 新增

- 新增插件命令`source info`用于启动脚本前查看脚本源信息

## [2.5.0] - 2022-05-21

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

[Unreleased]: https://github.com/only52607/lua-mirai/compare/2.5.0...HEAD
[Unreleased]: https://github.com/only52607/lua-mirai/compare/2.5.1...HEAD

[2.5.1]: https://github.com/only52607/lua-mirai/compare/2.5.0...2.5.1

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

Expand Down

0 comments on commit 141de3f

Please sign in to comment.