Skip to content

Commit

Permalink
release: v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Aug 17, 2024
1 parent 2f2a89b commit 42b7067
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 81 deletions.
7 changes: 0 additions & 7 deletions .changelog/v4.0.0-beta1.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changelog/v4.0.0-beta10.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changelog/v4.0.0-beta11.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changelog/v4.0.0-beta2.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changelog/v4.0.0-beta4.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changelog/v4.0.0-beta5.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changelog/v4.0.0-beta6.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changelog/v4.0.0-beta7.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changelog/v4.0.0-beta8.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changelog/v4.0.0-beta9.md

This file was deleted.

3 changes: 2 additions & 1 deletion .changelog/v4.0.0-beta3.md → .changelog/v4.0.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
> 对应核心版本: [**v4.0.0-RC3**](https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.0-RC3)
> [!note]
> 对应核心版本: [**v4.6.0**](https://github.com/simple-robot/simpler-robot/releases/tag/v4.6.0)

我们欢迎并期望着您的的[反馈](https://github.com/simple-robot/simbot-component-qq-guild/issues)[协助](https://github.com/simple-robot/simbot-component-qq-guild/pulls)
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 @@ -56,8 +56,8 @@ object P {
override val homepage: String get() = HOMEPAGE


const val VERSION = "4.0.0-beta11"
const val NEXT_VERSION = "4.0.0-beta12"
const val VERSION = "4.0.0"
const val NEXT_VERSION = "4.0.1"

override val snapshotVersion = "$NEXT_VERSION-SNAPSHOT"
override val version = if (isSnapshot()) snapshotVersion else VERSION
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
tasks.create("createChangelog") {
group = "documentation"
doFirst {
val realVersion = P.ComponentQQGuild.version.toString()
val realVersion = P.ComponentQQGuild.version
val version = "v$realVersion"
logger.info("Generate change log for {} ...", version)
// configurations.runtimeClasspath
Expand All @@ -36,7 +36,7 @@ tasks.create("createChangelog") {

val coreVersion = simbotVersion
val autoGenerateText = buildString {
appendLine("> 对应核心版本: [**v$coreVersion**](https://github.com/simple-robot/simpler-robot/releases/tag/v$coreVersion)\n\n")
appendLine("> [!note]\n> 对应核心版本: [**v$coreVersion**](https://github.com/simple-robot/simpler-robot/releases/tag/v$coreVersion)\n\n")

if ("dev" in version) {
appendLine(
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "2.0.0"
kotlin = "2.0.10"
kotlinx-coroutines = "1.8.1"
kotlinx-serialization = "1.7.1"
kotlinx-datetime = "0.6.0"
Expand Down

0 comments on commit 42b7067

Please sign in to comment.