mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-27 17:00:14 +08:00
0.29.1
This commit is contained in:
parent
a30fafa8f1
commit
4850666028
@ -2,6 +2,10 @@
|
||||
|
||||
开发版本. 频繁更新, 不保证高稳定性
|
||||
|
||||
## `0.29.1` 2020/3/22
|
||||
- 确保二进制兼容, #155
|
||||
- 修复 Android 上 ECDH init 失败问题, #154
|
||||
|
||||
## `0.29.0` 2020/3/22
|
||||
- 引入新消息监听 DSL: `whileSelectMessages`, 简化连续监听过程
|
||||
```kotlin
|
||||
|
@ -1,7 +1,7 @@
|
||||
# style guide
|
||||
kotlin.code.style=official
|
||||
# config
|
||||
miraiVersion=0.29.0
|
||||
miraiVersion=0.29.1
|
||||
kotlin.incremental.multiplatform=true
|
||||
kotlin.parallel.tasks.in.project=true
|
||||
# kotlin
|
||||
|
Loading…
Reference in New Issue
Block a user