Skip to content

Commit 461135f

Browse files
committed
Bump version to v4.0.1
Signed-off-by: Omkar Phansopkar <[email protected]>
1 parent 2914011 commit 461135f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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-
[Unreleased (v4.0.1)]
8+
[v4.0.1] - 2024-01-22
99
--------------------------
1010

1111
**This ScanCode-Workbench release contains schema changes: scans will have to be re-imported**
@@ -17,6 +17,8 @@ New Features
1717

1818
- Support for To-do items by @OmkarPh in #593
1919
- Track & filter reviewed licenses by @OmkarPh in #571
20+
- Build filetree with missing directories to support `--only-findings` scans by @OmkarPh #624
21+
- Sort the files in tableview by their depth in directory tree by @OmkarPh in #625
2022

2123
Bug Fixes
2224
~~~~~~~~~
@@ -25,7 +27,8 @@ Bug Fixes
2527
- Fixed all vulnerabilities & updated packages by @OmkarPh in #611
2628
- Restore old app name by @dotarjun in #615
2729
- Fixed compund SPDX expression resolution in detection & clue matches by @OmkarPh in #619
28-
- Reduce release build size by removing redundant `node_modules` dependencies by @OmkarPh in #623
30+
- Reduce release build size by removing redundant `node_modules` dependencies & include metadata in release archive by @OmkarPh in #623
31+
- Fixed Boolean cell renderer, refactored renderers, hidden license text for directories by @OmkarPh in #627
2932

3033

3134
[v4.0.0] - 2023-10-26

Release.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
- Support for To-do items by @OmkarPh in #593
44
- 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
57

68
## ScanCode Toolkit Compatibility
79

@@ -13,7 +15,8 @@ This v4.0.0 of ScanCode Workbench is compatible with scans from any [ScanCode To
1315
- Fixed all vulnerabilities & updated packages by @OmkarPh in #611
1416
- Restore old app name by @dotarjun in #615
1517
- Fixed compund SPDX expression resolution in detection & clue matches by @OmkarPh in #619
16-
- Reduce release build size by removing redundant `node_modules` dependencies by @OmkarPh in #623
18+
- Reduce release build size by removing redundant `node_modules` dependencies & include metadata in release archive by @OmkarPh in #623
19+
- Fixed Boolean cell renderer, refactored renderers, hidden license text for directories by @OmkarPh in #627
1720

1821
## Framework
1922

0 commit comments

Comments
 (0)