Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(main): Release v0.1.23
  • Loading branch information
cq-bot committed May 17, 2024
commit 8a4844a69211f5d86fce559ddefd6b2b7942de97
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.22"
".": "0.1.23"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.23](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.22...v0.1.23) (2024-05-17)


### Features

* 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))

## [0.1.22](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.21...v0.1.22) (2024-05-07)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
]
setuptools.setup(
name=name,
version="0.1.22",
version="0.1.23",
description=description,
long_description=long_description,
author="CloudQuery LTD",
Expand Down