Skip to content

Commit 0dc64c6

Browse files
authored
chore(main): Release v0.0.26 (#78)
🤖 I have created a release *beep* *boop* --- ## [0.0.26](v0.0.25...v0.0.26) (2024-05-06) ### Bug Fixes * **deps:** Update dependency black to v24.4.2 ([#76](#76)) ([a9edc09](a9edc09)) * **deps:** Update dependency grpcio to v1.63.0 ([#77](#77)) ([7f54eca](7f54eca)) * **deps:** Update dependency grpcio-tools to v1.63.0 ([#79](#79)) ([c31fceb](c31fceb)) * **deps:** Update dependency pytest to v8.2.0 ([#80](#80)) ([f598b84](f598b84)) --- 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 c31fceb commit 0dc64c6

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-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.25"
2+
".": "0.0.26"
33
}

CHANGELOG.md

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

3+
## [0.0.26](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.25...v0.0.26) (2024-05-06)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency black to v24.4.2 ([#76](https://github.com/cloudquery/plugin-pb-python/issues/76)) ([a9edc09](https://github.com/cloudquery/plugin-pb-python/commit/a9edc097ee450f854c60dd3d9089176596dfe0f7))
9+
* **deps:** Update dependency grpcio to v1.63.0 ([#77](https://github.com/cloudquery/plugin-pb-python/issues/77)) ([7f54eca](https://github.com/cloudquery/plugin-pb-python/commit/7f54eca6ab82d8f391f936267c174dc365721ca5))
10+
* **deps:** Update dependency grpcio-tools to v1.63.0 ([#79](https://github.com/cloudquery/plugin-pb-python/issues/79)) ([c31fceb](https://github.com/cloudquery/plugin-pb-python/commit/c31fceb2130e3a3389d409374dd07718159869ea))
11+
* **deps:** Update dependency pytest to v8.2.0 ([#80](https://github.com/cloudquery/plugin-pb-python/issues/80)) ([f598b84](https://github.com/cloudquery/plugin-pb-python/commit/f598b846af21d685def553b9ebdd3a457d057b82))
12+
313
## [0.0.25](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.24...v0.0.25) (2024-04-01)
414

515

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.25",
40+
version="0.0.26",
4141
description=description,
4242
long_description=long_description,
4343
author="CloudQuery LTD",

0 commit comments

Comments
 (0)