Skip to content

Commit 2626f6e

Browse files
committed
Bump version to v4.0.2
Signed-off-by: Omkar Phansopkar <[email protected]>
1 parent 4ed7892 commit 2626f6e

File tree

6 files changed

+33
-21
lines changed

6 files changed

+33
-21
lines changed

CHANGELOG.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
55
The format is based on `Keep a
66
Changelog <https://keepachangelog.com/en/1.0.0/>`__
77

8+
[v4.0.3] - Unreleased
9+
--------------------------
10+
11+
12+
[v4.0.2] - 2024-02-27
13+
--------------------------
14+
15+
**This ScanCode-Workbench release contains schema changes: scans will have to be re-imported**
16+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17+
18+
--------------------
19+
New Features
20+
~~~~~~~~~~~~
21+
22+
- New PR template by @dotarjun in #617
23+
- Fixed Boolean cell renderer, refactored renderers, hidden license text for directories by @OmkarPh in #627
24+
- Updated docs - illustrations corresponding to new UI for to-do, reviews, matches table by @OmkarPh in #628
25+
- Support for new License detection format by @OmkarPh in #629
26+
- MacOS arm64 build in github actions by @OmkarPh in #630
27+
828
[v4.0.1] - 2024-01-22
929
--------------------------
1030

Release.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,16 @@
11
## Major changes
22

3-
- Support for To-do items by @OmkarPh in #593
4-
- Track & filter reviewed licenses by @OmkarPh in #571
5-
- Build filetree with missing directories to support `--only-findings` scans by @OmkarPh #624
6-
- Sort the files in tableview by their depth in directory tree by @OmkarPh in #625
3+
- New PR template by @dotarjun in #617
4+
- Fixed Boolean cell renderer, refactored renderers, hidden license text for directories by @OmkarPh in #627
5+
- Updated docs - illustrations corresponding to new UI for to-do, reviews, matches table by @OmkarPh in #628
6+
- Support for new License detection format by @OmkarPh in #629
7+
- MacOS arm64 build in github actions by @OmkarPh in #630
78

89
### Note - Due to new features & schema changes, you'll have to re-import scans in workbench, previously generated sqlite files aren't compatible with this and further releases
910

1011
## ScanCode Toolkit Compatibility
1112

12-
This v4.0.1 of ScanCode Workbench is compatible with scans from any [ScanCode Toolkit](https://github.com/nexB/scancode-toolkit/) releases at or after [`v32.0.0`](https://github.com/nexB/scancode-toolkit/releases/tag/v32.0.0rc4) and also from the latest develop, but using the latest `v32.x` stable releases is recommended: [latest SCTK release](https://github.com/nexB/scancode-toolkit/releases/latest).
13-
14-
## Bug fixes
15-
16-
- Fixed Irregular auto-scroll to target path by @OmkarPh in #610
17-
- Fixed all vulnerabilities & updated packages by @OmkarPh in #611
18-
- Restore old app name by @dotarjun in #615
19-
- Fixed compund SPDX expression resolution in detection & clue matches by @OmkarPh in #619
20-
- Reduce release build size by removing redundant `node_modules` dependencies & include metadata in release archive by @OmkarPh in #623
21-
- Fixed Boolean cell renderer, refactored renderers, hidden license text for directories by @OmkarPh in #627
13+
This v4.0.2 of ScanCode Workbench is compatible with scans from any [ScanCode Toolkit](https://github.com/nexB/scancode-toolkit/) releases at or after [`v32.0.0`](https://github.com/nexB/scancode-toolkit/releases/tag/v32.0.0rc4) and also from the latest develop, but using the latest `v32.x` stable releases is recommended: [latest SCTK release](https://github.com/nexB/scancode-toolkit/releases/latest).
2214

2315
## Framework
2416

SCANCODE_WORKBENCH_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.1
1+
4.0.2

attribution.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</head>
2626

2727
<body>
28-
<h1>Attribution for ScanCode Workbench 4.0.1 by nexB</h1>
28+
<h1>Attribution for ScanCode Workbench 4.0.2 by nexB</h1>
2929

3030
<p>
3131
For instructions on how to obtain a copy of any source code being made
@@ -40,10 +40,10 @@ <h1>Attribution for ScanCode Workbench 4.0.1 by nexB</h1>
4040
<a href="http://www.nexb.com/" rel="nofollow">http://www.nexb.com/</a>
4141
</p>
4242

43-
<h2>About ScanCode Workbench 4.0.1:</h2>
43+
<h2>About ScanCode Workbench 4.0.2:</h2>
4444

4545
<p>
46-
ScanCode Workbench 4.0.1 is licensed under
46+
ScanCode Workbench 4.0.2 is licensed under
4747
<a href="#license_apache-2.0">Apache 2.0</a> AND
4848
<a href="#license_mit">MIT License</a> AND
4949
<a href="#license_cc0-1.0">CC0-1.0</a> AND

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "scancode-workbench",
33
"productName": "scancode-workbench",
4-
"version": "4.0.1",
4+
"version": "4.0.2",
55
"description": "An application for viewing ScanCode results and concluding component origin and license",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)