Skip to content

Commit a843f13

Browse files
committed
release: v4.0.0-dev16
1 parent b5b5346 commit a843f13

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.changelog/v4.0.0-dev16.md

Whitespace-only changes.

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# v4.0.0-dev16
2+
> [!warning]
3+
> 这是一个尚在开发中的**预览版**,它可能不稳定,可能会频繁变更,且没有可用性保证。
4+
5+
6+
> Release & Pull Notes: [v4.0.0-dev16](https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.0-dev16)
7+
8+
- build: 暂时关闭 K2 编译,等待 Kt2.0正式版 ([`b1731939`](https://github.com/simple-robot/simpler-robot/commit/b1731939))
9+
- fix: BotManagerFactory 没有实现 PluginFactory 的问题 ([`e4699a30`](https://github.com/simple-robot/simpler-robot/commit/e4699a30))
10+
111
# v4.0.0-dev15
212
> [!warning]
313
> 这是一个尚在开发中的**预览版**,它可能不稳定,可能会频繁变更,且没有可用性保证。

buildSrc/src/main/kotlin/P.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ sealed class P(override val group: String) : ProjectDetail() {
8181
val versionWithoutSnapshot: Version
8282

8383
init {
84-
val mainVersion = version(4, 0, 0) - version("dev15")
84+
val mainVersion = version(4, 0, 0) - version("dev16")
8585

8686
fun initVersionWithoutSnapshot(status: Version?): Version = if (status == null) {
8787
mainVersion

0 commit comments

Comments
 (0)