Skip to content

Commit dc09a6b

Browse files
authored
chore(main): Release v0.0.7 (#9)
🤖 I have created a release *beep* *boop* --- ## [0.0.7](v0.0.6...v0.0.7) (2023-07-29) ### Features * Scalar things ([#5](#5)) ([3148c6c](3148c6c)) * Update openapi transformers ([15923e0](15923e0)) ### Bug Fixes * Add write support for roundtrip test ([4f3545b](4f3545b)) --- 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 4f3545b commit dc09a6b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## [0.0.7](https://github.com/cloudquery/plugin-sdk-python/compare/v0.0.6...v0.0.7) (2023-07-29)
4+
5+
6+
### Features
7+
8+
* Scalar things ([#5](https://github.com/cloudquery/plugin-sdk-python/issues/5)) ([3148c6c](https://github.com/cloudquery/plugin-sdk-python/commit/3148c6ce70c19cda24e357e2b274c0e4130b05eb))
9+
* Update openapi transformers ([15923e0](https://github.com/cloudquery/plugin-sdk-python/commit/15923e0d4924defae5ca2023a4cf08132af775fd))
10+
11+
12+
### Bug Fixes
13+
14+
* Add write support for roundtrip test ([4f3545b](https://github.com/cloudquery/plugin-sdk-python/commit/4f3545b6a1418625f472c750b3ec24525810c3c1))
15+
316
## [0.0.6](https://github.com/cloudquery/plugin-sdk-python/compare/v0.0.5...v0.0.6) (2023-07-28)
417

518

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
]
3737
setuptools.setup(
3838
name=name,
39-
version="0.0.6",
39+
version="0.0.7",
4040
description=description,
4141
long_description=long_description,
4242
author="CloudQuery LTD",

0 commit comments

Comments
 (0)