Skip to content

Commit d22626a

Browse files
authored
Merge pull request #346 from opsmill/dga-20250404-rel-1.10.1
Prep Release 1.10.1
2 parents 37d0d00 + 35852ac commit d22626a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang
1111

1212
<!-- towncrier release notes start -->
1313

14+
## [1.9.1](https://github.com/opsmill/infrahub-sdk-python/tree/v1.9.1) - 2025-04-04
15+
16+
### Changed
17+
18+
- Improve error message when a schema received from the server is not JSON valid. The new exception will be of type `infrahub_sdk.exceptions.JsonDecodeError` instead of `json.decoder.JSONDecodeError`
19+
1420
## [1.10.0](https://github.com/opsmill/infrahub-sdk-python/tree/v1.10.0) - 2025-04-01
1521

1622
### Deprecated

changelog/+jsondecode.changed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "infrahub-sdk"
3-
version = "1.10.0"
3+
version = "1.10.1"
44
description = "Python Client to interact with Infrahub"
55
authors = ["OpsMill <info@opsmill.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)