Skip to content

Commit

Permalink
feature: add Kotlin 1.9.10 release info (#3741)
Browse files Browse the repository at this point in the history
* feature: add Kotlin 1.9.10 release info

* chore: change the release date

* chore: update the date of the 1.9.10 release
  • Loading branch information
koshachy authored Aug 23, 2023
1 parent faf4020 commit ee40da9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
4 changes: 2 additions & 2 deletions data/releases.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
url: https://github.com/JetBrains/kotlin/releases

latest:
version: 1.9.0
url: https://github.com/JetBrains/kotlin/releases/tag/v1.9.0
version: 1.9.10
url: https://github.com/JetBrains/kotlin/releases/tag/v1.9.10

11 changes: 11 additions & 0 deletions docs/topics/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,17 @@ You can also use [preview versions of Kotlin](eap.md#build-details).
<th>Build info</th>
<th>Build highlights</th>
</tr>
<tr>
<td><strong>1.9.10</strong>
<p>Released: <strong>August 23, 2023</strong></p>
<p><a href="https://github.com/JetBrains/kotlin/releases/tag/v1.9.10" target="_blank">Release on GitHub</a></p>
</td>
<td>
<p>A bug fix release for Kotlin 1.9.0.</p>
<p>Learn more about Kotlin 1.9.0 in <a href="whatsnew19.md" target="_blank">What's new in Kotlin 1.9.0</a>.</p>
<note>For Android Studio Giraffe and Hedgehog, the Kotlin plugin 1.9.10 will be delivered with upcoming Android Studios updates.</note>
</td>
</tr>
<tr>
<td><strong>1.9.0</strong>
<p>Released: <strong>July 6, 2023</strong></p>
Expand Down
6 changes: 3 additions & 3 deletions docs/v.list
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

<vars>

<var name="kotlinVersion" value="1.9.0" type="string"/>
<var name="kotlinVersion" value="1.9.10" type="string"/>

<var name="kotlinEapVersion" value="1.9.0-RC" type="string"/>

<var name="kotlinLatestUrl" value="https://github.com/JetBrains/kotlin/releases/tag/v1.9.0" type="string"/>
<var name="kotlinLatestUrl" value="https://github.com/JetBrains/kotlin/releases/tag/v1.9.10" type="string"/>

<var name="kotlinReleaseDate" value="July 6, 2023" type="string"/>
<var name="kotlinReleaseDate" value="August 23, 2023" type="string"/>

<var name="kotlinEapReleaseDate" value="June 20, 2023" type="string"/>

Expand Down

0 comments on commit ee40da9

Please sign in to comment.