We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a14d5d commit ecc2d9cCopy full SHA for ecc2d9c
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.1.5](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.4...v0.1.5) (2023-10-09)
4
+
5
6
+### Bug Fixes
7
8
+* Clean up and standardize: ([0a14d5d](https://github.com/cloudquery/plugin-sdk-python/commit/0a14d5dc5eabe54ce654c23263acf4471a093ce7))
9
10
## [0.1.4](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.3...v0.1.4) (2023-10-02)
11
12
setup.py
@@ -53,7 +53,7 @@
53
]
54
setuptools.setup(
55
name=name,
56
- version="0.1.4",
+ version="0.1.5",
57
description=description,
58
long_description=long_description,
59
author="CloudQuery LTD",
0 commit comments