@@ -14,6 +14,24 @@ import "html/template"
14
14
//
15
15
// The table is sorted by date, breaking ties with newer versions first.
16
16
var Releases = []* Release {
17
+ {
18
+ Date : Date {2023 , 5 , 2 }, Version : Version {1 , 20 , 4 },
19
+ Future : true ,
20
+ Security : & FixSummary {Components : []template.HTML {"the standard library" }},
21
+ Bug : & FixSummary {
22
+ Components : []template.HTML {"the compiler" , "the runtime" },
23
+ Packages : []string {"crypto/subtle" , "crypto/tls" , "net/http" , "syscall" },
24
+ },
25
+ },
26
+ {
27
+ Date : Date {2023 , 5 , 2 }, Version : Version {1 , 19 , 9 },
28
+ Future : true ,
29
+ Security : & FixSummary {Components : []template.HTML {"the standard library" }},
30
+ Bug : & FixSummary {
31
+ Components : []template.HTML {"the compiler" , "the runtime" },
32
+ Packages : []string {"crypto/tls" , "syscall" },
33
+ },
34
+ },
17
35
{
18
36
Date : Date {2023 , 4 , 4 }, Version : Version {1 , 20 , 3 },
19
37
Security : & FixSummary {Packages : []string {"go/parser" , "html/template" , "mime/multipart" , "net/http" , "net/textproto" }},
0 commit comments