Skip to content

Commit cb4a518

Browse files
authored
Merge pull request #1433 from Kordyjan/announcement-3.2.1
Add Scala 3.2.1
2 parents 67e7493 + 94eb802 commit cb4a518

File tree

3 files changed

+70
-2
lines changed

3 files changed

+70
-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.2.x release
3-
version: 3.2.0
4-
release_date: September 5, 2022
3+
version: 3.2.1
4+
release_date: November 7, 2022
55
- category: current_version
66
title: Current 2.13.x release
77
version: 2.13.10

_downloads/2022-11-07-3.2.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.2.1
3+
start: 7 November 2022
4+
layout: downloadpage
5+
release_version: 3.2.1
6+
release_date: "November 7, 2022"
7+
permalink: /download/3.2.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.2.1/
10+
---
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
layout: blog-detail
3+
post-type: blog
4+
by: Paweł Marks, VirtusLab
5+
title: Scala 3.2.1 released!
6+
---
7+
8+
[Scala 3.2.1](https://github.com/lampepfl/dotty/releases/tag/3.2.1) is now available!
9+
10+
This version is a bug-fixing release focusing mainly but not exclusively on solving rare issues with code not compiling after upgrading the language version to 3.2.0. This release also brings two notable enhancements:
11+
12+
- You can use published versions of the compiler to experiment with [capture checking](https://docs.scala-lang.org/scala3/reference/experimental/cc.html). You are no longer required to build the compiler from the sources from the experimental branch. Note that the capture-checking feature is still in an early experimental stage and needs lots of work and time before it becomes stable.
13+
- It includes the first batch of frontend changes to generated Scaladoc. You can see the overall direction of changes and some future improvements by visiting the documentation site for [the standard library](https://www.scala-lang.org/api/3.2.1/).
14+
15+
## Contributors
16+
17+
Thank you to all the contributors who made the release of 3.2.1 possible 🎉
18+
19+
According to `git shortlog -sn --no-merges 3.2.0..3.2.1`, they are:
20+
21+
```
22+
215 Martin Odersky
23+
94 Filip Łukasik
24+
69 Fengyun Liu
25+
57 Filip Zybała
26+
31 Dale Wijnand
27+
16 Paweł Marks
28+
14 Sébastien Doeraene
29+
10 Guillaume Raffin
30+
9 rochala
31+
8 Chris Kipp
32+
8 Som Snytt
33+
7 Jędrzej Rochala
34+
7 Nicolas Stucki
35+
7 Yichen Xu
36+
6 Jamie Thompson
37+
6 Tom Grigg
38+
5 Kacper Korban
39+
5 noti0na1
40+
2 Arman Bilge
41+
2 Matt Bovel
42+
2 Ondrej Lhotak
43+
2 Quentin Bernet
44+
2 Seth Tisue
45+
2 Tomasz Godzik
46+
1 Adrien Piquerez
47+
1 Florian3k
48+
1 Gagandeep Kalra
49+
1 Jentsch
50+
1 Kieren Davies
51+
1 Michał Pałka
52+
1 Naveen
53+
1 Oron Port
54+
1 Rubin Simons
55+
1 Wojciech Mazur
56+
1 esteban marin
57+
1 naveen
58+
```

0 commit comments

Comments
 (0)