We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa88479 commit 99d24d2Copy full SHA for 99d24d2
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.0.18](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.17...v0.0.18) (2023-10-12)
4
+
5
6
+### Bug Fixes
7
8
+* Generate Python Code from `plugin-pb` ([#28](https://github.com/cloudquery/plugin-pb-python/issues/28)) ([aa88479](https://github.com/cloudquery/plugin-pb-python/commit/aa88479015296533e11e695128c866c97a886322))
9
10
## [0.0.17](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.16...v0.0.17) (2023-10-02)
11
12
setup.py
@@ -37,7 +37,7 @@
37
]
38
setuptools.setup(
39
name=name,
40
- version="0.0.17",
+ version="0.0.18",
41
description=description,
42
long_description=long_description,
43
author="CloudQuery LTD",
0 commit comments