Skip to content

Commit 62201b7

Browse files
committed
Add 3.3.1 release announcement
1 parent 35b7701 commit 62201b7

File tree

3 files changed

+85
-2
lines changed

3 files changed

+85
-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.3.x LTS release
3-
version: 3.3.0
4-
release_date: May 30, 2023
3+
version: 3.3.1
4+
release_date: September 9, 2023
55
- category: current_version
66
title: Current 2.13.x release
77
version: 2.13.11

_downloads/2023-09-07-3.3.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.3.1 LTS
3+
start: 9 September 2023
4+
layout: downloadpage
5+
release_version: 3.3.1
6+
release_date: "September 7, 2023"
7+
permalink: /download/3.3.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.3.1/
10+
---
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
---
2+
category: announcement
3+
permalink: /news/3.3.1
4+
title: "Scala 3.3.1 LTS is now available!"
5+
---
6+
[Scala 3.3.1 LTS](https://github.com/lampepfl/dotty/releases/tag/3.3.1) is now available!
7+
8+
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`.
9+
10+
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.
11+
12+
## Contributors
13+
14+
Thank you to all the contributors who made the release of 3.3.1 possible
15+
16+
According to `git shortlog -sn --no-merges 3.3.0..3.3.1`, they are:
17+
18+
```
19+
152 Nicolas Stucki
20+
73 Martin Odersky
21+
54 Dale Wijnand
22+
51 Szymon Rodziewicz
23+
49 Quentin Bernet
24+
38 Chris Kipp
25+
31 Paweł Marks
26+
19 David Hua
27+
18 Lucas
28+
18 ysthakur
29+
15 Fengyun Liu
30+
14 Guillaume Martres
31+
14 Jamie Thompson
32+
11 Sébastien Doeraene
33+
9 Timothée Andres
34+
8 Kacper Korban
35+
7 Matt Bovel
36+
7 Som Snytt
37+
6 Julien Richard-Foy
38+
6 Lucas Leblanc
39+
5 Michał Pałka
40+
4 Anatolii Kmetiuk
41+
4 Guillaume Raffin
42+
4 Jan Chyb
43+
4 Paul Coral
44+
4 Wojciech Mazur
45+
4 Yichen Xu
46+
3 Decel
47+
2 Adrien Piquerez
48+
2 Arman Bilge
49+
2 Carl
50+
2 Florian3k
51+
2 Kenji Yoshida
52+
2 Michael Pilquist
53+
2 Natsu Kagami
54+
2 Seth Tisue
55+
2 Tomasz Godzik
56+
2 Vasil Vasilev
57+
2 Yadu Krishnan
58+
1 Bersier
59+
1 Flavio Brasil
60+
1 Jan-Pieter van den Heuvel
61+
1 Lukas Rytz
62+
1 Miles Yucht
63+
1 Mohammad Yousuf Minhaj Zia
64+
1 Ondra Pelech
65+
1 Philippus
66+
1 Rikito Taniguchi
67+
1 Simon R
68+
1 brandonspark
69+
1 github-actions[bot]
70+
1 liang3zy22
71+
1 s.bazarsadaev
72+
1 Łukasz Wroński
73+
```

0 commit comments

Comments
 (0)