Skip to content

Commit

Permalink
Bump version to v4.0.0rc3
Browse files Browse the repository at this point in the history
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
  • Loading branch information
AyanSinhaMahapatra committed May 3, 2023
1 parent e31efbc commit 971b32b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion Release.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@
- Support for Drag & drop JSON/SQLite files
- Github actions to create automated releases
Exception: macos arm64 is not yet support by Github actions yet, needs manual build & upload
- Retain column order & states https://github.com/nexB/scancode-workbench/pull/568

## Bug fixes
- Prevent crashes on unsupported scans
- Provision for header-less scans (Test scans)
- Table column fixes
- Fixed UI anomalies
- Invalid path query fix (Data for files with similar prefix were colliding)
- Invalid path query fix (Data for files with similar prefix were colliding)
- window title update & occasional sqlite error for packages https://github.com/nexB/scancode-workbench/pull/560
- license detection parser issues, trimmed filter options, hide empty 'other dependencies' https://github.com/nexB/scancode-workbench/pull/569
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "scancode-workbench",
"productName": "scancode-workbench",
"version": "4.0.0rc2",
"version": "4.0.0rc3",
"description": "An application for viewing ScanCode results and concluding component origin and license",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion workbench.ABOUT
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
about_resource: scancode-workbench
name: ScanCode Workbench
version: 3.1.1
version: 4.0.0rc3
license: apache-2.0
owner: nexB Inc.
copyright: Copyright (c) 2019 nexB Inc.
Expand Down

0 comments on commit 971b32b

Please sign in to comment.