Skip to content

Commit 7d21876

Browse files
committed
chore(main): Release v0.1.0
1 parent 381f9ef commit 7d21876

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## [0.1.0](https://github.com/cloudquery/plugin-sdk-python/compare/v0.0.11...v0.1.0) (2023-08-14)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Remove docs generation ([#36](https://github.com/cloudquery/plugin-sdk-python/issues/36))
9+
10+
### Features
11+
12+
* Remove docs generation ([#36](https://github.com/cloudquery/plugin-sdk-python/issues/36)) ([a72df48](https://github.com/cloudquery/plugin-sdk-python/commit/a72df48f3b44dc48fca9707b7937748b0dc77b10))
13+
314
## [0.0.11](https://github.com/cloudquery/plugin-sdk-python/compare/v0.0.10...v0.0.11) (2023-08-08)
415

516

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.0.11",
56+
version="0.1.0",
5757
description=description,
5858
long_description=long_description,
5959
author="CloudQuery LTD",

0 commit comments

Comments
 (0)