Skip to content

Commit d0fc4af

Browse files
committed
release: v4.0.0-dev14
1 parent f3853a2 commit d0fc4af

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.changelog/v4.0.0-dev14.md

Whitespace-only changes.

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# v4.0.0-dev14
2+
> [!warning]
3+
> 这是一个尚在开发中的**预览版**,它可能不稳定,可能会频繁变更,且没有可用性保证。
4+
5+
6+
> Release & Pull Notes: [v4.0.0-dev14](https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.0-dev14)
7+
8+
- fix(api): SerializableBotConfiguration 在 JSON下的多态序列化仅外层使用 `"component"` ([`d696921c`](https://github.com/simple-robot/simpler-robot/commit/d696921c))
9+
110
# v4.0.0-dev13
211
> [!warning]
312
> 这是一个尚在开发中的**预览版**,它可能不稳定,可能会频繁变更,且没有可用性保证。

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("dev13")
84+
val mainVersion = version(4, 0, 0) - version("dev14")
8585

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

0 commit comments

Comments
 (0)