Skip to content

Commit 620fa79

Browse files
committed
Add release data
1 parent e441433 commit 620fa79

File tree

3 files changed

+61
-3
lines changed

3 files changed

+61
-3
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.1.x release
3-
version: 3.1.2
4-
release_date: April 12, 2022
3+
version: 3.1.3
4+
release_date: June 21, 2022
55
- category: current_version
66
title: Current 2.13.x release
77
version: 2.13.8

_downloads/2022-06-21-3.1.3.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Scala 3.1.3
3+
start: 21 June 2022
4+
layout: downloadpage
5+
release_version: 3.1.3
6+
release_date: "June 21, 2022"
7+
permalink: /download/3.1.3.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.1.3/
10+
---

blog/_posts/2022-06-21-scala-3.1.3-released.md

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,53 @@ Thank you to all the contributors who made this release possible.
104104
According to `git shortlog -sn --no-merges 3.1.2..3.1.3` these are:
105105

106106
```
107-
// TODO
107+
66 odersky
108+
48 Nicolas Stucki
109+
38 Filip Zybała
110+
36 Martin Odersky
111+
29 noti0na1
112+
27 Som Snytt
113+
24 Dale Wijnand
114+
19 Anatolii Kmetiuk
115+
19 Chris Kipp
116+
18 Paweł Marks
117+
17 Rikito Taniguchi
118+
13 Xavientois
119+
13 Tom Grigg
120+
12 Jan Chyb
121+
11 Guillaume Martres
122+
8 Jamie Thompson
123+
8 Matt Bovel
124+
6 Tomasz Godzik
125+
5 Michael Pilquist
126+
5 rochala
127+
4 adampauls
128+
4 Kacper Korban
129+
3 Sébastien Doeraene
130+
3 Andrzej Ressel
131+
3 Olivier Blanvillain
132+
3 Phil
133+
3 Seth Tisue
134+
2 Stéphane Micheloud
135+
2 Yichen Xu
136+
2 Arman Bilge
137+
2 Julien Richard-Foy
138+
2 Adrien Piquerez
139+
1 ireina7
140+
1 Alexander Ioffe
141+
1 Jentsch
142+
1 Jędrzej Rochala
143+
1 Michał Pałka
144+
1 Ondrej Lhotak
145+
1 Pascal Weisenburger
146+
1 Quentin Bernet
147+
1 Ruslan Shevchenko
148+
1 SrTobi
149+
1 Stephane MICHELOUD
150+
1 Vadim Chelyshov
151+
1 Vasil Vasilev
152+
1 bjornregnell
153+
1 ghostbuster91
154+
1 som-snytt
155+
1 Łukasz Wroński
108156
```

0 commit comments

Comments
 (0)