@@ -14,8 +14,6 @@ v33.0.0 (next next, roadmap)
14
14
- Dependencies for
15
15
- Support for copyright detection objects.
16
16
17
- - We can now collect packages from a Rust binary using rust-inspector (Linux-only)
18
-
19
17
- A new field in packages with the license category for the
20
18
detected license expression and also an API function to
21
19
compute license categories from license expressions.
@@ -40,6 +38,33 @@ v33.0.0 (next next, roadmap)
40
38
- Update Dockerfile and test container build.
41
39
See https://github.com/aboutcode-org/scancode-toolkit/issues/3955
42
40
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
+
43
68
v32.3.0 - 2024-10-21
44
69
--------------------
45
70
0 commit comments