Skip to content

Commit 69c9159

Browse files
authored
chore(main): Release v0.0.6 (#7)
🤖 I have created a release *beep* *boop* --- ## [0.0.6](v0.0.5...v0.0.6) (2023-07-28) ### Features * Add minimal openapi transformer ([083b9ff](083b9ff)) ### Bug Fixes * Pytest to run all tests ([#4](#4)) ([1eb5c7f](1eb5c7f)) --- 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 4dcea73 commit 69c9159

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
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## [0.0.6](https://github.com/cloudquery/plugin-sdk-python/compare/v0.0.5...v0.0.6) (2023-07-28)
4+
5+
6+
### Features
7+
8+
* Add minimal openapi transformer ([083b9ff](https://github.com/cloudquery/plugin-sdk-python/commit/083b9ff863979f8c6410df8e6980f76a53a71bb9))
9+
10+
11+
### Bug Fixes
12+
13+
* Pytest to run all tests ([#4](https://github.com/cloudquery/plugin-sdk-python/issues/4)) ([1eb5c7f](https://github.com/cloudquery/plugin-sdk-python/commit/1eb5c7fb91e623fa9ab0bb187e4dddab824e8b08))

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.5",
39+
version="0.0.6",
4040
description=description,
4141
long_description=long_description,
4242
author="CloudQuery LTD",

0 commit comments

Comments
 (0)