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 11cfb94 commit 3e784fcCopy full SHA for 3e784fc
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.0.10](https://github.com/cloudquery/plugin-sdk-python/compare/v0.0.9...v0.0.10) (2023-08-02)
4
+
5
6
+### Bug Fixes
7
8
+* Fix generate docs command ([#30](https://github.com/cloudquery/plugin-sdk-python/issues/30)) ([11cfb94](https://github.com/cloudquery/plugin-sdk-python/commit/11cfb94266a9e66880a10e37db8e9efb15ce9721))
9
10
## [0.0.9](https://github.com/cloudquery/plugin-sdk-python/compare/v0.0.8...v0.0.9) (2023-08-02)
11
12
setup.py
@@ -53,7 +53,7 @@
53
]
54
setuptools.setup(
55
name=name,
56
- version="0.0.9",
+ version="0.0.10",
57
description=description,
58
long_description=long_description,
59
author="CloudQuery LTD",
0 commit comments