Skip to content

Commit 83c0241

Browse files
committed
chore(main): Release v0.1.46
1 parent 3de934d commit 83c0241

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.45"
2+
".": "0.1.46"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.1.46](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.45...v0.1.46) (2025-08-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency grpcio to v1.74.0 ([#308](https://github.com/cloudquery/plugin-sdk-python/issues/308)) ([767ec9c](https://github.com/cloudquery/plugin-sdk-python/commit/767ec9c9e8c052243b0dffb3757957748cdfeaec))
9+
* **deps:** Update dependency iniconfig to v2.1.0 ([#311](https://github.com/cloudquery/plugin-sdk-python/issues/311)) ([3de934d](https://github.com/cloudquery/plugin-sdk-python/commit/3de934d6cd65596a2c16a92cfcda1ce844c6e88e))
10+
311
## [0.1.45](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.44...v0.1.45) (2025-07-01)
412

513

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
]
5252
setuptools.setup(
5353
name=name,
54-
version="0.1.45",
54+
version="0.1.46",
5555
description=description,
5656
long_description=long_description,
5757
author="CloudQuery LTD",

0 commit comments

Comments
 (0)