Skip to content

Commit

Permalink
Fixes bug on provenance command
Browse files Browse the repository at this point in the history
* bug:SP-2169 Fixes bug on provenance command
  • Loading branch information
agustingroh authored Feb 26, 2025
1 parent 38bf356 commit 46aea97
Show file tree
Hide file tree
Showing 4 changed files with 122 additions and 92 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Upcoming changes...

## [1.20.2] - 2025-02-26
### Fixed
- Fixed provenance command

## [1.20.1] - 2025-02-18
### Added
- Enhanced SPDX Lite report to achieve Telco compliance
Expand Down Expand Up @@ -461,4 +465,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[1.19.4]: https://github.com/scanoss/scanoss.py/compare/v1.19.3...v1.19.4
[1.19.5]: https://github.com/scanoss/scanoss.py/compare/v1.19.4...v1.19.5
[1.20.0]: https://github.com/scanoss/scanoss.py/compare/v1.19.5...v1.20.0
[1.20.1]: https://github.com/scanoss/scanoss.py/compare/v1.20.0...v1.20.1
[1.20.1]: https://github.com/scanoss/scanoss.py/compare/v1.20.0...v1.20.1
[1.20.2]: https://github.com/scanoss/scanoss.py/compare/v1.20.1...v1.20.2
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ select = ["E", "F", "I", "PL"]
line-length = 120
# Assume Python 3.7+
target-version = "py37"
exclude = ["tests/*", "test_*.py"]
exclude = ["tests/*", "test_*.py", "src/scanoss/cli.py"]

[tool.ruff.format]
quote-style = "single"
Expand Down
2 changes: 1 addition & 1 deletion src/scanoss/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
THE SOFTWARE.
"""

__version__ = '1.20.1'
__version__ = '1.20.2'
Loading

0 comments on commit 46aea97

Please sign in to comment.