Skip to content

Commit 0869b09

Browse files
authored
chore(main): Release v0.1.1 (#42)
1 parent 37b7bf2 commit 0869b09

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.1.1](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.0...v0.1.1) (2023-08-14)
4+
5+
6+
### Bug Fixes
7+
8+
* Flatten tables in plugin server getTables call ([#41](https://github.com/cloudquery/plugin-sdk-python/issues/41)) ([37b7bf2](https://github.com/cloudquery/plugin-sdk-python/commit/37b7bf2464d807f33e7e39e96bcb6a1aa68e4e39))
9+
310
## [0.1.0](https://github.com/cloudquery/plugin-sdk-python/compare/v0.0.11...v0.1.0) (2023-08-14)
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.1.0",
56+
version="0.1.1",
5757
description=description,
5858
long_description=long_description,
5959
author="CloudQuery LTD",

0 commit comments

Comments
 (0)