From 2fc97902cfd77e8801daa15fe227f838103dfeb2 Mon Sep 17 00:00:00 2001 From: Mikhail Yohman Date: Thu, 8 Jan 2026 17:07:23 -0700 Subject: [PATCH] Bump to 1.18.1 and update changelog. --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0abcb189..b6c418e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the changes for the upcoming release can be found in . +## [1.18.1](https://github.com/opsmill/infrahub-sdk-python/tree/v1.18.1) - 2026-01-08 + +### Fixed + +- Reverted #723 (Fix code for HFID casting of strings that aren't UUIDs) ## [1.18.0](https://github.com/opsmill/infrahub-sdk-python/tree/v1.18.0) - 2026-01-08 diff --git a/pyproject.toml b/pyproject.toml index 5f86203c..cab7c7c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "infrahub-sdk" -version = "1.18.0" +version = "1.18.1" description = "Python Client to interact with Infrahub" authors = [ {name = "OpsMill", email = "info@opsmill.com"} diff --git a/uv.lock b/uv.lock index 9d0bf9a6..a4855b8b 100644 --- a/uv.lock +++ b/uv.lock @@ -731,7 +731,7 @@ wheels = [ [[package]] name = "infrahub-sdk" -version = "1.18.0" +version = "1.18.1" source = { editable = "." } dependencies = [ { name = "dulwich" },