From b91e3b5889962e32e528d0d02811b50dc0955055 Mon Sep 17 00:00:00 2001 From: ForteScarlet Date: Sun, 28 Jul 2024 13:54:37 +0800 Subject: [PATCH] release: v4.3.1 --- .changelog/v4.3.1.md | 0 CHANGELOG.md | 18 ++++++++++++++++++ buildSrc/src/main/kotlin/P.kt | 4 ++-- 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 .changelog/v4.3.1.md diff --git a/.changelog/v4.3.1.md b/.changelog/v4.3.1.md new file mode 100644 index 000000000..e69de29bb diff --git a/CHANGELOG.md b/CHANGELOG.md index 48d21d82e..f8b07d136 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# v4.3.1 + +> Release & Pull Notes: [v4.3.1](https://github.com/simple-robot/simpler-robot/releases/tag/v4.3.1) + +- fix(quantcat): 修复使用KeywordBinder时无法正确处理参数类型的问题 ([`ef31604c7`](https://github.com/simple-robot/simpler-robot/commit/ef31604c7)) +- optimize(api): 优化、调整MessagesBuilder实现结构 ([`628c1fe0c`](https://github.com/simple-robot/simpler-robot/commit/628c1fe0c)) +- build(deps): bump ktor from 2.3.11 to 2.3.12 ([`28ed531e1`](https://github.com/simple-robot/simpler-robot/commit/28ed531e1)) +- build(deps): bump kotlinx-serialization from 1.6.3 to 1.7.1 ([`be15aaef5`](https://github.com/simple-robot/simpler-robot/commit/be15aaef5)) +- Kdoc: homepage ([`21bd244df..ad2f21260`](https://github.com/simple-robot/simpler-robot/compare/21bd244df..v4.3.0)) + +
21bd244df..ad2f21260 + + - [`21bd244df`](https://github.com/simple-robot/simpler-robot/commit/21bd244df) + - [`ad2f21260`](https://github.com/simple-robot/simpler-robot/commit/ad2f21260) + +
+ + # v4.3.0 > Release & Pull Notes: [v4.3.0](https://github.com/simple-robot/simpler-robot/releases/tag/v4.3.0) diff --git a/buildSrc/src/main/kotlin/P.kt b/buildSrc/src/main/kotlin/P.kt index 2a344ae24..8a3ed66b4 100644 --- a/buildSrc/src/main/kotlin/P.kt +++ b/buildSrc/src/main/kotlin/P.kt @@ -52,8 +52,8 @@ sealed class P(override val group: String) : ProjectDetail() { */ companion object { - const val VERSION = "4.3.0" - const val NEXT_VERSION = "4.3.1" + const val VERSION = "4.3.1" + const val NEXT_VERSION = "4.3.2" const val SNAPSHOT_VERSION = "$VERSION-SNAPSHOT" const val NEXT_SNAPSHOT_VERSION = "$NEXT_VERSION-SNAPSHOT"