File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 33All major and minor version changes will be documented in this file. Details of
44patch-level version changes can be found in [ commit messages] ( ../../commits/master ) .
55
6+ ## 2023
7+
8+ - Fix: https://github.com/FHPythonUtils/LicenseCheck/issues/26
9+ - Fix python 3.8 compatibility, thanks https://github.com/NicolaDonelli !
10+
611## 2022.3.2 - 2022/12/30
712
813- Fix: use constant ` JOINS ` (";; ") in place of hardcoded ", " string to avoid splitting single license with commas
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " licensecheck"
3- version = " 2022.3.2 "
3+ version = " 2023 "
44license = " mit"
55description = " Output the licenses used by dependencies and check if these are compatible with the project license"
66authors = [" FredHappyface" ]
You can’t perform that action at this time.
0 commit comments