File tree 3 files changed +20
-2
lines changed
3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
19
# v4.3.0
2
20
3
21
> Release & Pull Notes: [ v4.3.0] ( https://github.com/simple-robot/simpler-robot/releases/tag/v4.3.0 )
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ sealed class P(override val group: String) : ProjectDetail() {
52
52
53
53
*/
54
54
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 "
57
57
const val SNAPSHOT_VERSION = " $VERSION -SNAPSHOT"
58
58
const val NEXT_SNAPSHOT_VERSION = " $NEXT_VERSION -SNAPSHOT"
59
59
You can’t perform that action at this time.
0 commit comments