Browse Source

Release v1.9.6

Karlatemp 5 years ago
parent
commit
9d3b5930c4

+ 12 - 0
CHANGELOG.md

@@ -1,5 +1,17 @@
 # 更新日志
 
+## \[1.9.6\] - 2021-01-12
+
+### 变更
+
+* 更新 `core` 依赖到 `2.0-RC-dev-8`
+* 更新 `console` 依赖到 `2.0-RC-dev-1`
+
+> 本版本为实验性,请酌情考虑更新
+> 仅进行版本适配,新功能请等待 `core 2.0` 的发布及本插件 `2.0` 的发布
+
+
+
 ## \[1.9.5\] - 2020-12-30
 
 ### 修复

+ 1 - 1
gradle.properties

@@ -1,5 +1,5 @@
 # build
-httpVersion=v1.9.5
+httpVersion=v1.9.6
 # style guide
 kotlin.code.style=official
 # config

+ 1 - 1
mirai-api-http/src/main/kotlin/net/mamoe/mirai/api/http/HttpApiPluginBase.kt

@@ -19,7 +19,7 @@ import java.io.File
 internal typealias CommandSubscriber = suspend (String, Long, Long, List<String>) -> Unit
 
 object HttpApiPluginBase : KotlinPlugin(
-    JvmPluginDescription(id = "net.mamoe.mirai-api-http", version = "1.9.5") {
+    JvmPluginDescription(id = "net.mamoe.mirai-api-http", version = "1.9.6") {
         author("ryoii")
         info("Mirai HTTP API Server Plugin")
     }