Skip to content

Commit 79ab9b9

Browse files
authored
Bump matchcode-toolkit version to v3.0.0 (#1088)
Signed-off-by: Jono Yang <jyang@nexb.com>
1 parent 7da7813 commit 79ab9b9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ v33.2.0 (unreleased)
2323
Restructure the inspect_manifest pipeline into:
2424
* load_sbom: for loading SPDX/CycloneDX SBOMs and ABOUT files
2525
* resolve_dependencies: for resolving package dependencies
26-
* inspect_packages: gets package data from package manifests/lockfiles
26+
* inspect_packages: gets package data from package manifests/lockfiles
2727

2828
A data migration is included to facilitate the migration of existing data.
2929
Only the new names are available in the web UI but the REST API and CLI are backward
@@ -34,7 +34,7 @@ v33.2.0 (unreleased)
3434
- Remove "packageFileName" entry from SPDX output.
3535
https://github.com/nexB/scancode.io/issues/1076
3636

37-
- Add an add-on pipeline for collecting DWARF debug symbol compilation
37+
- Add an add-on pipeline for collecting DWARF debug symbol compilation
3838
unit paths when available from elfs.
3939
https://github.com/nexB/purldb/issues/260
4040

@@ -44,6 +44,8 @@ v33.2.0 (unreleased)
4444
- Add URL scheme validation with explicit error messages for input URLs.
4545
https://github.com/nexB/scancode.io/issues/1047
4646

47+
- Update matchcode-toolkit to v3.0.0
48+
4749
v33.1.0 (2024-02-02)
4850
--------------------
4951

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ install_requires =
9393
# Font Awesome
9494
fontawesomefree==6.5.1
9595
# MatchCode-toolkit
96-
matchcode-toolkit==2.0.1
96+
matchcode-toolkit==3.0.0
9797
# Univers
9898
univers==30.11.0
9999

0 commit comments

Comments
 (0)