Skip to content

Commit 01de20f

Browse files
Update CHANGELOG and bump versions
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent fa80293 commit 01de20f

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ v33.0.0 (next next, roadmap)
3737
of these in other summary plugins.
3838
See https://github.com/nexB/scancode-toolkit/issues/1745
3939

40+
v32.3.0 - 2024-10-21
41+
--------------------
42+
4043
Major API/other changes:
4144

4245
- Output Format Version updated to 4.0.0 (major version bump)
@@ -74,6 +77,15 @@ Changes in Output Data Structure:
7477

7578
- Fix Python ``SyntaxWarning`` in textcode module.
7679

80+
- Improve python, npm, yarn, go package detections:
81+
https://github.com/aboutcode-org/scancode-toolkit/pull/3857
82+
https://github.com/aboutcode-org/scancode-toolkit/pull/3869
83+
https://github.com/aboutcode-org/scancode-toolkit/pull/3943
84+
https://github.com/aboutcode-org/scancode-toolkit/pull/3894
85+
86+
- Drop python 3.8 support as this is end of life. Please use older releases if you
87+
are using python 3.8 but this is not recommended.
88+
7789
v32.2.1 - 2024-07-02
7890
---------------------
7991

src/scancode_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,12 @@ def _create_dir(location):
132132
# 4. hardcoded This is the default, fallback version in case package is not installed or we
133133
# do not have a proper version otherwise.
134134
if not __version__:
135-
__version__ = '32.2.1'
135+
__version__ = '32.3.0'
136136

137137
#######################
138138
# used to warn user when the version is out of date
139139
# this is (year, month, day)
140-
__release_date__ = datetime.datetime(2024, 7, 2)
140+
__release_date__ = datetime.datetime(2024, 10, 21)
141141

142142
# See https://github.com/nexB/scancode-toolkit/issues/2653 for more information
143143
# on the data format version

0 commit comments

Comments
 (0)