Skip to content

Commit 390a58e

Browse files
committed
chore(main): Release v0.1.46
1 parent a7a8125 commit 390a58e

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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 cloudquery-plugin-pb to v0.0.46 ([#313](https://github.com/cloudquery/plugin-sdk-python/issues/313)) ([a7a8125](https://github.com/cloudquery/plugin-sdk-python/commit/a7a8125c0d51f76e0003d762bdc8e765ca19272b))
9+
* **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))
10+
* **deps:** Update dependency grpcio-tools to v1.74.0 ([#309](https://github.com/cloudquery/plugin-sdk-python/issues/309)) ([3fd3082](https://github.com/cloudquery/plugin-sdk-python/commit/3fd3082000bd2ba6f7a72ebafd87bf761c149a99))
11+
* **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))
12+
* **deps:** Update dependency numpy to v2.3.2 ([#312](https://github.com/cloudquery/plugin-sdk-python/issues/312)) ([f131e4d](https://github.com/cloudquery/plugin-sdk-python/commit/f131e4d9d988953f2695149416b0e5f4a6b03897))
13+
314
## [0.1.45](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.44...v0.1.45) (2025-07-01)
415

516

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)