Skip to content

Commit

Permalink
release: v4.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Mar 6, 2024
1 parent aac52de commit 9040286
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .changelog/v4.0.0-beta1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
> 对应核心版本: [**v4.0.0-beta1**](https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.0-beta1)
> [!warning]
> 目前版本尚处于 **`beta`** 阶段,代表仍然可能存在部分已知问题或未知问题,
> 以及尚未完善的内容和落后于官方更新的内容。
我们欢迎并期望着您的 [反馈](https://github.com/simple-robot/simbot-component-kook/issues)[协助](https://github.com/simple-robot/simbot-component-kook/pulls),感谢您的贡献与支持!
3 changes: 3 additions & 0 deletions .github/workflows/deploy-website-v4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
paths:
- 'Writerside/**'
- '.github/workflows/deploy-website-v4.yml'

tags-ignore:
- v4.**.**
# Specify to run a workflow manually from the Actions tab on GitHub
workflow_dispatch:

Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# v4.0.0-beta1

> Release & Pull Notes: [v4.0.0-beta1](https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.0-beta1)
- build(deps): bump org.jetbrains:annotations from 24.0.1 to 24.1.0 ([`278ac66`](https://github.com/simple-robot/simpler-robot/commit/278ac66))
- build(deps): bump ksp from 1.9.22-1.0.17 to 1.9.22-1.0.18 ([`0a23a80`](https://github.com/simple-robot/simpler-robot/commit/0a23a80))
- build(deps): bump log4j from 2.20.0 to 2.23.0 ([`227ca86`](https://github.com/simple-robot/simpler-robot/commit/227ca86))
- build(deps): bump openjdk-jmh from 1.35 to 1.37 ([`8f549a9`](https://github.com/simple-robot/simpler-robot/commit/8f549a9))
- build(deps): bump kotlinx-coroutines from 1.8.0-RC2 to 1.8.0 ([`5146020`](https://github.com/simple-robot/simpler-robot/commit/5146020))
- refactor: version to v4.0.0-beta1 ([`fe3b343`](https://github.com/simple-robot/simpler-robot/commit/fe3b343))
- build(deps): bump org.slf4j:slf4j-api from 1.7.36 to 2.0.12 ([`99f45e8`](https://github.com/simple-robot/simpler-robot/commit/99f45e8))
- build(deps): bump ktor from 2.3.7 to 2.3.8 ([`9d6f9f8`](https://github.com/simple-robot/simpler-robot/commit/9d6f9f8))
- build(deps): bump com.charleskorn.kaml:kaml from 0.46.0 to 0.57.0 ([`2eb75d3`](https://github.com/simple-robot/simpler-robot/commit/2eb75d3))
- build(deps): bump kotlinx-serialization from 1.6.2 to 1.6.3 ([`8c66e3f`](https://github.com/simple-robot/simpler-robot/commit/8c66e3f))
- CI: config ([`fc19828`](https://github.com/simple-robot/simpler-robot/commit/fc19828))

# v4.0.0-dev3

> Release & Pull Notes: [v4.0.0-dev3](https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.0-dev3)
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/changelog/GenerateChangelog.kt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ fun Project.generateChangelog(tag: String) {
> 对应核心版本: [**v$coreVersion**](https://github.com/simple-robot/simpler-robot/releases/tag/v$coreVersion)
> [!warning]
> 目前版本尚处于 **`dev`** 阶段,代表仍然可能存在部分已知问题或未知问题,
> 目前版本尚处于 **`beta`** 阶段,代表仍然可能存在部分已知问题或未知问题,
> 以及尚未完善的内容和落后于官方更新的内容。
我们欢迎并期望着您的 [反馈](https://github.com/simple-robot/simbot-component-kook/issues) 或 [协助](https://github.com/simple-robot/simbot-component-kook/pulls),感谢您的贡献与支持!
Expand Down

0 comments on commit 9040286

Please sign in to comment.