You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26-9Lines changed: 26 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,68 +2,85 @@
2
2
All major and minor version changes will be documented in this file. Details of
3
3
patch-level version changes can be found in [commit messages](../../commits/master).
4
4
5
+
## 2021.5 - 2021/10/18
6
+
7
+
- Compatible with pip 21.3
8
+
- Code quality improvements
9
+
5
10
## 2021.5 - 2021/09/14
11
+
6
12
- Add `-u poetry:dev` to command-line to include dev packages (excluded by default) per https://github.com/FHPythonUtils/LicenseCheck/issues/16
7
13
- Add support for proprietary license per https://github.com/FHPythonUtils/LicenseCheck/issues/15
8
14
- Raise RuntimeError if missing license and classifier https://github.com/FHPythonUtils/LicenseCheck/issues/14
9
15
- Quality improvements to license_matrix.py
10
16
- Add additional examples to readme
11
17
- Support pre-commit-hooks https://github.com/FHPythonUtils/LicenseCheck/issues/8
12
18
13
-
14
19
## 2021.4.1 - 2021/09/07
20
+
15
21
- Command-line options take precedent over config options as expected
16
22
17
23
## 2021.4 - 2021/09/07
24
+
18
25
- Add config file functionality per https://github.com/FHPythonUtils/LicenseCheck/issues/11
19
-
- Parsed in the following order: `pyproject.toml`, `setup.cfg`, `licensecheck.toml`, `licensecheck.json`, `licensecheck.ini`, `~/licensecheck.toml`, `~/licensecheck.json`, `~/licensecheck.ini`
20
-
- Note that the config takes precedent over command-line options
26
+
- Parsed in the following order: `pyproject.toml`, `setup.cfg`, `licensecheck.toml`, `licensecheck.json`, `licensecheck.ini`, `~/licensecheck.toml`, `~/licensecheck.json`, `~/licensecheck.ini`
27
+
- Note that the config takes precedent over command-line options
21
28
- Add optional path to requirements.txt as outlined in https://github.com/FHPythonUtils/LicenseCheck/issues/9#issuecomment-898878228
0 commit comments