Skip to content

Commit e983151

Browse files
committed
chore(main): Release v0.0.15
1 parent 9b13b7b commit e983151

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## [0.0.15](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.14...v0.0.15) (2023-08-02)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency grpcio to v1.56.2 ([#8](https://github.com/cloudquery/plugin-pb-python/issues/8)) ([5330bc4](https://github.com/cloudquery/plugin-pb-python/commit/5330bc450ba82a453ef0d44936688650ed9748dc))
9+
* **deps:** Update dependency grpcio-tools to v1.56.2 ([#9](https://github.com/cloudquery/plugin-pb-python/issues/9)) ([66b4add](https://github.com/cloudquery/plugin-pb-python/commit/66b4addefa2e337b5a7960d902460bcc53df7254))

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

0 commit comments

Comments
 (0)