Skip to content

Commit ceb4d73

Browse files
authored
Merge pull request #100 from opsmill/bdl-20241022-sdk-release
v0.14.1 release prep
2 parents cc169f3 + cdd05e9 commit ceb4d73

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

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

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

14+
## [0.14.1](https://github.com/opsmill/infrahub-sdk-python/tree/v0.14.1) - 2024-10-22
15+
16+
### Fixed
17+
18+
- Make `infrahubctl transform` command set up the InfrahubTransform class with an InfrahubClient instance ([#8](https://github.com/opsmill/infrahub-sdk-python/issues/8))
19+
- Command `infrahubctl protocols` now supports every kind of schema attribute. ([#57](https://github.com/opsmill/infrahub-sdk-python/issues/57))
20+
1421
## [0.14.0](https://github.com/opsmill/infrahub-sdk-python/tree/v0.14.0) - 2024-10-04
1522

1623
### Removed

changelog/57.fixed.md

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

changelog/8.fixed.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 = "0.14.0"
3+
version = "0.14.1"
44
description = "Python Client to interact with Infrahub"
55
authors = ["OpsMill <info@opsmill.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)