Skip to content

Commit

Permalink
release: v3.0.0-M3
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Nov 24, 2022
1 parent aad2170 commit bc13272
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .changelog/v3.0.0-M3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<details>
<summary><b>仓库参考</b></summary>

| **模块** | **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) |

</details>

## 不兼容
本次更新中存在**不兼容**更新(主要来自 [#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) 则可能会主要影响组件实现的兼容。

2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/P.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc13272

Please sign in to comment.