Skip to content

Commit bc13272

Browse files
committed
release: v3.0.0-M3
1 parent aad2170 commit bc13272

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

.changelog/v3.0.0-M3.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<details>
2+
<summary><b>仓库参考</b></summary>
3+
4+
| **模块** | **search.maven** |
5+
|---------|------------------|
6+
| simbot-logger | [v3.0.0-M3](https://search.maven.org/artifact/love.forte.simbot/simbot-logger/3.0.0-M3/jar) |
7+
| simbot-logger-jvm | [v3.0.0-M3](https://search.maven.org/artifact/love.forte.simbot/simbot-logger-jvm/3.0.0-M3/jar) |
8+
| simbot-logger-js | [v3.0.0-M3](https://search.maven.org/artifact/love.forte.simbot/simbot-logger-js/3.0.0-M3/jar) |
9+
| simbot-api | [v3.0.0-M3](https://search.maven.org/artifact/love.forte.simbot/simbot-api/3.0.0-M3/jar) |
10+
| simbot-core | [v3.0.0-M3](https://search.maven.org/artifact/love.forte.simbot/simbot-core/3.0.0-M3/jar) |
11+
| simboot-api | [v3.0.0-M3](https://search.maven.org/artifact/love.forte.simbot.boot/simboot-api/3.0.0-M3/jar) |
12+
| simboot-core | [v3.0.0-M3](https://search.maven.org/artifact/love.forte.simbot.boot/simboot-core/3.0.0-M3/jar) |
13+
| simboot-core-annotation | [v3.0.0-M3](https://search.maven.org/artifact/love.forte.simbot.boot/simboot-core-annotation/3.0.0-M3/jar) |
14+
| 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) |
15+
16+
</details>
17+
18+
## 不兼容
19+
本次更新中存在**不兼容**更新(主要来自 [#513](https://github.com/simple-robot/simpler-robot/pull/513)[#516](https://github.com/simple-robot/simpler-robot/pull/516)),
20+
其中 [#513](https://github.com/simple-robot/simpler-robot/pull/513) 可能主要影响普通开发者,
21+
[#516](https://github.com/simple-robot/simpler-robot/pull/516) 则可能会主要影响组件实现的兼容。
22+

buildSrc/src/main/kotlin/P.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ sealed class P(override val group: String) : ProjectDetail() {
7676
init {
7777
val mainVersion = version(3, 0, 0)
7878
//
79-
var status = version("M2")
79+
var status = version("M3")
8080
versionWithoutSnapshot = mainVersion - status.copy()
8181
if (isSnapshot()) {
8282
status = status - Version.SNAPSHOT

0 commit comments

Comments
 (0)