Skip to content

Commit c334321

Browse files
committed
0.26.0
1 parent 3d9b598 commit c334321

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
开发版本. 频繁更新, 不保证高稳定性
44

5+
## `0.26.0` 2020/3/7
6+
- 使用 `kotlinx.io` 而不是 `ktor.io`
7+
- 修复 #111, #108, #116, #112
8+
59
## `0.25.0` 2020/3/6
610
- 适配 8.2.7 版本(2020 年 3 月)协议
711
- 全面的 `Image` 类型: Online/Offline Image, Friend/Group Image

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# style guide
22
kotlin.code.style=official
33
# config
4-
miraiVersion=0.25.0
4+
miraiVersion=0.26.0
55
kotlin.incremental.multiplatform=true
66
kotlin.parallel.tasks.in.project=true
77
# kotlin

0 commit comments

Comments
 (0)