Skip to content

Commit 55b8e4e

Browse files
authored
chore(main): Release v0.1.7 (#71)
🤖 I have created a release *beep* *boop* --- ## [0.1.7](v0.1.6...v0.1.7) (2023-10-23) ### Bug Fixes * **deps:** Update dependency pyarrow to v13 ([#53](#53)) ([55bed05](55bed05)) * Properly handle `uuid.UUID` values in scalars ([#70](#70)), closes (cloudquery/cloudquery#14825) ([1fc0cf7](1fc0cf7)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 55bed05 commit 55b8e4e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.1.7](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.6...v0.1.7) (2023-10-23)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency pyarrow to v13 ([#53](https://github.com/cloudquery/plugin-sdk-python/issues/53)) ([55bed05](https://github.com/cloudquery/plugin-sdk-python/commit/55bed05df36c75dc9972b445e4bb21ef0321329c))
9+
* Properly handle `uuid.UUID` values in scalars ([#70](https://github.com/cloudquery/plugin-sdk-python/issues/70)), closes (https://github.com/cloudquery/cloudquery/issues/14825) ([1fc0cf7](https://github.com/cloudquery/plugin-sdk-python/commit/1fc0cf7535138d5b8c4e00b39d6863ce0f6bf51a))
10+
311
## [0.1.6](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.5...v0.1.6) (2023-10-12)
412

513

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
]
5454
setuptools.setup(
5555
name=name,
56-
version="0.1.6",
56+
version="0.1.7",
5757
description=description,
5858
long_description=long_description,
5959
author="CloudQuery LTD",

0 commit comments

Comments
 (0)