From 7ac5b6b173b6802f4e0de6421a1cb20e131d22f2 Mon Sep 17 00:00:00 2001 From: ForteScarlet Date: Sun, 24 Mar 2024 16:09:43 +0800 Subject: [PATCH] release: v4.0.0-beta2 --- .changelog/v4.0.0-beta2.md | 0 CHANGELOG.md | 11 +++++++++++ buildSrc/src/main/kotlin/P.kt | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .changelog/v4.0.0-beta2.md diff --git a/.changelog/v4.0.0-beta2.md b/.changelog/v4.0.0-beta2.md new file mode 100644 index 000000000..e69de29bb diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d489050f..47b46488e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# v4.0.0-beta2 + +> Release & Pull Notes: [v4.0.0-beta2](https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.0-beta2) + +- feat(ID): 提供更多与 ID 相关的API ([`72719264`](https://github.com/simple-robot/simpler-robot/commit/72719264)) +- fix: 修复ContinuousSession测试问题 ([`3dd75162`](https://github.com/simple-robot/simpler-robot/commit/3dd75162)) +- fix: 修复ContinuousSession测试超时问题 ([`6086471d`](https://github.com/simple-robot/simpler-robot/commit/6086471d)) +- deps: 更新Kotlin到1.9.23 ([`a93c8d0f`](https://github.com/simple-robot/simpler-robot/commit/a93c8d0f)) +- module: 增加一个模块 common-ktor-inputfile 用来提供更简单的向 Ktor 提供表单文件信息的类型 `InputFile` ([`7df76e50`](https://github.com/simple-robot/simpler-robot/commit/7df76e50)) +- build(deps): bump dokka from 1.9.10 to 1.9.20 ([`12648620`](https://github.com/simple-robot/simpler-robot/commit/12648620)) + # v4.0.0-beta1 > Release & Pull Notes: [v4.0.0-beta1](https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.0-beta1) diff --git a/buildSrc/src/main/kotlin/P.kt b/buildSrc/src/main/kotlin/P.kt index cca91af7e..e6d24e07c 100644 --- a/buildSrc/src/main/kotlin/P.kt +++ b/buildSrc/src/main/kotlin/P.kt @@ -85,7 +85,7 @@ sealed class P(override val group: String) : ProjectDetail() { val versionWithoutSnapshot: Version init { - val mainVersion = version(4, 0, 0) - version("beta1") + val mainVersion = version(4, 0, 0) - version("beta2") fun initVersionWithoutSnapshot(status: Version?): Version = if (status == null) { mainVersion