We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a592763 commit bc53ffbCopy full SHA for bc53ffb
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.0.11](https://github.com/cloudquery/plugin-sdk-python/compare/v0.0.10...v0.0.11) (2023-08-08)
4
+
5
6
+### Bug Fixes
7
8
+* **plugin-tables:** Add missing `skip_dependent_tables` ([#33](https://github.com/cloudquery/plugin-sdk-python/issues/33)) ([a592763](https://github.com/cloudquery/plugin-sdk-python/commit/a5927636505c5d6a36591d4592664a396f07f76c))
9
10
## [0.0.10](https://github.com/cloudquery/plugin-sdk-python/compare/v0.0.9...v0.0.10) (2023-08-02)
11
12
setup.py
@@ -53,7 +53,7 @@
53
]
54
setuptools.setup(
55
name=name,
56
- version="0.0.10",
+ version="0.0.11",
57
description=description,
58
long_description=long_description,
59
author="CloudQuery LTD",
0 commit comments