Skip to content

Commit

Permalink
release: v4.0.0-dev16
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Jan 27, 2024
1 parent b5b5346 commit a843f13
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
Empty file added .changelog/v4.0.0-dev16.md
Empty file.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]
> 这是一个尚在开发中的**预览版**,它可能不稳定,可能会频繁变更,且没有可用性保证。
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("dev15")
val mainVersion = version(4, 0, 0) - version("dev16")

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

0 comments on commit a843f13

Please sign in to comment.