From cdd05e95ee119eb2674766e8cde00c3e076b1b33 Mon Sep 17 00:00:00 2001 From: Brett Lykins Date: Tue, 22 Oct 2024 06:59:31 -0400 Subject: [PATCH] v0.14.1 release prep --- CHANGELOG.md | 7 +++++++ changelog/57.fixed.md | 1 - changelog/8.fixed.md | 1 - pyproject.toml | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) delete mode 100644 changelog/57.fixed.md delete mode 100644 changelog/8.fixed.md diff --git a/CHANGELOG.md b/CHANGELOG.md index c242a18c..eb3f435c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,13 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [0.14.1](https://github.com/opsmill/infrahub-sdk-python/tree/v0.14.1) - 2024-10-22 + +### Fixed + +- Make `infrahubctl transform` command set up the InfrahubTransform class with an InfrahubClient instance ([#8](https://github.com/opsmill/infrahub-sdk-python/issues/8)) +- Command `infrahubctl protocols` now supports every kind of schema attribute. ([#57](https://github.com/opsmill/infrahub-sdk-python/issues/57)) + ## [0.14.0](https://github.com/opsmill/infrahub-sdk-python/tree/v0.14.0) - 2024-10-04 ### Removed diff --git a/changelog/57.fixed.md b/changelog/57.fixed.md deleted file mode 100644 index 0274e93b..00000000 --- a/changelog/57.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Command `infrahubctl protocols` now supports every kind of schema attribute. diff --git a/changelog/8.fixed.md b/changelog/8.fixed.md deleted file mode 100644 index a25e1b44..00000000 --- a/changelog/8.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Make `infrahubctl transform` command set up the InfrahubTransform class with an InfrahubClient instance \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 2dc2a983..3556d56e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "infrahub-sdk" -version = "0.14.0" +version = "0.14.1" description = "Python Client to interact with Infrahub" authors = ["OpsMill "] readme = "README.md"