Skip to content

Commit 7f836e6

Browse files
authored
chore(main): Release v0.0.20 (#32)
🤖 I have created a release *beep* *boop* --- ## [0.0.20](v0.0.19...v0.0.20) (2023-11-01) ### Bug Fixes * **deps:** Update dependency black to v23.10.1 ([#37](#37)) ([a66e65c](a66e65c)) * **deps:** Update dependency grpcio to v1.59.2 ([#33](#33)) ([aef910f](aef910f)) * **deps:** Update dependency grpcio-tools to v1.59.2 ([#34](#34)) ([8af794b](8af794b)) * **deps:** Update dependency protobuf to v4.24.4 ([#35](#35)) ([4418a67](4418a67)) * **deps:** Update dependency pytest to v7.4.3 ([#36](#36)) ([61189c2](61189c2)) * Pin Python version to `3.11` ([#31](#31)) ([d1aa848](d1aa848)) --- 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 a66e65c commit 7f836e6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.0.20](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.19...v0.0.20) (2023-11-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency black to v23.10.1 ([#37](https://github.com/cloudquery/plugin-pb-python/issues/37)) ([a66e65c](https://github.com/cloudquery/plugin-pb-python/commit/a66e65c806b87d0abab4e8ec514ce4959e3d66fb))
9+
* **deps:** Update dependency grpcio to v1.59.2 ([#33](https://github.com/cloudquery/plugin-pb-python/issues/33)) ([aef910f](https://github.com/cloudquery/plugin-pb-python/commit/aef910fdde8001b8b37913b45e546e3730c7afb7))
10+
* **deps:** Update dependency grpcio-tools to v1.59.2 ([#34](https://github.com/cloudquery/plugin-pb-python/issues/34)) ([8af794b](https://github.com/cloudquery/plugin-pb-python/commit/8af794b7784c8df9de2c52cb076a1fc879b8c7d5))
11+
* **deps:** Update dependency protobuf to v4.24.4 ([#35](https://github.com/cloudquery/plugin-pb-python/issues/35)) ([4418a67](https://github.com/cloudquery/plugin-pb-python/commit/4418a67dc0edbc694817d1983fcf9ee3841ece9a))
12+
* **deps:** Update dependency pytest to v7.4.3 ([#36](https://github.com/cloudquery/plugin-pb-python/issues/36)) ([61189c2](https://github.com/cloudquery/plugin-pb-python/commit/61189c26afa05beb14c751814a692e5de54a37ec))
13+
* Pin Python version to `3.11` ([#31](https://github.com/cloudquery/plugin-pb-python/issues/31)) ([d1aa848](https://github.com/cloudquery/plugin-pb-python/commit/d1aa84891a7d99bc5f0bf12d5c572c65b9ca0c6b))
14+
315
## [0.0.19](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.18...v0.0.19) (2023-10-27)
416

517

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
]
3838
setuptools.setup(
3939
name=name,
40-
version="0.0.19",
40+
version="0.0.20",
4141
description=description,
4242
long_description=long_description,
4343
author="CloudQuery LTD",

0 commit comments

Comments
 (0)