Skip to content

Commit 26973c2

Browse files
authored
[SP-3346] feat: allow REST on decoration services (#153)
* [SP-3346] feat: add REST support for decoration services * [SP-3346] chore: pr comments * [SP-3346] fix: lint error * [SP-3346] chore: update changelog, bump version * [SP-3346] fix: license service api call * [SP-3346] fix: lint error * [SP-3346] fix: lint errors * [SP-3346] fix: retry errors * [SP-3346] chore: update changelog release date
1 parent 2502ce5 commit 26973c2

20 files changed

+1646
-628
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-06
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'

src/scanoss/api/common/v2/scanoss_common_pb2.py

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)