Skip to content

Commit 5935c48

Browse files
authored
chore(main): Release v0.1.16 (#142)
🤖 I have created a release *beep* *boop* --- ## [0.1.16](v0.1.15...v0.1.16) (2024-03-11) ### Bug Fixes * Exception Handling ([#141](#141)) ([afba5db](afba5db)) --- 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 afba5db commit 5935c48

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.15"
2+
".": "0.1.16"
33
}

CHANGELOG.md

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

3+
## [0.1.16](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.15...v0.1.16) (2024-03-11)
4+
5+
6+
### Bug Fixes
7+
8+
* Exception Handling ([#141](https://github.com/cloudquery/plugin-sdk-python/issues/141)) ([afba5db](https://github.com/cloudquery/plugin-sdk-python/commit/afba5db9a8c536983c99e3b43da4a818cdbd8ff2))
9+
310
## [0.1.15](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.14...v0.1.15) (2024-03-01)
411

512

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
]
5252
setuptools.setup(
5353
name=name,
54-
version="0.1.15",
54+
version="0.1.16",
5555
description=description,
5656
long_description=long_description,
5757
author="CloudQuery LTD",

0 commit comments

Comments
 (0)