This commit is contained in:
Him188 2020-03-22 22:43:26 +08:00
parent a30fafa8f1
commit 4850666028
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@
开发版本. 频繁更新, 不保证高稳定性
## `0.29.1` 2020/3/22
- 确保二进制兼容, #155
- 修复 Android 上 ECDH init 失败问题, #154
## `0.29.0` 2020/3/22
- 引入新消息监听 DSL: `whileSelectMessages`, 简化连续监听过程
```kotlin

View File

@ -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