From a843f1308b9c7fc9e891f4c59aaba5785dce37a6 Mon Sep 17 00:00:00 2001 From: ForteScarlet Date: Sat, 27 Jan 2024 16:45:58 +0800 Subject: [PATCH] release: v4.0.0-dev16 --- .changelog/v4.0.0-dev16.md | 0 CHANGELOG.md | 10 ++++++++++ buildSrc/src/main/kotlin/P.kt | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .changelog/v4.0.0-dev16.md diff --git a/.changelog/v4.0.0-dev16.md b/.changelog/v4.0.0-dev16.md new file mode 100644 index 000000000..e69de29bb diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e85630f3..344e472bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# v4.0.0-dev16 +> [!warning] +> 这是一个尚在开发中的**预览版**,它可能不稳定,可能会频繁变更,且没有可用性保证。 + + +> Release & Pull Notes: [v4.0.0-dev16](https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.0-dev16) + +- build: 暂时关闭 K2 编译,等待 Kt2.0正式版 ([`b1731939`](https://github.com/simple-robot/simpler-robot/commit/b1731939)) +- fix: BotManagerFactory 没有实现 PluginFactory 的问题 ([`e4699a30`](https://github.com/simple-robot/simpler-robot/commit/e4699a30)) + # v4.0.0-dev15 > [!warning] > 这是一个尚在开发中的**预览版**,它可能不稳定,可能会频繁变更,且没有可用性保证。 diff --git a/buildSrc/src/main/kotlin/P.kt b/buildSrc/src/main/kotlin/P.kt index cf032fac7..6874ce73f 100644 --- a/buildSrc/src/main/kotlin/P.kt +++ b/buildSrc/src/main/kotlin/P.kt @@ -81,7 +81,7 @@ sealed class P(override val group: String) : ProjectDetail() { val versionWithoutSnapshot: Version init { - val mainVersion = version(4, 0, 0) - version("dev15") + val mainVersion = version(4, 0, 0) - version("dev16") fun initVersionWithoutSnapshot(status: Version?): Version = if (status == null) { mainVersion