-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1545 from scala/release-3.3.1
Add 3.3.1 release announcement
- Loading branch information
Showing
3 changed files
with
85 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: Scala 3.3.1 LTS | ||
start: 9 September 2023 | ||
layout: downloadpage | ||
release_version: 3.3.1 | ||
release_date: "September 7, 2023" | ||
permalink: /download/3.3.1.html | ||
license: <a href="https://www.scala-lang.org/license/">Apache License, Version 2.0</a> | ||
api_docs: https://www.scala-lang.org/api/3.3.1/ | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
--- | ||
category: announcement | ||
permalink: /news/3.3.1 | ||
title: "Scala 3.3.1 LTS is now available!" | ||
--- | ||
[Scala 3.3.1 LTS](https://github.com/lampepfl/dotty/releases/tag/3.3.1) is now available! | ||
|
||
This version adds support for records in Java dependencies of Scala projects. It also brings improvements to the bytecode generation and a new linting rule: `-Wnonunit-statement`. | ||
|
||
Apart from that, there is also a ton of bug fixes, frequently for more obscure bugs that were with us for many versions of the language. | ||
|
||
## Contributors | ||
|
||
Thank you to all the contributors who made the release of 3.3.1 possible | ||
|
||
According to `git shortlog -sn --no-merges 3.3.0..3.3.1`, they are: | ||
|
||
``` | ||
152 Nicolas Stucki | ||
73 Martin Odersky | ||
54 Dale Wijnand | ||
51 Szymon Rodziewicz | ||
49 Quentin Bernet | ||
38 Chris Kipp | ||
31 Paweł Marks | ||
19 David Hua | ||
18 Lucas | ||
18 ysthakur | ||
15 Fengyun Liu | ||
14 Guillaume Martres | ||
14 Jamie Thompson | ||
11 Sébastien Doeraene | ||
9 Timothée Andres | ||
8 Kacper Korban | ||
7 Matt Bovel | ||
7 Som Snytt | ||
6 Julien Richard-Foy | ||
6 Lucas Leblanc | ||
5 Michał Pałka | ||
4 Anatolii Kmetiuk | ||
4 Guillaume Raffin | ||
4 Jan Chyb | ||
4 Paul Coral | ||
4 Wojciech Mazur | ||
4 Yichen Xu | ||
3 Decel | ||
2 Adrien Piquerez | ||
2 Arman Bilge | ||
2 Carl | ||
2 Florian3k | ||
2 Kenji Yoshida | ||
2 Michael Pilquist | ||
2 Natsu Kagami | ||
2 Seth Tisue | ||
2 Tomasz Godzik | ||
2 Vasil Vasilev | ||
2 Yadu Krishnan | ||
1 Bersier | ||
1 Flavio Brasil | ||
1 Jan-Pieter van den Heuvel | ||
1 Lukas Rytz | ||
1 Miles Yucht | ||
1 Mohammad Yousuf Minhaj Zia | ||
1 Ondra Pelech | ||
1 Philippus | ||
1 Rikito Taniguchi | ||
1 Simon R | ||
1 brandonspark | ||
1 github-actions[bot] | ||
1 liang3zy22 | ||
1 s.bazarsadaev | ||
1 Łukasz Wroński | ||
``` |