Skip to content

Commit

Permalink
Merge pull request #4043 from aboutcode-org/add-rust-binary-support
Browse files Browse the repository at this point in the history
Add rust binary support
  • Loading branch information
AyanSinhaMahapatra authored Jan 6, 2025
2 parents 93ca65c + 7f2df4d commit e05aad4
Show file tree
Hide file tree
Showing 14 changed files with 1,938 additions and 11 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ v33.0.0 (next next, roadmap)
- Dependencies for
- Support for copyright detection objects.

- We can now collect packages from a Go binary using go-inspector (Linux-only)
- We can now collect packages from a Rust binary using rust-inspector (Linux-only)

- A new field in packages with the license category for the
detected license expression and also an API function to
Expand Down Expand Up @@ -89,6 +89,9 @@ Changes in Output Data Structure:
- Drop python 3.8 support as this is end of life. Please use older releases if you
are using python 3.8 but this is not recommended.

- We can now collect packages from a Go binary using go-inspector (Linux-only)
See https://github.com/aboutcode-org/scancode-toolkit/pull/3894

v32.2.1 - 2024-07-02
---------------------

Expand Down
Loading

0 comments on commit e05aad4

Please sign in to comment.