Skip to content

Commit 8839607

Browse files
authored
chore(main): Release v0.0.22 (#55)
1 parent 3684dd8 commit 8839607

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-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.21"
2+
".": "0.0.22"
33
}

CHANGELOG.md

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

3+
## [0.0.22](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.21...v0.0.22) (2024-02-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency black to v24 ([#54](https://github.com/cloudquery/plugin-pb-python/issues/54)) ([0164923](https://github.com/cloudquery/plugin-pb-python/commit/0164923369b1e2bd972f445164f6b2964655d655))
9+
* **deps:** Update dependency protobuf to v4.25.2 ([#53](https://github.com/cloudquery/plugin-pb-python/issues/53)) ([b348e46](https://github.com/cloudquery/plugin-pb-python/commit/b348e46011a0d48b42d2138a5b19d1ddc591e5ed))
10+
* **deps:** Update dependency pytest to v8 ([#57](https://github.com/cloudquery/plugin-pb-python/issues/57)) ([3684dd8](https://github.com/cloudquery/plugin-pb-python/commit/3684dd8d62a9ff88cd9d281d8b022a4bd63cf269))
11+
312
## [0.0.21](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.20...v0.0.21) (2024-01-02)
413

514

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

0 commit comments

Comments
 (0)