Skip to content

Commit bc53ffb

Browse files
authored
chore(main): Release v0.0.11 (#34)
1 parent a592763 commit bc53ffb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

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+
310
## [0.0.10](https://github.com/cloudquery/plugin-sdk-python/compare/v0.0.9...v0.0.10) (2023-08-02)
411

512

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
]
5454
setuptools.setup(
5555
name=name,
56-
version="0.0.10",
56+
version="0.0.11",
5757
description=description,
5858
long_description=long_description,
5959
author="CloudQuery LTD",

0 commit comments

Comments
 (0)