Skip to content

Commit 7fbc06b

Browse files
committed
0.37.4 released
1 parent 47a288c commit 7fbc06b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

5+
## `0.37.4` 2020/4/17
6+
- 修复 #220: 无法正常解析邀请机器人进群的富文本消息
7+
- 修复 #236: 删除无用的 getter 方法生成
8+
- 修复上传长消息时报错错误的问题
9+
510
## `0.37.3` 2020/4/15
611
新增:
712

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.3"
12+
const val version = "0.37.4"
1313
}
1414

1515
object Kotlin {

0 commit comments

Comments
 (0)