Skip to content

Commit 4d1e351

Browse files
0.3.2
1 parent dd8cee9 commit 4d1e351

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## `0.3.2` *2020/11/23*
2+
##### **修复因合并`embedded`分支而在`0.3.1`中引入的`Array`格式消息上报序列化格式错误**
3+
4+
此错误导致`Array`格式上报的使用者无法正常解析收取到的消息, **`String`格式上报的使用者不受影响**
5+
16
## `0.3.1` *2020/11/22*
27
- 优化事件处理机制 #109
38
- 更新依赖`mirai-console``1.0.0`, [更新日志](https://github.com/mamoe/mirai-console/releases/tag/1.0.0), **现在聊天中`/help`命令不会与`console`内建命令冲突了** #110

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import java.io.File
22
import java.util.concurrent.TimeUnit
33

44
object Versions {
5-
const val projectVersion = "0.3.1"
5+
const val projectVersion = "0.3.2"
66

77
const val miraiCoreVersion = "1.3.3"
88
const val miraiConsoleVersion = "1.0.0"

0 commit comments

Comments
 (0)