Skip to content

Commit 60071c3

Browse files
committed
[SP-2912] chore: bump version
1 parent 4b08c5d commit 60071c3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
### Added
1010
- Upcoming changes...
1111

12+
## [1.28.2] - 2025-07-14
13+
### Fixed
14+
- Fix CycloneDX format when license id is None
15+
1216
## [1.28.1] - 2025-07-10
1317
### Added
1418
- Fix purls parsing on `crypto` subcommand
@@ -593,3 +597,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
593597
[1.27.1]: https://github.com/scanoss/scanoss.py/compare/v1.27.0...v1.27.1
594598
[1.28.0]: https://github.com/scanoss/scanoss.py/compare/v1.27.1...v1.28.0
595599
[1.28.1]: https://github.com/scanoss/scanoss.py/compare/v1.28.0...v1.28.1
600+
[1.28.2]: https://github.com/scanoss/scanoss.py/compare/v1.28.1...v1.28.2

src/scanoss/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
THE SOFTWARE.
2323
"""
2424

25-
__version__ = '1.28.1'
25+
__version__ = '1.28.2'

0 commit comments

Comments
 (0)