Skip to content

Commit 6ff6c24

Browse files
committed
[SP-3346] chore: update changelog, bump version
1 parent 84bcaac commit 6ff6c24

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.34.0] - 2025-10-01
13+
### Added
14+
- Add REST API support for decoration commands
15+
1216
## [1.33.0] - 2025-09-19
1317
### Added
1418
- Add `licenses` sub-command to `component` command
@@ -668,3 +672,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
668672
[1.31.5]: https://github.com/scanoss/scanoss.py/compare/v1.31.4...v1.31.5
669673
[1.32.0]: https://github.com/scanoss/scanoss.py/compare/v1.31.5...v1.32.0
670674
[1.33.0]: https://github.com/scanoss/scanoss.py/compare/v1.32.0...v1.33.0
675+
[1.34.0]: https://github.com/scanoss/scanoss.py/compare/v1.33.0...v1.34.0

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.33.0'
25+
__version__ = '1.34.0'

0 commit comments

Comments
 (0)