ryoii пре 3 година
родитељ
комит
5280f0dc8b
4 измењених фајлова са 5 додато и 3 уклоњено
  1. 1 0
      .github/workflows/publish.yml
  2. 2 1
      CHANGELOG.md
  3. 1 1
      gradle.properties
  4. 1 1
      mirai-api-http/src/main/resources/plugin.yml

+ 1 - 0
.github/workflows/publish.yml

@@ -98,4 +98,5 @@ jobs:
           title: 'update: mirai-api-http ${{ steps.tag.outputs.tag }}'
           branch: create-pull-request/mah-update-version
           delete-branch: true
+          path: ./mirai-repo-mirror
           base: master

+ 2 - 1
CHANGELOG.md

@@ -1,11 +1,12 @@
 # 更新日志
 
 
-## \[2.9.0\] - 2023-3-2
+## \[2.9.1\] - 2023-3-2
 
 ### 修复
 
 + websocket 异常断开时连接无法释放
++ ForwardMessage 的 `display` 字段中属性可空 @ProgramRipper
 
 ### 新增
 

+ 1 - 1
gradle.properties

@@ -5,7 +5,7 @@ kotlin.incremental.multiplatform=true
 org.gradle.parallel=true
 
 # build
-httpVersion=2.9.0
+httpVersion=2.9.1
 
 # kotlin
 kotlinVersion=1.7.10

+ 1 - 1
mirai-api-http/src/main/resources/plugin.yml

@@ -1,6 +1,6 @@
 id: net.mamoe.mirai-api-http
 name: mirai-api-http
 main: net.mamoe.mirai.api.http.HttpApiPluginBase
-version: 2.9.0
+version: 2.9.1
 author: ryoii
 info: Mirai HTTP API Server Plugin