Skip to content

Commit 0c53db8

Browse files
committed
release: v2.2.20-0.13.1
1 parent 71a1589 commit 0c53db8

File tree

4 files changed

+29
-1
lines changed

4 files changed

+29
-1
lines changed

.changelog/v2.2.20-0.13.1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Kotlin version: `v2.2.20`

docs/docs/installation.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,20 @@ From my memory and guess, Kotlin versions have a higher probability of incompati
5353
and a smaller probability of incompatibility when patch is added (e.g. `1.9.21` -> `1.9.22`).
5454
:::
5555

56+
### Version Follow-up
57+
58+
We typically actively follow updates for regular Kotlin release versions (such as `2.1.0`, `2.2.20`, etc.).
59+
For non-regular versions (such as `2.1.0-RC1`, `2.2.20-Beta2`, etc.), we **do not guarantee** that we will update for
60+
every version.
61+
62+
However, if:
63+
64+
- You need a specific version that is incompatible with previous versions and we haven't updated for it
65+
- We haven't noticed/updated after a regular release update
66+
67+
Feel free to let us know
68+
through [issues](https://github.com/ForteScarlet/kotlin-suspend-transform-compiler-plugin/issues)!
69+
5670
## Gradle Setup
5771

5872
<Tabs>

docs/i18n/zh-CN/docusaurus-plugin-content-docs/current/installation.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,19 @@ import versionInfo from '@site/src/version.json';
5353
而当补丁版本号增加时(例如 `1.9.21` -> `1.9.22`),不兼容的概率较小。
5454
:::
5555

56+
### 版本跟进
57+
58+
通常我们会主动跟进正常的 Kotlin release 版本的更新(例如 `2.1.0`, `2.2.20` 等)。
59+
而对于一些非常规的版本(例如 `2.1.0-RC1`, `2.2.20-Beta2` 等),我们**不保证**每个版本都会跟随着更新。
60+
61+
不过如果:
62+
63+
- 你需要某个版本、这个版本与之前的版本不兼容且我们没有更新
64+
- 某个正常的 release 更新后我们一直没发现/没更新
65+
66+
欢迎随时通过 [issues](https://github.com/ForteScarlet/kotlin-suspend-transform-compiler-plugin/issues)
67+
让我们知道~
68+
5669

5770
## Gradle 设置
5871

docs/src/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version": "2.2.10-0.13.1"}
1+
{"version": "2.2.20-0.13.1"}

0 commit comments

Comments
 (0)