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
11
11
12
12
<!-- towncrier release notes start -->
13
13
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
+
14
30
## [ 1.12.1] ( https://github.com/opsmill/infrahub-sdk-python/tree/v1.12.1 ) - 2025-05-12
15
31
16
32
### Changed
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " infrahub-sdk"
3
- version = " 1.12.1 "
3
+ version = " 1.12.2 "
4
4
description = " Python Client to interact with Infrahub"
5
5
authors = [" OpsMill <info@opsmill.com>" ]
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments