Skip to content

Commit

Permalink
v1.6 prep (#239)
Browse files Browse the repository at this point in the history
* v1.6 prep
  • Loading branch information
lykinsbd authored Jan 16, 2025
1 parent e018386 commit 5f73796
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang

<!-- towncrier release notes start -->

## [1.6.0](https://github.com/opsmill/infrahub-sdk-python/tree/v1.6.0) - 2025-01-16

### Added

- Replace GitPython with dulwich ([#130](https://github.com/opsmill/infrahub-sdk-python/issues/130))

### Changed

- Added possibility to use filters for the SDK client's count method

### Fixed

- Fixes issue where using `parallel` query execution could lead to excessive and unneeded GraphQL queries

## [1.5.0](https://github.com/opsmill/infrahub-sdk-python/tree/v1.5.0) - 2025-01-09

### Added
Expand Down
1 change: 0 additions & 1 deletion changelog/130.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/count-method-filters.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/query-parallel.fixed.md

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires-python = ">=3.9"

[tool.poetry]
name = "infrahub-sdk"
version = "1.5.0"
version = "1.6.0"
description = "Python Client to interact with Infrahub"
authors = ["OpsMill <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 5f73796

Please sign in to comment.