Skip to content

Commit 767a1d9

Browse files
authored
feat: Kotlin 2.0.20-Beta1 EAP release details (#4299)
* feat: Kotlin 2.0.20-Beta1 EAP release details * feat: update versions * feat: update titles
1 parent 9da248a commit 767a1d9

File tree

4 files changed

+70
-1578
lines changed

4 files changed

+70
-1578
lines changed

docs/kr.tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
<toc-element toc-title="What's new in Kotlin">
3636
<toc-element id="whatsnew20.md" toc-title="Kotlin 2.0.0" accepts-web-file-names="whatsnew.html"/>
37-
<toc-element id="whatsnew-eap.md" toc-title="Kotlin 2.0.0-RC3" hidden="true"/>
37+
<toc-element id="whatsnew-eap.md" toc-title="Kotlin 2.0.20-Beta1"/>
3838
<toc-element toc-title="Earlier versions">
3939
<toc-element id="whatsnew1920.md" toc-title="Kotlin 1.9.20"/>
4040
<toc-element id="whatsnew19.md" toc-title="Kotlin 1.9.0"/>

docs/topics/eap.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,21 @@ check [our instructions on how to configure your build to support this version](
3838

3939
## Build details
4040

41-
_No preview versions are currently available._
41+
<!-- _No preview versions are currently available._ -->
42+
43+
<table>
44+
<tr>
45+
<th>Build info</th>
46+
<th>Build highlights</th>
47+
</tr>
48+
<tr>
49+
<td><strong>2.0.20-Beta1</strong>
50+
<p>Released: <strong>June 18, 2024</strong></p>
51+
<p><a href="https://github.com/JetBrains/kotlin/releases/tag/v2.0.20-Beta1" target="_blank">Release on GitHub</a></p>
52+
</td>
53+
<td>
54+
<p>A tooling release for Kotlin 2.0.0</p>
55+
<p>For more details, please refer to the <a href="https://github.com/JetBrains/kotlin/releases/tag/v2.0.20-Beta1">changelog</a> or <a href="whatsnew-eap.md">What's new in Kotlin 2.0.20-Beta1</a>.</p>
56+
</td>
57+
</tr>
58+
</table>

0 commit comments

Comments
 (0)