Skip to content

Commit c625cd5

Browse files
authored
feat: Kotlin 2.1.0-Beta1 EAP release details (#4434)
* feat: Kotlin 2.1.0-Beta1 EAP release details * fix: fix the version * fix: review * chore: uncomment a link to language proposals * chore: Ale's review
1 parent a587a1a commit c625cd5

File tree

4 files changed

+98
-615
lines changed

4 files changed

+98
-615
lines changed

docs/kr.tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<toc-element toc-title="What's new in Kotlin">
3636
<toc-element id="whatsnew2020.md" toc-title="Kotlin 2.0.20" accepts-web-file-names="whatsnew.html"/>
3737
<toc-element id="whatsnew20.md" toc-title="Kotlin 2.0.0"/>
38-
<toc-element id="whatsnew-eap.md" toc-title="Kotlin 2.0.20-RC2" hidden="true"/>
38+
<toc-element id="whatsnew-eap.md" toc-title="Kotlin 2.1.0-Beta1"/>
3939
<toc-element toc-title="Earlier versions">
4040
<toc-element id="whatsnew1920.md" toc-title="Kotlin 1.9.20"/>
4141
<toc-element id="whatsnew19.md" toc-title="Kotlin 1.9.0"/>

docs/topics/eap.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,23 +40,21 @@ check [our instructions on how to configure your build to support this version](
4040

4141
## Build details
4242

43-
_No preview versions are currently available._
43+
<!-- _No preview versions are currently available._ -->
4444

45-
<!--
4645
<table>
4746
<tr>
4847
<th>Build info</th>
4948
<th>Build highlights</th>
5049
</tr>
5150
<tr>
52-
<td><strong>2.0.20-RC2</strong>
53-
<p>Released: <strong>August 13, 2024</strong></p>
54-
<p><a href="https://github.com/JetBrains/kotlin/releases/tag/v2.0.20-RC2" target="_blank">Release on GitHub</a></p>
51+
<td><strong>2.1.0-Beta1</strong>
52+
<p>Released: <strong>September 17, 2024</strong></p>
53+
<p><a href="https://github.com/JetBrains/kotlin/releases/tag/v2.1.0-Beta1" target="_blank">Release on GitHub</a></p>
5554
</td>
5655
<td>
57-
<p>A tooling release for Kotlin 2.0.0</p>
58-
<p>For more details, please refer to the <a href="https://github.com/JetBrains/kotlin/releases/tag/v2.0.20-RC2">changelog</a> or <a href="whatsnew-eap.md">What's new in Kotlin 2.0.20-RC2</a>.</p>
56+
<p>A language release with previews of new features and tooling updates.</p>
57+
<p>For more details, please refer to the <a href="https://github.com/JetBrains/kotlin/releases/tag/v2.1.0-Beta1">changelog</a> or <a href="whatsnew-eap.md">What's new in Kotlin 2.1.0-Beta1</a>.</p>
5958
</td>
6059
</tr>
6160
</table>
62-
-->

0 commit comments

Comments
 (0)