-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathCHANGELOG.yml
181 lines (140 loc) · 3.84 KB
/
CHANGELOG.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
# Semantic ChangeLog (see https://github.com/c4s4/changelog/)
- version: 1.13.3
date: 2019-10-21
summary: Updated for Go 1.13.2
- version: 1.13.2
date: 2019-09-29
summary: Updated for Go 1.13.1
- version: 1.13.1
date: 2019-09-10
summary: Exclude vendor packages
- version: 1.13.0
date: 2019-09-10
summary: Updated for Go 1.13
- version: 1.12.3
date: 2019-07-12
summary: Reordered Go versions
- version: 1.12.2
date: 2019-07-09
summary: Updated for Go 1.11.12 and 1.12.7
- version: 1.12.1
date: 2019-05-09
summary: Updated for Go 1.11.10 and 1.12.5
- version: 1.12.0
date: 2019-03-15
summary: Updated for Go 1.12
- version: 1.11.1
date: 2018-12-14
summary: Updated for Go release 1.11.3 and 1.10.6
- version: 1.11
date: 2018-08-25
summary: Updated for Go release 1.11 and 1.10.4
- version: 1.10.3
date: 2018-05-02
summary: Updated for Go release 1.10.2
- version: 1.10.2
date: 2018-04-08
summary: Fixed bug
fixed:
- "Unexported interfaces (such as net/http/I) are not listed anymore."
- version: 1.10.1
date: 2018-02-22
summary: Fixed all warnings
fixed:
- "All warnings were fixed."
- version: 1.10.0
date: 2018-02-18
summary: Updated for Go release 1.10
- version: 1.9.1
date: 2018-02-08
summary: Updated for Go 1.8.7, 1.9.4 and 1.10rc2
- version: 1.9.0
date: 2017-07-27
summary: Updated for GO release 1.9rc1
- version: 1.8.4
date: 2017-05-24
summary: Updated for GO releases 1.7.6 and 1.8.3
- version: 1.8.3
date: 2017-02-17
summary: Updated for GO release 1.8
- version: 1.8.2
date: 2017-01-26
summary: Updated for GO releases 1.7.5 and 1.8rc2
- version: 1.8.1
date: 2017-01-10
summary: Updated for GO release 1.8rc1
- version: 1.8.0
date: 2017-01-05
summary: Updated for GO release 1.8beta2
- version: 1.7.3
date: 2016-12-19
summary: Updated for GO releases 1.6.4 and 1.7.4
- version: 1.7.2
date: 2016-08-16
summary: Updated for GO release 1.7
- version: 1.7.1
date: 2016-07-19
summary: Updated versions to 1.6.3 and 1.7rc2
- version: 1.7.0
date: 2016-07-08
summary: Added version 1.7rc1
- version: 1.6.2
date: 2016-04-21
summary: Version updated to 1.6.2
- version: 1.6.1
date: 2016-04-13
summary: Versions updated to 1.5.4 and 1.6.1
- version: 1.6.0
date: 2016-02-18
summary: Added version 1.6
- version: 1.5.5
date: 2016-02-12
summary: Updated version 1.5.2 -> 1.5.3
- version: 1.5.4
date: 2015-09-24
summary: Changed tags in articles
- version: 1.5.3
date: 2015-09-24
summary: Set update date in generated articles
- version: 1.5.2
date: 2015-09-24
summary: Updated for GO release 1.4.3
- version: 1.5.1
date: 2015-09-15
summary: Fixed article tables for blackfriday parser
- version: 1.5.0
date: 2015-09-10
summary: Added article generation
added:
- "Added article generation in markdown format."
- version: 1.4.1
date: 2015-08-28
summary: Fixed interface regexp
fixed:
- "Fixed interface regexp so that it takes empty interfaces."
- version: 1.4.0
date: 2015-08-27
summary: Updated for GO 1.5
fixed:
- "Fixed interface regexp so that it doesn't take definitions in comments
(such as https://github.com/golang/go/blob/go1.5/src/go/types/predicates.go#L223)."
- version: 1.3.0
date: 2015-03-28
summary: Improved release process
fixed:
- "Files renamed to implement standard."
- "Articles moved in relevant project."
added:
- "Automated release regarding branch."
- version: 1.2.1
date: 2015-01-16
summary: Updated for GO 1.4.1
- version: 1.2.0
date: 2015-01-12
summary: Added generation for a list of versions
- version: 1.1.0
date: 2014-12-24
summary: Fixed for GO 1.4 and links point to sources on Github
- version: 1.0.0
date: 2014-10-29
summary: First release