Skip to content

Commit 5280f0d

Browse files
committed
Release 2.9.1
1 parent 1e32f14 commit 5280f0d

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,5 @@ jobs:
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

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kotlin.incremental.multiplatform=true
55
org.gradle.parallel=true
66

77
# build
8-
httpVersion=2.9.0
8+
httpVersion=2.9.1
99

1010
# kotlin
1111
kotlinVersion=1.7.10
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id: net.mamoe.mirai-api-http
22
name: mirai-api-http
33
main: net.mamoe.mirai.api.http.HttpApiPluginBase
4-
version: 2.9.0
4+
version: 2.9.1
55
author: ryoii
66
info: Mirai HTTP API Server Plugin

0 commit comments

Comments
 (0)