File tree 3 files changed +10
-1
lines changed
3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ # v4.0.0-dev14
2
+ > [ !warning]
3
+ > 这是一个尚在开发中的** 预览版** ,它可能不稳定,可能会频繁变更,且没有可用性保证。
4
+
5
+
6
+ > Release & Pull Notes: [ v4.0.0-dev14] ( https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.0-dev14 )
7
+
8
+ - fix(api): SerializableBotConfiguration 在 JSON下的多态序列化仅外层使用 ` "component" ` ([ ` d696921c ` ] ( https://github.com/simple-robot/simpler-robot/commit/d696921c ) )
9
+
1
10
# v4.0.0-dev13
2
11
> [ !warning]
3
12
> 这是一个尚在开发中的** 预览版** ,它可能不稳定,可能会频繁变更,且没有可用性保证。
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ sealed class P(override val group: String) : ProjectDetail() {
81
81
val versionWithoutSnapshot: Version
82
82
83
83
init {
84
- val mainVersion = version(4 , 0 , 0 ) - version(" dev13 " )
84
+ val mainVersion = version(4 , 0 , 0 ) - version(" dev14 " )
85
85
86
86
fun initVersionWithoutSnapshot (status : Version ? ): Version = if (status == null ) {
87
87
mainVersion
You can’t perform that action at this time.
0 commit comments