diff --git a/.changelog/v3.0.0-M3.md b/.changelog/v3.0.0-M3.md new file mode 100644 index 000000000..9af27e440 --- /dev/null +++ b/.changelog/v3.0.0-M3.md @@ -0,0 +1,22 @@ +
+仓库参考 + +| **模块** | **search.maven** | +|---------|------------------| +| simbot-logger | [v3.0.0-M3](https://search.maven.org/artifact/love.forte.simbot/simbot-logger/3.0.0-M3/jar) | +| simbot-logger-jvm | [v3.0.0-M3](https://search.maven.org/artifact/love.forte.simbot/simbot-logger-jvm/3.0.0-M3/jar) | +| simbot-logger-js | [v3.0.0-M3](https://search.maven.org/artifact/love.forte.simbot/simbot-logger-js/3.0.0-M3/jar) | +| simbot-api | [v3.0.0-M3](https://search.maven.org/artifact/love.forte.simbot/simbot-api/3.0.0-M3/jar) | +| simbot-core | [v3.0.0-M3](https://search.maven.org/artifact/love.forte.simbot/simbot-core/3.0.0-M3/jar) | +| simboot-api | [v3.0.0-M3](https://search.maven.org/artifact/love.forte.simbot.boot/simboot-api/3.0.0-M3/jar) | +| simboot-core | [v3.0.0-M3](https://search.maven.org/artifact/love.forte.simbot.boot/simboot-core/3.0.0-M3/jar) | +| simboot-core-annotation | [v3.0.0-M3](https://search.maven.org/artifact/love.forte.simbot.boot/simboot-core-annotation/3.0.0-M3/jar) | +| simboot-core-spring-boot-starter | [v3.0.0-M3](https://search.maven.org/artifact/love.forte.simbot.boot/simboot-core-spring-boot-starter/3.0.0-M3/jar) | + +
+ +## 不兼容 +本次更新中存在**不兼容**更新(主要来自 [#513](https://github.com/simple-robot/simpler-robot/pull/513)、[#516](https://github.com/simple-robot/simpler-robot/pull/516)), +其中 [#513](https://github.com/simple-robot/simpler-robot/pull/513) 可能主要影响普通开发者, +而 [#516](https://github.com/simple-robot/simpler-robot/pull/516) 则可能会主要影响组件实现的兼容。 + diff --git a/buildSrc/src/main/kotlin/P.kt b/buildSrc/src/main/kotlin/P.kt index 6a965c5bf..a1dc7cd2b 100644 --- a/buildSrc/src/main/kotlin/P.kt +++ b/buildSrc/src/main/kotlin/P.kt @@ -76,7 +76,7 @@ sealed class P(override val group: String) : ProjectDetail() { init { val mainVersion = version(3, 0, 0) // - var status = version("M2") + var status = version("M3") versionWithoutSnapshot = mainVersion - status.copy() if (isSnapshot()) { status = status - Version.SNAPSHOT