Skip to content

Commit f9fc780

Browse files
authored
chore(main): Release v0.0.17 (#22)
🤖 I have created a release *beep* *boop* --- ## [0.0.17](v0.0.16...v0.0.17) (2023-10-02) ### Bug Fixes * **deps:** Update dependency black to v23.9.1 ([#23](#23)) ([30f0e25](30f0e25)) * **deps:** Update dependency grpcio to v1.59.0 ([#24](#24)) ([eecd3e0](eecd3e0)) * **deps:** Update dependency grpcio-tools to v1.59.0 ([#25](#25)) ([8e7cd62](8e7cd62)) * **deps:** Update dependency protobuf to v4.24.3 ([#20](#20)) ([449c1e8](449c1e8)) * **deps:** Update dependency pytest to v7.4.2 ([#21](#21)) ([64d28ef](64d28ef)) * Generate Python Code from `plugin-pb` ([#27](#27)) ([ea1e99e](ea1e99e)) --- 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 908fed2 commit f9fc780

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

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.0.17](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.16...v0.0.17) (2023-10-02)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency black to v23.9.1 ([#23](https://github.com/cloudquery/plugin-pb-python/issues/23)) ([30f0e25](https://github.com/cloudquery/plugin-pb-python/commit/30f0e25a64b97a4c34a31c1570968b37a8ad79cc))
9+
* **deps:** Update dependency grpcio to v1.59.0 ([#24](https://github.com/cloudquery/plugin-pb-python/issues/24)) ([eecd3e0](https://github.com/cloudquery/plugin-pb-python/commit/eecd3e0210c37b5992cd6342f096a5fce0ccd4a1))
10+
* **deps:** Update dependency grpcio-tools to v1.59.0 ([#25](https://github.com/cloudquery/plugin-pb-python/issues/25)) ([8e7cd62](https://github.com/cloudquery/plugin-pb-python/commit/8e7cd627768b211791bcb3f9fefe70bfbf8bd2b9))
11+
* **deps:** Update dependency protobuf to v4.24.3 ([#20](https://github.com/cloudquery/plugin-pb-python/issues/20)) ([449c1e8](https://github.com/cloudquery/plugin-pb-python/commit/449c1e86e0b92631a9ea7e7ba9742fd24fadb11d))
12+
* **deps:** Update dependency pytest to v7.4.2 ([#21](https://github.com/cloudquery/plugin-pb-python/issues/21)) ([64d28ef](https://github.com/cloudquery/plugin-pb-python/commit/64d28eff609c1fe57f61601317a5da5ba5c1a798))
13+
* Generate Python Code from `plugin-pb` ([#27](https://github.com/cloudquery/plugin-pb-python/issues/27)) ([ea1e99e](https://github.com/cloudquery/plugin-pb-python/commit/ea1e99e26a4998f74cd879cacd75146dc1dc65fc))
14+
315
## [0.0.16](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.15...v0.0.16) (2023-09-01)
416

517

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

0 commit comments

Comments
 (0)