Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
feat(kotlin, cpp): v2.11.0-M1
Browse files Browse the repository at this point in the history
Former-commit-id: 3d19d17
  • Loading branch information
Nambers committed Mar 27, 2022
1 parent 9cd729e commit 5000a88
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Change Log
## v2.11.0-M1
+ 内部结构优化
+ 修复一些错误码错误
+ 修复异常不能被捕获
+ 支持更改群成员群名片
+ 修复 plugin 读取插件路径的问题
+ 修复getMember不传入botid的问题

## v2.10.0

+ 支持 `MusicShare`
Expand Down
2 changes: 1 addition & 1 deletion cpp/include/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "Config.h"

namespace MiraiCP {
const std::string MiraiCPVersion = "v2.10.0";
const std::string MiraiCPVersion = "v2.11.0-M1";
/*!
* @brief 定时任务, 在一定时间后广播**一次**TimeOutEvent
* @param time 在多少毫秒后执行
Expand Down
2 changes: 1 addition & 1 deletion kotlin/buildSrc/src/main/kotlin/Version.kt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object Version {
const val `kotlinx-coroutines-core` = "1.6.0"

const val mirai = "2.11.0-M1"
const val miraiCP = "2.10.0"
const val miraiCP = "2.11.0-M1"

const val shadowJar = "7.1.1"
const val mavenCenterPublish = "1.0.0-dev-1"
Expand Down

0 comments on commit 5000a88

Please sign in to comment.