File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
mirai-api-http/src/main/resources Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 9898 title : ' update: mirai-api-http ${{ steps.tag.outputs.tag }}'
9999 branch : create-pull-request/mah-update-version
100100 delete-branch : true
101+ path : ./mirai-repo-mirror
101102 base : master
Original file line number Diff line number Diff line change 11# 更新日志
22
33
4- ## \[ 2.9.0 \] - 2023-3-2
4+ ## \[ 2.9.1 \] - 2023-3-2
55
66### 修复
77
88+ websocket 异常断开时连接无法释放
9+ + ForwardMessage 的 ` display ` 字段中属性可空 @ProgramRipper
910
1011### 新增
1112
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ kotlin.incremental.multiplatform=true
55org.gradle.parallel =true
66
77# build
8- httpVersion =2.9.0
8+ httpVersion =2.9.1
99
1010# kotlin
1111kotlinVersion =1.7.10
Original file line number Diff line number Diff line change 11id : net.mamoe.mirai-api-http
22name : mirai-api-http
33main : net.mamoe.mirai.api.http.HttpApiPluginBase
4- version : 2.9.0
4+ version : 2.9.1
55author : ryoii
66info : Mirai HTTP API Server Plugin
You can’t perform that action at this time.
0 commit comments