Skip to content

Commit 5683ee6

Browse files
committed
chore(main): Release v0.1.47
1 parent 79d026e commit 5683ee6

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.46"
2+
".": "0.1.47"
33
}

CHANGELOG.md

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

3+
## [0.1.47](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.46...v0.1.47) (2025-09-03)
4+
5+
6+
### Features
7+
8+
* Report table errors from plugins via gRPC ([#320](https://github.com/cloudquery/plugin-sdk-python/issues/320)) ([79d026e](https://github.com/cloudquery/plugin-sdk-python/commit/79d026e494f487d35d13cd1d03801d02e7407320))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** Update dependency cloudquery-plugin-pb to v0.0.47 ([#318](https://github.com/cloudquery/plugin-sdk-python/issues/318)) ([cc679a3](https://github.com/cloudquery/plugin-sdk-python/commit/cc679a3bf921bb8d1043cedec979a1b0bad41af9))
14+
315
## [0.1.46](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.45...v0.1.46) (2025-09-01)
416

517

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.46",
54+
version="0.1.47",
5555
description=description,
5656
long_description=long_description,
5757
author="CloudQuery LTD",

0 commit comments

Comments
 (0)