Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 3.3.1 release announcement #1545

Merged
merged 1 commit into from
Sep 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _data/scala-releases.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- category: current_version
title: Current 3.3.x LTS release
version: 3.3.0
release_date: May 30, 2023
version: 3.3.1
release_date: September 9, 2023
- category: current_version
title: Current 2.13.x release
version: 2.13.11
Expand Down
10 changes: 10 additions & 0 deletions _downloads/2023-09-07-3.3.1.md
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/
---
73 changes: 73 additions & 0 deletions _posts/2023-09-07-release-notes-3.3.1.md
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
```