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
- update tests (as env has changed, ideally we'd mock more than we do atm)
55
60
- linting fixes
56
61
@@ -73,45 +78,45 @@ patch-level version changes can be found in [commit messages](../../commits/mast
73
78
## 2024 - 2024/01/27
74
79
75
80
- code improvements
76
-
- users can now specify a license from the command line with `--license`https://github.com/FHPythonUtils/LicenseCheck/issues/69
81
+
- users can now specify a license from the command line with `--license`<https://github.com/FHPythonUtils/LicenseCheck/issues/69>
77
82
78
83
## 2024 - 2024/01/07
79
84
80
85
- update dependencies
81
86
82
87
## 2023.5.2 - 2023/12/01
83
88
84
-
- fix: crash when a namespace doesn't exist https://github.com/FHPythonUtils/LicenseCheck/issues/65
85
-
- fix: add support for double quotes in extras https://github.com/FHPythonUtils/LicenseCheck/pull/64,
86
-
thanks https://github.com/arunkumarpandian
89
+
- fix: crash when a namespace doesn't exist <https://github.com/FHPythonUtils/LicenseCheck/issues/65>
90
+
- fix: add support for double quotes in extras <https://github.com/FHPythonUtils/LicenseCheck/pull/64>,
91
+
thanks <https://github.com/arunkumarpandian>
87
92
88
93
## 2023.5.1 - 2023/09/21
89
94
90
-
- Fix optional extras from dependencies being included by default. Thank you https://github.com/arunkumarpandian!
91
-
- Dynamically get version from package metadata. Thank you https://github.com/emesar
95
+
- Fix optional extras from dependencies being included by default. Thank you <https://github.com/arunkumarpandian>!
96
+
- Dynamically get version from package metadata. Thank you <https://github.com/emesar>
92
97
- Bump version of rich
93
98
94
99
## 2023.4.3 - 2023/08/30
95
100
96
-
- Add a new flag `--skip-dependencies` which will exclude from the processing a list of the current project dependencies. Suitable for private dependencies which are only available on a private registry and not on PyPi. Thank you https://github.com/Azraeht :)
101
+
- Add a new flag `--skip-dependencies` which will exclude from the processing a list of the current project dependencies. Suitable for private dependencies which are only available on a private registry and not on PyPi. Thank you <https://github.com/Azraeht> :)
97
102
98
103
## 2023.4.2 - 2023/08/25
99
104
100
-
- Fixed Bug: handle missing urls for a pypi package https://github.com/FHPythonUtils/LicenseCheck/issues/57. Thank you https://github.com/Azraeht!
105
+
- Fixed Bug: handle missing urls for a pypi package <https://github.com/FHPythonUtils/LicenseCheck/issues/57>. Thank you <https://github.com/Azraeht>!
@@ -201,35 +206,35 @@ patch-level version changes can be found in [commit messages](../../commits/mast
201
206
202
207
## 2021.5 - 2021/09/14
203
208
204
-
- Add `-u poetry:dev` to command-line to include dev packages (excluded by default) per https://github.com/FHPythonUtils/LicenseCheck/issues/16
205
-
- Add support for proprietary license per https://github.com/FHPythonUtils/LicenseCheck/issues/15
206
-
- Raise RuntimeError if missing license and classifier https://github.com/FHPythonUtils/LicenseCheck/issues/14
209
+
- Add `-u poetry:dev` to command-line to include dev packages (excluded by default) per <https://github.com/FHPythonUtils/LicenseCheck/issues/16>
210
+
- Add support for proprietary license per <https://github.com/FHPythonUtils/LicenseCheck/issues/15>
211
+
- Raise RuntimeError if missing license and classifier <https://github.com/FHPythonUtils/LicenseCheck/issues/14>
207
212
- Quality improvements to license_matrix.py
208
213
- Add additional examples to readme
209
-
- Support pre-commit-hooks https://github.com/FHPythonUtils/LicenseCheck/issues/8
214
+
- Support pre-commit-hooks <https://github.com/FHPythonUtils/LicenseCheck/issues/8>
210
215
211
216
## 2021.4.1 - 2021/09/07
212
217
213
218
- Command-line options take precedent over config options as expected
214
219
215
220
## 2021.4 - 2021/09/07
216
221
217
-
- Add config file functionality per https://github.com/FHPythonUtils/LicenseCheck/issues/11
218
-
- Parsed in the following order: `pyproject.toml`, `setup.cfg`, `licensecheck.toml`, `licensecheck.json`, `licensecheck.ini`, `~/licensecheck.toml`, `~/licensecheck.json`, `~/licensecheck.ini`
219
-
- Note that the config takes precedent over command-line options
220
-
- Add optional path to requirements.txt as outlined in https://github.com/FHPythonUtils/LicenseCheck/issues/9#issuecomment-898878228
- Add config file functionality per <https://github.com/FHPythonUtils/LicenseCheck/issues/11>
223
+
- Parsed in the following order: `pyproject.toml`, `setup.cfg`, `licensecheck.toml`, `licensecheck.json`, `licensecheck.ini`, `~/licensecheck.toml`, `~/licensecheck.json`, `~/licensecheck.ini`
224
+
- Note that the config takes precedent over command-line options
225
+
- Add optional path to requirements.txt as outlined in <https://github.com/FHPythonUtils/LicenseCheck/issues/9#issuecomment-898878228>
0 commit comments