Skip to content

Commit

Permalink
release: v4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Jul 28, 2024
1 parent 121cd6c commit b91e3b5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
Empty file added .changelog/v4.3.1.md
Empty file.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

<details><summary><code>21bd244df..ad2f21260</code></summary>

- [`21bd244df`](https://github.com/simple-robot/simpler-robot/commit/21bd244df)
- [`ad2f21260`](https://github.com/simple-robot/simpler-robot/commit/ad2f21260)

</details>


# v4.3.0

> Release & Pull Notes: [v4.3.0](https://github.com/simple-robot/simpler-robot/releases/tag/v4.3.0)
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/P.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit b91e3b5

Please sign in to comment.