Skip to content

Commit d35737f

Browse files
committed
add changelog entries
1 parent a01d9a3 commit d35737f

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
- `cdn`: [v1.2.0](services/cdn/CHANGELOG.md#v120)
33
- **Feature:** Add `default_cache_duration` attribute to `Config`, `ConfigPatch` and `CreateDistributionPayload` model
44
- Add `originUrlRelated` to available options given in `sort_by` description
5+
- `stackitmarketplace`: [v1.4.0](services/stackitmarketplace/CHANGELOG.md#v140)
6+
- **Feature:** Add support for offer types
7+
- new model `OfferType`
8+
- new attribute `CatalogProductDetail` for `CatalogProductDetail` model
9+
- Attribute `is_product_listing` in `CatalogProductDetail` is now of type `Optional[StrictBool]` (previously `StrictBool`)
510

611
## Release (2025-06-16)
712
- `core`: [v0.2.0](core/CHANGELOG.md#v020-2025-06-12)

services/stackitmarketplace/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v1.4.0
2+
- **Feature:** Add support for offer types
3+
- new model `OfferType`
4+
- new attribute `CatalogProductDetail` for `CatalogProductDetail` model
5+
- Attribute `is_product_listing` in `CatalogProductDetail` is now of type `Optional[StrictBool]` (previously `StrictBool`)
6+
17
## v1.3.0 (2025-06-10)
28
- **Feature:** Add new field `facets` in `ListCatalogProductsResponse`
39

services/stackitmarketplace/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-stackitmarketplace"
33

44
[tool.poetry]
55
name = "stackit-stackitmarketplace"
6-
version = "v1.3.0"
6+
version = "v1.4.0"
77
authors = [
88
"STACKIT Developer Tools <[email protected]>",
99
]
@@ -105,4 +105,4 @@ per-file-ignores = """
105105
# E501: long descriptions/string values might lead to lines that are too long
106106
# B028: stacklevel for deprecation warning is irrelevant
107107
./src/stackit/*/api/default_api.py: F841,B028,E501
108-
"""
108+
"""

0 commit comments

Comments
 (0)