Skip to content

Commit b91e3b5

Browse files
committed
release: v4.3.1
1 parent 121cd6c commit b91e3b5

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.changelog/v4.3.1.md

Whitespace-only changes.

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# v4.3.1
2+
3+
> Release & Pull Notes: [v4.3.1](https://github.com/simple-robot/simpler-robot/releases/tag/v4.3.1)
4+
5+
- fix(quantcat): 修复使用KeywordBinder时无法正确处理参数类型的问题 ([`ef31604c7`](https://github.com/simple-robot/simpler-robot/commit/ef31604c7))
6+
- optimize(api): 优化、调整MessagesBuilder实现结构 ([`628c1fe0c`](https://github.com/simple-robot/simpler-robot/commit/628c1fe0c))
7+
- build(deps): bump ktor from 2.3.11 to 2.3.12 ([`28ed531e1`](https://github.com/simple-robot/simpler-robot/commit/28ed531e1))
8+
- build(deps): bump kotlinx-serialization from 1.6.3 to 1.7.1 ([`be15aaef5`](https://github.com/simple-robot/simpler-robot/commit/be15aaef5))
9+
- Kdoc: homepage ([`21bd244df..ad2f21260`](https://github.com/simple-robot/simpler-robot/compare/21bd244df..v4.3.0))
10+
11+
<details><summary><code>21bd244df..ad2f21260</code></summary>
12+
13+
- [`21bd244df`](https://github.com/simple-robot/simpler-robot/commit/21bd244df)
14+
- [`ad2f21260`](https://github.com/simple-robot/simpler-robot/commit/ad2f21260)
15+
16+
</details>
17+
18+
119
# v4.3.0
220

321
> Release & Pull Notes: [v4.3.0](https://github.com/simple-robot/simpler-robot/releases/tag/v4.3.0)

buildSrc/src/main/kotlin/P.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ sealed class P(override val group: String) : ProjectDetail() {
5252
5353
*/
5454
companion object {
55-
const val VERSION = "4.3.0"
56-
const val NEXT_VERSION = "4.3.1"
55+
const val VERSION = "4.3.1"
56+
const val NEXT_VERSION = "4.3.2"
5757
const val SNAPSHOT_VERSION = "$VERSION-SNAPSHOT"
5858
const val NEXT_SNAPSHOT_VERSION = "$NEXT_VERSION-SNAPSHOT"
5959

0 commit comments

Comments
 (0)