Skip to content

Commit 903ad51

Browse files
committed
0.37.2 released
1 parent b0718c5 commit 903ad51

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## `0.37.2` 2020/4/13
6+
- 修复 `OnlineMessageSource.Incoming.target` 类型错误
7+
- 引入实验性 `Identified` 接口作为 `Contact``Bot` 的公共接口
8+
- 加快图片 MD5 计算过程
9+
- 加快图片上传过程
10+
- 其他小优化
11+
512
## `0.37.1` 2020/4/12
613
**`0.37.1` 起 JVM 平台依赖无需带 "-jvm" 模块名**
714
**即原 "mirai-core-jvm" 和 "mirai-core-qqandroid-jvm" 均需去掉 "-jvm", 变为 "mirai-core" 和 "mirai-core-qqandroid"**

buildSrc/src/main/kotlin/Versions.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
object Versions {
1111
object Mirai {
12-
const val version = "0.37.1"
12+
const val version = "0.37.2"
1313
}
1414

1515
object Kotlin {

0 commit comments

Comments
 (0)