Skip to content

Commit 77696d2

Browse files
authored
chore(main): Release v0.0.48 (#183)
🤖 I have created a release *beep* *boop* --- ## [0.0.48](v0.0.47...v0.0.48) (2025-10-01) ### Bug Fixes * **deps:** Update dependency black to v25.9.0 ([#182](#182)) ([d14d469](d14d469)) * **deps:** Update dependency grpcio to v1.75.0 ([#184](#184)) ([0f86305](0f86305)) * **deps:** Update dependency grpcio-tools to v1.75.0 ([#185](#185)) ([72a8929](72a8929)) * **deps:** Update dependency pytest to v8.4.2 ([#181](#181)) ([dba629c](dba629c)) * Generate Python Code from `plugin-pb` ([#187](#187)) ([85223aa](85223aa)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 22d3cef commit 77696d2

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.0.47"
2+
".": "0.0.48"
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.0.48](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.47...v0.0.48) (2025-10-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency black to v25.9.0 ([#182](https://github.com/cloudquery/plugin-pb-python/issues/182)) ([d14d469](https://github.com/cloudquery/plugin-pb-python/commit/d14d469d9963b54889fb7fe436afd9e4fcafefd5))
9+
* **deps:** Update dependency grpcio to v1.75.0 ([#184](https://github.com/cloudquery/plugin-pb-python/issues/184)) ([0f86305](https://github.com/cloudquery/plugin-pb-python/commit/0f86305f8c008a2367477be7bdcc0e60f875759a))
10+
* **deps:** Update dependency grpcio-tools to v1.75.0 ([#185](https://github.com/cloudquery/plugin-pb-python/issues/185)) ([72a8929](https://github.com/cloudquery/plugin-pb-python/commit/72a892963422b099fe9c83aa01337cf4e5c20e2b))
11+
* **deps:** Update dependency pytest to v8.4.2 ([#181](https://github.com/cloudquery/plugin-pb-python/issues/181)) ([dba629c](https://github.com/cloudquery/plugin-pb-python/commit/dba629cfc5cef8a69f0760f60e9bfff015c3dc87))
12+
* Generate Python Code from `plugin-pb` ([#187](https://github.com/cloudquery/plugin-pb-python/issues/187)) ([85223aa](https://github.com/cloudquery/plugin-pb-python/commit/85223aab25b4f6d500a844669c36043c0c717371))
13+
314
## [0.0.47](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.46...v0.0.47) (2025-09-01)
415

516

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
]
3838
setuptools.setup(
3939
name=name,
40-
version="0.0.47",
40+
version="0.0.48",
4141
description=description,
4242
long_description=long_description,
4343
author="CloudQuery LTD",

0 commit comments

Comments
 (0)