Skip to content

Commit 8de4658

Browse files
authored
chore(main): Release v0.1.23 (#173)
🤖 I have created a release *beep* *boop* --- ## [0.1.23](v0.1.22...v0.1.23) (2024-05-17) ### Features * Log resource when exception occurs to aid debugging ([#172](#172)) ([6403290](6403290)) --- 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 6403290 commit 8de4658

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.22"
2+
".": "0.1.23"
33
}

CHANGELOG.md

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

3+
## [0.1.23](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.22...v0.1.23) (2024-05-17)
4+
5+
6+
### Features
7+
8+
* Log resource when exception occurs to aid debugging ([#172](https://github.com/cloudquery/plugin-sdk-python/issues/172)) ([6403290](https://github.com/cloudquery/plugin-sdk-python/commit/6403290dd15da5190e85930f2738a7d27da4c3db))
9+
310
## [0.1.22](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.21...v0.1.22) (2024-05-07)
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.22",
54+
version="0.1.23",
5555
description=description,
5656
long_description=long_description,
5757
author="CloudQuery LTD",

0 commit comments

Comments
 (0)