Skip to content

Commit

Permalink
release: v4.0.0-dev14
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Jan 23, 2024
1 parent f3853a2 commit d0fc4af
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
Empty file added .changelog/v4.0.0-dev14.md
Empty file.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v4.0.0-dev14
> [!warning]
> 这是一个尚在开发中的**预览版**,它可能不稳定,可能会频繁变更,且没有可用性保证。

> Release & Pull Notes: [v4.0.0-dev14](https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.0-dev14)
- fix(api): SerializableBotConfiguration 在 JSON下的多态序列化仅外层使用 `"component"` ([`d696921c`](https://github.com/simple-robot/simpler-robot/commit/d696921c))

# v4.0.0-dev13
> [!warning]
> 这是一个尚在开发中的**预览版**,它可能不稳定,可能会频繁变更,且没有可用性保证。
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/P.kt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ sealed class P(override val group: String) : ProjectDetail() {
val versionWithoutSnapshot: Version

init {
val mainVersion = version(4, 0, 0) - version("dev13")
val mainVersion = version(4, 0, 0) - version("dev14")

fun initVersionWithoutSnapshot(status: Version?): Version = if (status == null) {
mainVersion
Expand Down

0 comments on commit d0fc4af

Please sign in to comment.