@@ -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 Go binary using go-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+
4368v32.3.0 - 2024-10-21
4469--------------------
4570
@@ -89,6 +114,9 @@ Changes in Output Data Structure:
89114- Drop python 3.8 support as this is end of life. Please use older releases if you
90115 are using python 3.8 but this is not recommended.
91116
117+ - We can now collect packages from a Go binary using go-inspector (Linux-only)
118+ See https://github.com/aboutcode-org/scancode-toolkit/pull/3894
119+
92120v32.2.1 - 2024-07-02
93121---------------------
94122
0 commit comments