-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Signed-off-by: Chin Yeung Li <[email protected]>
- Loading branch information
1 parent
f33153d
commit a7bf658
Showing
5 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,19 @@ | ||
============================== | ||
Changelog | ||
|
||
2024-09-16 | ||
Release 11.0.2 | ||
|
||
* Fixed the installation issues with docker (#571, #572) | ||
|
||
|
||
2024-08-06 | ||
Release 11.0.1 | ||
|
||
* Update doc formatting | ||
* Added fields type and types description into the spec | ||
* Update link references of ownership from nexB to aboutcode-org | ||
|
||
Signed-off-by: Chin Yeung Li <[email protected]> | ||
|
||
|
||
2024-07-15 | ||
Release 11.0.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,6 +66,7 @@ install_requires = | |
license_expression >= 0.94 | ||
openpyxl | ||
packageurl_python >= 0.9.0 | ||
requests | ||
saneyaml | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
|
||
import saneyaml | ||
|
||
__version__ = '11.0.1' | ||
__version__ = '11.0.2' | ||
|
||
__about_spec_version__ = '4.0.0' | ||
|
||
|