Skip to content

Commit c5e19d2

Browse files
Update CHANGELOG for release
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent d610a39 commit c5e19d2

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

CHANGELOG.rst

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ v33.0.0 (next next, roadmap)
1414
- Dependencies for
1515
- Support for copyright detection objects.
1616

17-
- We can now collect packages from a Rust binary using rust-inspector (Linux-only)
18-
1917
- A new field in packages with the license category for the
2018
detected license expression and also an API function to
2119
compute license categories from license expressions.
@@ -40,6 +38,33 @@ v33.0.0 (next next, roadmap)
4038
- Update Dockerfile and test container build.
4139
See https://github.com/aboutcode-org/scancode-toolkit/issues/3955
4240

41+
v32.3.1 - 2024-01-06
42+
--------------------
43+
44+
This is a minor release with license and package detection
45+
improvements, bugfixes and with new and updated license detection rules
46+
and new licenses added.
47+
48+
- We can now collect packages from a Rust binary using rust-inspector
49+
for rust binaries built with `cargo-auditable`(Linux-only)
50+
Also adds a plugin for colelcting rust symbols with the option
51+
``--rust-symbol``. See the initial release for more info:
52+
https://github.com/aboutcode-org/rust-inspector/releases/tag/v0.1.0
53+
https://github.com/aboutcode-org/scancode-toolkit/pull/4043
54+
55+
- Improves and adds bugfixes for package detection in the following ecosystems:
56+
conda, npm, rust, go.
57+
https://github.com/aboutcode-org/scancode-toolkit/pull/4073
58+
59+
- Updates go-inspector to v0.5.0 . GoReSym is now built from source and has
60+
been updated to v3.0.1. https://github.com/aboutcode-org/scancode-toolkit/pull/3972
61+
62+
- Adds new and updated licenses, license detection rules.
63+
https://github.com/aboutcode-org/scancode-toolkit/pull/3963
64+
65+
- Adds the latest license-expression with an updated licenseDB.
66+
https://github.com/aboutcode-org/scancode-toolkit/pull/3960
67+
4368
v32.3.0 - 2024-10-21
4469
--------------------
4570

0 commit comments

Comments
 (0)