Skip to content

Commit 05ce788

Browse files
committed
Add 3.4.1 announcement
1 parent 73cfa5d commit 05ce788

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

_data/scala-releases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- category: current_version
22
title: Current 3.4.x release
3-
version: 3.4.0
4-
release_date: February 29, 2024
3+
version: 3.4.1
4+
release_date: March 29, 2024
55
- category: current_version
66
title: Current 3.3.x LTS release
77
version: 3.3.3

_downloads/2024-03-29-3.4.1.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Scala 3.4.1
3+
start: 29 March 2024
4+
layout: downloadpage
5+
release_version: 3.4.1
6+
release_date: "March 29, 2024"
7+
permalink: /download/3.4.1.html
8+
license: <a href="https://www.scala-lang.org/license/">Apache License, Version 2.0</a>
9+
api_docs: https://www.scala-lang.org/api/3.4.1/
10+
---
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
category: announcement
3+
permalink: /news/3.4.1
4+
title: "Scala 3.4.1 is now available!"
5+
---
6+
Scala 3.4.1 is now available!
7+
8+
This is a bug-fixing patch for Scala 3.4.0. The one important change is added support for `@deprecatedInheritance` annotation.
9+
10+
For a full list of changes and contributor credits, please refer to the [release notes](https://github.com/scala/scala3/releases/tag/3.4.1).

0 commit comments

Comments
 (0)