File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,10 @@ v33.0.0 (next next, roadmap)
34
34
of these in other summary plugins.
35
35
See https://github.com/nexB/scancode-toolkit/issues/1745
36
36
37
+
38
+ v32.2.1 - 2024-07-02
39
+ ---------------------
40
+
37
41
- Add support for parsing resolved packages and dependency relationships
38
42
from nuget lockfile `packages.lock.json `.
39
43
See https://github.com/nexB/scancode-toolkit/pull/3825
@@ -60,6 +64,12 @@ v33.0.0 (next next, roadmap)
60
64
- Add support for pyproject.toml files in python projects.
61
65
See https://github.com/nexB/scancode-toolkit/issues/3753
62
66
67
+ - More improved copyright detection, see
68
+ https://github.com/nexB/scancode-toolkit/pull/3752
69
+
70
+ - ``scancode-toolkit `` is now installable from the fedora repo.
71
+ See https://github.com/nexB/scancode-toolkit/pull/3824
72
+
63
73
v32.2.0 - 2024-06-19
64
74
----------------------
65
75
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = scancode-toolkit-mini
3
- version = 32.2.0
3
+ version = 32.2.1
4
4
license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft
5
5
6
6
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = scancode-toolkit
3
- version = 32.2.0
3
+ version = 32.2.1
4
4
license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft
5
5
6
6
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
Original file line number Diff line number Diff line change @@ -132,12 +132,12 @@ def _create_dir(location):
132
132
# 4. hardcoded This is the default, fallback version in case package is not installed or we
133
133
# do not have a proper version otherwise.
134
134
if not __version__ :
135
- __version__ = '32.2.0 '
135
+ __version__ = '32.2.1 '
136
136
137
137
#######################
138
138
# used to warn user when the version is out of date
139
139
# this is (year, month, day)
140
- __release_date__ = datetime .datetime (2024 , 6 , 19 )
140
+ __release_date__ = datetime .datetime (2024 , 7 , 2 )
141
141
142
142
# See https://github.com/nexB/scancode-toolkit/issues/2653 for more information
143
143
# on the data format version
You can’t perform that action at this time.
0 commit comments