Skip to content

Commit 7c3aa20

Browse files
committed
release: v3.3.0
1 parent 688160c commit 7c3aa20

File tree

4 files changed

+6
-89
lines changed

4 files changed

+6
-89
lines changed

.changelog/v3.3.0.md

Whitespace-only changes.

CHANGELOG.md

+4-87
Original file line numberDiff line numberDiff line change
@@ -1,93 +1,11 @@
1-
# v3.3.0-beta1
2-
3-
> Release & Pull Notes: [v3.3.0-beta1](https://github.com/simple-robot/simpler-robot/releases/tag/v3.3.0-beta1)
4-
5-
- CI: snapshot API Doc ([`c70b2541`](https://github.com/simple-robot/simpler-robot/commit/c70b2541))
6-
- build(deps): bump com.github.gmazzo.buildconfig from 4.0.4 to 4.1.2 ([`e4d82d86`](https://github.com/simple-robot/simpler-robot/commit/e4d82d86))
7-
- fix: 尝试修复无法发布快照的问题 ([`d2c79ec9..a0b7e11d`](https://github.com/simple-robot/simpler-robot/compare/d2c79ec9..8b14b21a))
8-
9-
<details><summary><code>d2c79ec9..a0b7e11d</code></summary>
10-
11-
- [`d2c79ec9`](https://github.com/simple-robot/simpler-robot/commit/d2c79ec9)
12-
- [`a0b7e11d`](https://github.com/simple-robot/simpler-robot/commit/a0b7e11d)
13-
14-
</details>
15-
16-
- fix: 更新dokka到 1.9.0 并修复与 kapt 冲突的问题([#3153](https://github.com/Kotlin/dokka/issues/3153)) ([`f4cbbc0d..8b14b21a`](https://github.com/simple-robot/simpler-robot/compare/f4cbbc0d..a9725fbc))
17-
18-
<details><summary><code>f4cbbc0d..8b14b21a</code></summary>
19-
20-
- [`f4cbbc0d`](https://github.com/simple-robot/simpler-robot/commit/f4cbbc0d)
21-
- [`8b14b21a`](https://github.com/simple-robot/simpler-robot/commit/8b14b21a)
22-
23-
</details>
24-
25-
- pref: BlockingRunner 增加对虚拟线程的配置支持 ([`a9725fbc`](https://github.com/simple-robot/simpler-robot/commit/a9725fbc))
26-
- fix: 尝试修复无法发布快照的问题 ([`ab9270a2..648918f7`](https://github.com/simple-robot/simpler-robot/compare/ab9270a2..f22b074e))
27-
28-
<details><summary><code>ab9270a2..648918f7</code></summary>
29-
30-
- [`ab9270a2`](https://github.com/simple-robot/simpler-robot/commit/ab9270a2)
31-
- [`8b1f3cb2`](https://github.com/simple-robot/simpler-robot/commit/8b1f3cb2)
32-
- [`648918f7`](https://github.com/simple-robot/simpler-robot/commit/648918f7)
33-
34-
</details>
35-
36-
- fix: hide warn ([`f22b074e`](https://github.com/simple-robot/simpler-robot/commit/f22b074e))
37-
- pref: suspend blocking runner 调整实现,增加对虚拟线程的部分支持 ([`f0802f3b..d983c05f`](https://github.com/simple-robot/simpler-robot/compare/f0802f3b..69a818da))
38-
39-
<details><summary><code>f0802f3b..d983c05f</code></summary>
40-
41-
- [`f0802f3b`](https://github.com/simple-robot/simpler-robot/commit/f0802f3b)
42-
- [`d983c05f`](https://github.com/simple-robot/simpler-robot/commit/d983c05f)
43-
44-
</details>
45-
46-
- fix: 改善部分代码到kt1.9 ([`69a818da`](https://github.com/simple-robot/simpler-robot/commit/69a818da))
47-
- pref: suspend blocking runner 调整实现,移除对 `synchronized` 的使用并更换为 CompletableFuture 的内部实现 ([`57c29746`](https://github.com/simple-robot/simpler-robot/commit/57c29746))
48-
- build: 更新 Kotlinx Coroutines 到 v1.7.3 ([`968ecbb9`](https://github.com/simple-robot/simpler-robot/commit/968ecbb9))
49-
- build: 更新 Kotlinx Serialization 到 v1.6.0 ([`83ae4a60`](https://github.com/simple-robot/simpler-robot/commit/83ae4a60))
50-
- fix: 更新部分过时代码 ([`fa224fd1`](https://github.com/simple-robot/simpler-robot/commit/fa224fd1))
51-
- build: 更新CI中gradle版本到 8.3; upgrade yarn.lock ([`7d806665`](https://github.com/simple-robot/simpler-robot/commit/7d806665))
52-
- build: 更新Kotlin到 1.9.10; 优化针对Java的异步桥接函数的内部实现 ([`a8298f8b`](https://github.com/simple-robot/simpler-robot/commit/a8298f8b))
53-
- WIP: Upgrade kotlin to 1.9.0 ([`bfccf89f..33a95929`](https://github.com/simple-robot/simpler-robot/compare/bfccf89f..7bc425f5))
54-
55-
<details><summary><code>bfccf89f..33a95929</code></summary>
56-
57-
- [`bfccf89f`](https://github.com/simple-robot/simpler-robot/commit/bfccf89f)
58-
- [`33a95929`](https://github.com/simple-robot/simpler-robot/commit/33a95929)
59-
60-
</details>
61-
62-
- build: README and Qodana CI config ([`7bc425f5`](https://github.com/simple-robot/simpler-robot/commit/7bc425f5))
63-
- fix: const name ([`62684f76`](https://github.com/simple-robot/simpler-robot/commit/62684f76))
64-
- fix: 一些不应该是警告的警告 ([`edf3ed00..e53ab095`](https://github.com/simple-robot/simpler-robot/compare/edf3ed00..3b295b64))
65-
66-
<details><summary><code>edf3ed00..e53ab095</code></summary>
67-
68-
- [`edf3ed00`](https://github.com/simple-robot/simpler-robot/commit/edf3ed00)
69-
- [`e53ab095`](https://github.com/simple-robot/simpler-robot/commit/e53ab095)
1+
# v3.3.0
702

71-
</details>
3+
> Release & Pull Notes: [v3.3.0](https://github.com/simple-robot/simpler-robot/releases/tag/v3.3.0)
724
73-
- fix: Condition 'cause != null' is always true ([`3b295b64`](https://github.com/simple-robot/simpler-robot/commit/3b295b64))
74-
- fix: Logger more arguments provided ([`58446e97`](https://github.com/simple-robot/simpler-robot/commit/58446e97))
75-
- fix: Cannot resolve symbol 'Survivable' ([`c55d05aa`](https://github.com/simple-robot/simpler-robot/commit/c55d05aa))
76-
- fix: Value of 'instance' os always null ([`e637775e`](https://github.com/simple-robot/simpler-robot/commit/e637775e))
77-
- fix: Redundant empty initializer block ([`2053b967`](https://github.com/simple-robot/simpler-robot/commit/2053b967))
78-
- fix: Declaration has type inferred a platform call ([`faca1c5b`](https://github.com/simple-robot/simpler-robot/commit/faca1c5b))
79-
- fix: Cannot resolve symbol 'Bot' ([`67f6f3cf`](https://github.com/simple-robot/simpler-robot/commit/67f6f3cf))
80-
- fix: Cannot resolve symbol 'Survivable' ([`a6cc0e90`](https://github.com/simple-robot/simpler-robot/commit/a6cc0e90))
81-
- fix: Cannot resolve symbol 'Preparator' ([`19099189`](https://github.com/simple-robot/simpler-robot/commit/19099189))
82-
- fix: Cannot resolve symbol 'asKeywordMatcher' ([`95e0704e`](https://github.com/simple-robot/simpler-robot/commit/95e0704e))
83-
- fix: Recursive property accessor ([`927a187e`](https://github.com/simple-robot/simpler-robot/commit/927a187e))
84-
- fix: String template as argument to 'debug()' logging call ([`8518b105`](https://github.com/simple-robot/simpler-robot/commit/8518b105))
85-
- fix: Could not autowire bean 'ApplicationArguments' critical ([`722c2faf`](https://github.com/simple-robot/simpler-robot/commit/722c2faf))
86-
- build(deps): bump love.forte.simbot.component:simbot-component-mirai-core ([`0e69f5c9`](https://github.com/simple-robot/simpler-robot/commit/0e69f5c9))
875

88-
# v3.3.0
6+
# v3.3.0-beta1
897

90-
> Release & Pull Notes: [v3.3.0](https://github.com/simple-robot/simpler-robot/releases/tag/v3.3.0)
8+
> Release & Pull Notes: [v3.3.0-beta1](https://github.com/simple-robot/simpler-robot/releases/tag/v3.3.0-beta1)
919
9210
- CI: snapshot API Doc ([`c70b2541`](https://github.com/simple-robot/simpler-robot/commit/c70b2541))
9311
- build(deps): bump com.github.gmazzo.buildconfig from 4.0.4 to 4.1.2 ([`e4d82d86`](https://github.com/simple-robot/simpler-robot/commit/e4d82d86))
@@ -172,7 +90,6 @@
17290
- fix: Could not autowire bean 'ApplicationArguments' critical ([`722c2faf`](https://github.com/simple-robot/simpler-robot/commit/722c2faf))
17391
- build(deps): bump love.forte.simbot.component:simbot-component-mirai-core ([`0e69f5c9`](https://github.com/simple-robot/simpler-robot/commit/0e69f5c9))
17492

175-
# v3.2.0
17693

17794
> Release & Pull Notes: [v3.2.0](https://github.com/simple-robot/simpler-robot/releases/tag/v3.2.0)
17895

buildSrc/src/main/kotlin/P.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ sealed class P(override val group: String) : ProjectDetail() {
8585
val versionWithoutSnapshot: Version
8686

8787
init {
88-
val mainVersion = version(3, 3, 0) - version("beta1")
88+
val mainVersion = version(3, 3, 0)
8989

9090
fun initVersionWithoutSnapshot(status: Version?): Version = if (status == null) {
9191
mainVersion

website

0 commit comments

Comments
 (0)