Skip to content

Commit 10f9dc2

Browse files
authored
chore(main): Release v0.0.21 (#52)
1 parent a4ad72a commit 10f9dc2

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-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.20"
2+
".": "0.0.21"
33
}

CHANGELOG.md

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

3+
## [0.0.21](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.20...v0.0.21) (2024-01-02)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency black to v23.11.0 ([#41](https://github.com/cloudquery/plugin-pb-python/issues/41)) ([34bfdec](https://github.com/cloudquery/plugin-pb-python/commit/34bfdeccef7ee7ba5460691b7f3e765b430549d2))
9+
* **deps:** Update dependency black to v23.12.1 ([#45](https://github.com/cloudquery/plugin-pb-python/issues/45)) ([3505670](https://github.com/cloudquery/plugin-pb-python/commit/35056700d67d5e7a6a87ffbf305c71a040510ce1))
10+
* **deps:** Update dependency grpcio to v1.59.3 ([#38](https://github.com/cloudquery/plugin-pb-python/issues/38)) ([251df41](https://github.com/cloudquery/plugin-pb-python/commit/251df41a49cc720e70b6d00bab13e93bb87ecb00))
11+
* **deps:** Update dependency grpcio to v1.60.0 ([#46](https://github.com/cloudquery/plugin-pb-python/issues/46)) ([2bff16d](https://github.com/cloudquery/plugin-pb-python/commit/2bff16df46d68a0a14b2d59df89aed250b74c5c2))
12+
* **deps:** Update dependency grpcio-tools to v1.59.3 ([#39](https://github.com/cloudquery/plugin-pb-python/issues/39)) ([21cfa08](https://github.com/cloudquery/plugin-pb-python/commit/21cfa08f9ff6d187a034c70e875e532c337be2e5))
13+
* **deps:** Update dependency grpcio-tools to v1.60.0 ([#47](https://github.com/cloudquery/plugin-pb-python/issues/47)) ([411af61](https://github.com/cloudquery/plugin-pb-python/commit/411af6187c385c79ba6ca6c1daac1d27858583fd))
14+
* **deps:** Update dependency protobuf to v4.25.1 ([#42](https://github.com/cloudquery/plugin-pb-python/issues/42)) ([f0d28c6](https://github.com/cloudquery/plugin-pb-python/commit/f0d28c6039681aec72bc11329df174062a289fca))
15+
* **deps:** Update dependency pytest to v7.4.4 ([#44](https://github.com/cloudquery/plugin-pb-python/issues/44)) ([552ab23](https://github.com/cloudquery/plugin-pb-python/commit/552ab232625fec322d4ae2af75192a47fa1b7957))
16+
* Generate Python Code from `plugin-pb` ([#50](https://github.com/cloudquery/plugin-pb-python/issues/50)) ([3360e7e](https://github.com/cloudquery/plugin-pb-python/commit/3360e7ebe109ff2cbfd040f971726d1decf51299))
17+
318
## [0.0.20](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.19...v0.0.20) (2023-11-01)
419

520

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

0 commit comments

Comments
 (0)