blob: e2330d8ad330f3164e06bdae36dda6789473b2ed (
plain) (
blame)
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
|
Release History
---------------
0.3.0 (2017-02-24)
++++++++++++++++++
- Added checking for blocked packages
- Added checking for alphabetical order for JSON keys and ``#![feature(...)]``
- Improved duplicated packages checking
- Improved ordering ``use`` statements
- Allow tidy to run custom project-specific lints
- And many other improvements
0.2.0 (2016-08-09)
++++++++++++++++++
- Improve license checking to disregard comments and line breaks
- License checking verifies that COPYRIGHT is specified when apache2 is used
0.0.3 (2016-04-19)
++++++++++++++++++
- Add alternate wording of apache2 license
0.0.2 (2016-04-17)
++++++++++++++++++
- Cleanup Tidy to work on external deps
0.0.1 (2016-04-12)
++++++++++++++++++
- Package Tidy
|