0.10.1 released

This commit is contained in:
Him188 2019-12-30 22:38:20 +08:00
parent db2bcb4e02
commit 8882408930
2 changed files with 9 additions and 8 deletions

View File

@ -2,14 +2,15 @@
开发版本. 频繁更新, 不保证高稳定性
## `0.10.1` 还未发布
**Bot 构造**
`Bot` 构造时修改 `BotConfiguration` 而不是登录时.
移除 `CoroutineScope.Bot`
移除 `suspend Bot(...)`
添加 `Bot(..., BotConfiguration.() -> Unit)`
## `0.10.1` *2019/12/30*
**Bot 构造**
`Bot` 构造时修改 `BotConfiguration` 而不是登录时.
移除 `CoroutineScope.Bot`
移除 `suspend Bot(...)`
添加 `Bot(..., BotConfiguration.() -> Unit)`
添加 `Bot(..., BotConfiguration = BotConfiguration.Default)`
**其他**
**其他**
移动部分文件, 模块化
## `0.10.0` *2019/12/23*

View File

@ -1,7 +1,7 @@
# style guide
kotlin.code.style=official
# config
mirai_version=0.10.0
mirai_version=0.10.1
kotlin.incremental.multiplatform=true
kotlin.parallel.tasks.in.project=true
# kotlin