Skip to content

Commit b6cb839

Browse files
committed
Release 1.13.0
1 parent 31b67eb commit b6cb839

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

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

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

14+
## [1.13.0](https://github.com/opsmill/infrahub-sdk-python/tree/v1.13.0) - 2025-06-11
15+
16+
### Added
17+
18+
- Added NumberPool as a new attribute kind, for support in Infrahub 1.3
19+
20+
### Housekeeping
21+
22+
- Refactor InfrahubNode to avoid the creation of a dynamic Python class for each object defined
23+
1424
## [1.12.3](https://github.com/opsmill/infrahub-sdk-python/tree/v1.12.3) - 2025-06-10
1525

1626
## Fixed

changelog/+040fc56b.housekeeping.md

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

changelog/+543efbd1.added.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.13.0rc0"
3+
version = "1.13.0"
44
description = "Python Client to interact with Infrahub"
55
authors = ["OpsMill <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)