diff --git a/_data/scala-releases.yml b/_data/scala-releases.yml index 67012bcfe..06b72b0b6 100644 --- a/_data/scala-releases.yml +++ b/_data/scala-releases.yml @@ -1,7 +1,7 @@ - category: current_version title: Current 3.2.x release - version: 3.2.0 - release_date: September 5, 2022 + version: 3.2.1 + release_date: November 7, 2022 - category: current_version title: Current 2.13.x release version: 2.13.10 diff --git a/_downloads/2022-11-07-3.2.1.md b/_downloads/2022-11-07-3.2.1.md new file mode 100644 index 000000000..e51c32305 --- /dev/null +++ b/_downloads/2022-11-07-3.2.1.md @@ -0,0 +1,10 @@ +--- +title: Scala 3.2.1 +start: 7 November 2022 +layout: downloadpage +release_version: 3.2.1 +release_date: "November 7, 2022" +permalink: /download/3.2.1.html +license: Apache License, Version 2.0 +api_docs: https://www.scala-lang.org/api/3.2.1/ +--- diff --git a/blog/_posts/2022-11-07-scala-3.2.1-released.md b/blog/_posts/2022-11-07-scala-3.2.1-released.md new file mode 100644 index 000000000..b1a97f79e --- /dev/null +++ b/blog/_posts/2022-11-07-scala-3.2.1-released.md @@ -0,0 +1,58 @@ +--- +layout: blog-detail +post-type: blog +by: Paweł Marks, VirtusLab +title: Scala 3.2.1 released! +--- + +[Scala 3.2.1](https://github.com/lampepfl/dotty/releases/tag/3.2.1) is now available! + +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: + +- 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. +- 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/). + +## Contributors + +Thank you to all the contributors who made the release of 3.2.1 possible 🎉 + +According to `git shortlog -sn --no-merges 3.2.0..3.2.1`, they are: + +``` + 215 Martin Odersky + 94 Filip Łukasik + 69 Fengyun Liu + 57 Filip Zybała + 31 Dale Wijnand + 16 Paweł Marks + 14 Sébastien Doeraene + 10 Guillaume Raffin + 9 rochala + 8 Chris Kipp + 8 Som Snytt + 7 Jędrzej Rochala + 7 Nicolas Stucki + 7 Yichen Xu + 6 Jamie Thompson + 6 Tom Grigg + 5 Kacper Korban + 5 noti0na1 + 2 Arman Bilge + 2 Matt Bovel + 2 Ondrej Lhotak + 2 Quentin Bernet + 2 Seth Tisue + 2 Tomasz Godzik + 1 Adrien Piquerez + 1 Florian3k + 1 Gagandeep Kalra + 1 Jentsch + 1 Kieren Davies + 1 Michał Pałka + 1 Naveen + 1 Oron Port + 1 Rubin Simons + 1 Wojciech Mazur + 1 esteban marin + 1 naveen +```