From fe51bb1cf32f8f3748ec872e3643dc6c2fc44d9d Mon Sep 17 00:00:00 2001 From: wvandeun Date: Thu, 5 Jun 2025 14:35:59 +0200 Subject: [PATCH 1/2] bump version to 1.12.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7354170..10e4950 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "infrahub-sdk" -version = "1.12.1" +version = "1.12.2" description = "Python Client to interact with Infrahub" authors = ["OpsMill "] readme = "README.md" From 76883be5ea2f725d3c6b2f1da0996c2489938dbd Mon Sep 17 00:00:00 2001 From: wvandeun Date: Thu, 5 Jun 2025 14:46:46 +0200 Subject: [PATCH 2/2] add changelog --- CHANGELOG.md | 16 ++++++++++++++++ changelog/+26b92d23.housekeeping.md | 1 - 2 files changed, 16 insertions(+), 1 deletion(-) delete mode 100644 changelog/+26b92d23.housekeeping.md diff --git a/CHANGELOG.md b/CHANGELOG.md index ba08464..50e85f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,22 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [1.12.2](https://github.com/opsmill/infrahub-sdk-python/tree/v1.12.2) - 2025-06-05 + +### Fixed + +- fix bug in Timestamp.add by @ajtmccarty in [#403](https://github.com/opsmill/infrahub-sdk-python/pull/403) +- utils.py: improve file not found exception message by @granoe668 in [#425](https://github.com/opsmill/infrahub-sdk-python/pull/425) + +### Changed + +- Add partial_match to the client.count() by @BeArchiTek in [#411](https://github.com/opsmill/infrahub-sdk-python/pull/411) + +### Housekeeping + +- Loosen pinned requirement for `whenever` to allow versions from 0.7.2 up to but not including 0.8.0. +- Bump http-proxy-middleware from 2.0.7 to 2.0.9 in /docs by @dependabot in [#418](https://github.com/opsmill/infrahub-sdk-python/pull/418) + ## [1.12.1](https://github.com/opsmill/infrahub-sdk-python/tree/v1.12.1) - 2025-05-12 ### Changed diff --git a/changelog/+26b92d23.housekeeping.md b/changelog/+26b92d23.housekeeping.md deleted file mode 100644 index 6a49d75..0000000 --- a/changelog/+26b92d23.housekeeping.md +++ /dev/null @@ -1 +0,0 @@ -Loosen pinned requirement for `whenever` to allow versions from 0.7.2 up to but not including 0.8.0.