Skip to content

Commit 3e784fc

Browse files
authored
chore(main): Release v0.0.10 (#31)
1 parent 11cfb94 commit 3e784fc

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.10](https://github.com/cloudquery/plugin-sdk-python/compare/v0.0.9...v0.0.10) (2023-08-02)
4+
5+
6+
### Bug Fixes
7+
8+
* Fix generate docs command ([#30](https://github.com/cloudquery/plugin-sdk-python/issues/30)) ([11cfb94](https://github.com/cloudquery/plugin-sdk-python/commit/11cfb94266a9e66880a10e37db8e9efb15ce9721))
9+
310
## [0.0.9](https://github.com/cloudquery/plugin-sdk-python/compare/v0.0.8...v0.0.9) (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.9",
56+
version="0.0.10",
5757
description=description,
5858
long_description=long_description,
5959
author="CloudQuery LTD",

0 commit comments

Comments
 (0)