Skip to content

Commit 34a14fb

Browse files
authored
Merge pull request #407 from pre-commit/changelog_dates
Add dates to changelog entries
2 parents d6d3bd9 + 3ed9b62 commit 34a14fb

File tree

1 file changed

+76
-76
lines changed

1 file changed

+76
-76
lines changed

CHANGELOG.md

Lines changed: 76 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
2.3.0
2-
=====
1+
2.3.0 - 2019-08-05
2+
==================
33

44
### Features
55
- Add `rpdb` to detected debuggers in `debug-statements`
@@ -17,31 +17,31 @@
1717
- Fix `git-lfs` tests in azure pipelines
1818
- #403 PR by @ssbarnea.
1919

20-
2.2.3
21-
=====
20+
2.2.3 - 2019-05-16
21+
==================
2222

2323
### Fixes
2424
- Handle CRLF line endings in `double-quote-string-fixer`
2525
- #385 issue by @Trim21.
2626
- #386 PR by @asottile.
2727

28-
2.2.2
29-
=====
28+
2.2.2 - 2019-05-15
29+
==================
3030

3131
### Fixes
3232
- Handle CRLF line endings in `fix-encoding-pragma`
3333
- #384 PR by @asottile.
3434

35-
2.2.1
36-
=====
35+
2.2.1 - 2019-04-21
36+
==================
3737

3838
### Fixes
3939
- Use UTF-8 to load yaml files
4040
- #377 issue by @roottool.
4141
- #378 PR by @roottool.
4242

43-
2.2.0
44-
=====
43+
2.2.0 - 2019-04-20
44+
==================
4545

4646
### Features
4747
- Switch from `pyyaml` to `ruamel.yaml`
@@ -71,8 +71,8 @@
7171
- `pre-commit-hooks` now is type checked with mypy.
7272
- #360 PR by @asottile.
7373

74-
2.1.0
75-
=====
74+
2.1.0 - 2018-12-26
75+
==================
7676

7777
### Features
7878
- Detect PGP/GPG private keys in `detect-private-key`
@@ -93,8 +93,8 @@
9393
- #343 PR by @TheKevJames.
9494

9595

96-
2.0.0
97-
=====
96+
2.0.0 - 2018-10-12
97+
==================
9898

9999
### Breaking changes
100100

@@ -125,8 +125,8 @@
125125

126126
[mirrors-autopep8]: https://github.com/pre-commit/mirrors-autopep8
127127

128-
1.4.0-1
129-
=======
128+
1.4.0-1 - 2018-09-27
129+
====================
130130

131131
(Note: this is a tag-only release as no code changes occurred)
132132

@@ -135,8 +135,8 @@
135135
- #315 issue by @revolter.
136136
- #317 PR by @revolter.
137137

138-
1.4.0
139-
=====
138+
1.4.0 - 2018-07-22
139+
==================
140140

141141
### Features
142142
- `no-commit-to-branch`: allow `--branch` to be specified multiple times
@@ -159,8 +159,8 @@
159159
- Test against python3.7
160160
- #304 PR by @expobrain.
161161

162-
1.3.0
163-
=====
162+
1.3.0 - 2018-05-28
163+
==================
164164

165165
### Features
166166
- Add an `--unsafe` argument to `check-yaml` to allow custom yaml tags
@@ -181,23 +181,23 @@
181181
- #285 issue by @EgoWumpus.
182182
- #286 PR by @asottile.
183183

184-
1.2.3
185-
=====
184+
1.2.3 - 2018-02-28
185+
==================
186186

187187
### Fixes
188188
- `trailing-whitespace` entrypoint was incorrect.
189189
- f6780b9 by @asottile.
190190

191-
1.2.2
192-
=====
191+
1.2.2 - 2018-02-28
192+
==================
193193

194194
### Fixes
195195
- `trailing-whitespace` no longer adds a missing newline at end-of-file
196196
- #270 issue by @fractos.
197197
- #271 PR by @asottile.
198198

199-
1.2.1-1
200-
=======
199+
1.2.1-1 - 2018-02-24
200+
====================
201201

202202
(Note: this is a tag-only release as no code changes occurred)
203203

@@ -206,8 +206,8 @@
206206
- #268 issue by @dongyuzheng.
207207
- #269 PR by @asottile.
208208

209-
1.2.1
210-
=====
209+
1.2.1 - 2018-02-19
210+
==================
211211
### Fixes:
212212
- `detect-aws-credentials` false positive when key was empty
213213
- #258 issue by @PVSec.
@@ -216,8 +216,8 @@
216216
- #265 issue by @hectorv.
217217
- #266 PR by @asottile.
218218

219-
1.2.0
220-
=====
219+
1.2.0 - 2018-01-13
220+
==================
221221
### Features:
222222
- Add new `check-builtin-literals` hook.
223223
- #249 #251 PR by @benwebber.
@@ -227,23 +227,23 @@
227227
- #255 issue by @SaMnCo @nicain.
228228
- #256 PR by @nicain.
229229

230-
1.1.1
231-
=====
230+
1.1.1 - 2017-10-19
231+
==================
232232
### Fixes:
233233
- Fix output interleaving in `check-vcs-permalinks` under python3.
234234
- #245 PR by @asottile.
235235

236-
1.1.0
237-
=====
236+
1.1.0 - 2017-10-12
237+
==================
238238
### Features:
239239
- `check-yaml` gains a `--allow-multiple-documents` (`-m`) argument to allow
240240
linting of files using the
241241
[multi document syntax](http://www.yaml.org/spec/1.2/spec.html#YAML)
242242
- pre-commit/pre-commit#635 issue by @geekobi.
243243
- #244 PR by @asottile.
244244

245-
1.0.0
246-
=====
245+
1.0.0 - 2017-10-09
246+
==================
247247
### Features:
248248
- New hook: `check-vcs-permalinks` for ensuring permalinked github urls.
249249
- #241 PR by @asottile.
@@ -254,33 +254,33 @@
254254
- Fix `requirements-txt-fixer` for files ending in comments
255255
- #243 PR by @asottile.
256256

257-
0.9.5
258-
=====
257+
0.9.5 - 2017-09-27
258+
==================
259259
- Fix mixed-line-endings `--fix=...` when whole file is a different ending
260260

261-
0.9.4
262-
=====
261+
0.9.4 - 2017-09-19
262+
==================
263263
- Fix entry point for `mixed-line-ending`
264264

265-
0.9.3
266-
=====
265+
0.9.3 - 2017-09-07
266+
==================
267267
- New hook: `mixed-line-ending`
268268

269-
0.9.2
270-
=====
269+
0.9.2 - 2017-08-21
270+
==================
271271
- Report full python version in `check-ast`.
272272
- Apply a more strict regular expression for `name-tests-test`
273273
- Upgrade binding for `git-lfs` for `check-added-large-files`. The oldest
274274
version that is supported is 2.2.1 (2.2.0 will incorrectly refer to all
275275
files as "lfs" (false negative) and earlier versions will crash.
276276
- `debug-statements` now works for non-utf-8 files.
277277

278-
0.9.1
279-
=====
278+
0.9.1 - 2017-07-02
279+
==================
280280
- Add `check-executables-have-shebangs` hook.
281281

282-
0.9.0
283-
=====
282+
0.9.0 - 2017-07-02
283+
==================
284284
- Add `sort-simple-yaml` hook
285285
- Fix `requirements-txt-fixer` for empty files
286286
- Add `file-contents-sorter` hook for sorting flat files
@@ -289,45 +289,45 @@
289289
allows the text processing hooks to match *all* text files (and to match
290290
files which would only be classifiable by their shebangs).
291291

292-
0.8.0
293-
=====
292+
0.8.0 - 2017-06-06
293+
==================
294294
- Add flag allowing missing keys to `detect-aws-credentials`
295295
- Handle django default `tests.py` in `name-tests-test`
296296
- Add `--no-ensure-ascii` option to `pretty-format-json`
297297
- Add `no-commit-to-branch` hook
298298

299-
0.7.1
300-
=====
299+
0.7.1 - 2017-02-07
300+
==================
301301
- Don't false positive on files where trailing whitespace isn't changed.
302302

303-
0.7.0
304-
=====
303+
0.7.0 - 2017-01-21
304+
==================
305305
- Improve search for detecting aws keys
306306
- Add .pre-commit-hooks.yaml for forward compatibility
307307

308-
0.6.1
309-
=====
308+
0.6.1 - 2016-11-30
309+
==================
310310
- trailing-whitespace-hook: restore original file on catastrophic failure
311311
- trailing-whitespace-hook: support crlf
312312
- check-yaml: Use safe_load
313313
- check-json: allow custom key sort
314314
- check-json: display filename for non-utf8 files
315315
- New hook: forbid-new-submodules
316316

317-
0.6.0
318-
=====
317+
0.6.0 - 2016-08-12
318+
==================
319319
- Merge conflict detection no longer crashes on binary files
320320
- Indentation in json may be an arbitrary separator
321321
- Editable requirements are properly sorted
322322
- Encoding pragma fixer pragma is configurable
323323

324-
0.5.1
325-
=====
324+
0.5.1 - 2016-05-16
325+
==================
326326
- Add a --no-sort-keys to json pretty formatter
327327
- Add a --remove to fix-encoding-pragma
328328

329-
0.5.0
330-
=====
329+
0.5.0 - 2016-04-05
330+
==================
331331
- Add check-byte-order-marker
332332
- Add check-synlinks
333333
- check-large-files-added understands git-lfs
@@ -340,8 +340,8 @@
340340
- Allow binary files to pass private key hook
341341
- Add pretty-format-json hook
342342

343-
0.4.2
344-
=====
343+
0.4.2 - 2015-05-31
344+
==================
345345
- Add --django to test name checker
346346
- Add check-merge-conflict hook
347347
- Remove dependency on plumbum
@@ -350,13 +350,13 @@
350350
- Teach trailing-whitespace about markdown
351351
- Quickfix for pyflakes - flake8 version conflict
352352

353-
0.4.1
354-
=====
353+
0.4.1 - 2015-03-08
354+
==================
355355
- Respect configuration when running autopep8
356356
- Quickfix for pep8 version conflicts
357357

358-
0.4.0
359-
=====
358+
0.4.0 - 2015-02-22
359+
==================
360360
- Fix trailing-whitespace on OS X
361361
- Add check-added-large-files hook
362362
- Add check-docstring-first hook
@@ -367,18 +367,18 @@
367367
- Fix end-of-file-fixer for windows
368368
- Add double-quote-string-fixer hook
369369

370-
0.3.0
371-
=====
370+
0.3.0 - 2014-08-22
371+
==================
372372
- Add autopep8-wrapper hook
373373

374-
0.2.0
375-
=====
374+
0.2.0 - 2014-08-19
375+
==================
376376
- Add check-json hook
377377

378-
0.1.1
379-
=====
378+
0.1.1 - 2014-06-19
379+
==================
380380
- Don't crash on non-parseable files for debug-statement-hook
381381

382-
0.1.0
383-
=====
382+
0.1.0 - 2014-06-07
383+
==================
384384
- Initial Release

0 commit comments

Comments
 (0)