Skip to content

Commit e34a56e

Browse files
committed
chore: upgrade version
1 parent 116e59f commit e34a56e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 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.1] - 2025-07-10
13+
### Added
14+
- Fix purls parsing on `crypto` subcommand
15+
1216
## [1.28.0] - 2025-07-10
1317
### Added
1418
- Add vulnerabilities response to `folder-scan` CycloneDX output
@@ -587,3 +591,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
587591
[1.26.3]: https://github.com/scanoss/scanoss.py/compare/v1.26.2...v1.26.3
588592
[1.27.0]: https://github.com/scanoss/scanoss.py/compare/v1.26.3...v1.27.0
589593
[1.27.1]: https://github.com/scanoss/scanoss.py/compare/v1.27.0...v1.27.1
594+
[1.28.0]: https://github.com/scanoss/scanoss.py/compare/v1.27.1...v1.28.0
595+
[1.28.1]: https://github.com/scanoss/scanoss.py/compare/v1.28.0...v1.28.1

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.0'
25+
__version__ = '1.28.1'

0 commit comments

Comments
 (0)