Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yyuueexxiinngg committed Nov 23, 2020
1 parent dd8cee9 commit 4d1e351
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## `0.3.2` *2020/11/23*
##### **修复因合并`embedded`分支而在`0.3.1`中引入的`Array`格式消息上报序列化格式错误**

此错误导致`Array`格式上报的使用者无法正常解析收取到的消息, **`String`格式上报的使用者不受影响**

## `0.3.1` *2020/11/22*
- 优化事件处理机制 #109
- 更新依赖`mirai-console``1.0.0`, [更新日志](https://github.com/mamoe/mirai-console/releases/tag/1.0.0), **现在聊天中`/help`命令不会与`console`内建命令冲突了** #110
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import java.io.File
import java.util.concurrent.TimeUnit

object Versions {
const val projectVersion = "0.3.1"
const val projectVersion = "0.3.2"

const val miraiCoreVersion = "1.3.3"
const val miraiConsoleVersion = "1.0.0"
Expand Down

0 comments on commit 4d1e351

Please sign in to comment.