File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,22 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang
1111
1212<!-- towncrier release notes start -->
1313
14+ ## [ 1.12.2] ( https://github.com/opsmill/infrahub-sdk-python/tree/v1.12.2 ) - 2025-06-05
15+
16+ ### Fixed
17+
18+ - fix bug in Timestamp.add by @ajtmccarty in [ #403 ] ( https://github.com/opsmill/infrahub-sdk-python/pull/403 )
19+ - utils.py: improve file not found exception message by @granoe668 in [ #425 ] ( https://github.com/opsmill/infrahub-sdk-python/pull/425 )
20+
21+ ### Changed
22+
23+ - Add partial_match to the client.count() by @BeArchiTek in [ #411 ] ( https://github.com/opsmill/infrahub-sdk-python/pull/411 )
24+
25+ ### Housekeeping
26+
27+ - Loosen pinned requirement for ` whenever ` to allow versions from 0.7.2 up to but not including 0.8.0.
28+ - 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 )
29+
1430## [ 1.12.1] ( https://github.com/opsmill/infrahub-sdk-python/tree/v1.12.1 ) - 2025-05-12
1531
1632### Changed
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " infrahub-sdk"
3- version = " 1.12.1 "
3+ version = " 1.12.2 "
44description = " Python Client to interact with Infrahub"
55authors = [
" OpsMill <[email protected] >" ]
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments