File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
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
+
3
10
## [ 0.0.10] ( https://github.com/cloudquery/plugin-sdk-python/compare/v0.0.9...v0.0.10 ) (2023-08-02)
4
11
5
12
Original file line number Diff line number Diff line change 53
53
]
54
54
setuptools .setup (
55
55
name = name ,
56
- version = "0.0.10 " ,
56
+ version = "0.0.11 " ,
57
57
description = description ,
58
58
long_description = long_description ,
59
59
author = "CloudQuery LTD" ,
You can’t perform that action at this time.
0 commit comments