Skip to content

Commit 677786e

Browse files
authored
chore(main): Release v0.1.25 (#178)
🤖 I have created a release *beep* *boop* --- ## [0.1.25](v0.1.24...v0.1.25) (2024-06-02) ### Bug Fixes * **deps:** Update dependency cloudquery-plugin-pb to v0.0.28 ([#185](#185)) ([34f26cf](34f26cf)) * **deps:** Update dependency grpcio to v1.64.0 ([#179](#179)) ([82b93ab](82b93ab)) * **deps:** Update dependency grpcio-tools to v1.64.0 ([#180](#180)) ([0bca972](0bca972)) * **deps:** Update dependency Jinja2 to v3.1.4 ([#176](#176)) ([7717899](7717899)) * **deps:** Update dependency protobuf to v5.27.0 ([#181](#181)) ([14fc183](14fc183)) * **deps:** Update dependency pytest to v8.2.1 ([#177](#177)) ([7a9d626](7a9d626)) * **deps:** Update dependency python-dateutil to v2.9.0.post0 ([#182](#182)) ([b03fe3d](b03fe3d)) --- 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 34f26cf commit 677786e

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.24"
2+
".": "0.1.25"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.1.25](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.24...v0.1.25) (2024-06-02)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency cloudquery-plugin-pb to v0.0.28 ([#185](https://github.com/cloudquery/plugin-sdk-python/issues/185)) ([34f26cf](https://github.com/cloudquery/plugin-sdk-python/commit/34f26cf0ee763f5225a60c9383e3256bf61f889e))
9+
* **deps:** Update dependency grpcio to v1.64.0 ([#179](https://github.com/cloudquery/plugin-sdk-python/issues/179)) ([82b93ab](https://github.com/cloudquery/plugin-sdk-python/commit/82b93ab0291fe71ddd6b8facaebd444b05c4f9c1))
10+
* **deps:** Update dependency grpcio-tools to v1.64.0 ([#180](https://github.com/cloudquery/plugin-sdk-python/issues/180)) ([0bca972](https://github.com/cloudquery/plugin-sdk-python/commit/0bca972cfdd9e395981b9228651e7740f27a6dad))
11+
* **deps:** Update dependency Jinja2 to v3.1.4 ([#176](https://github.com/cloudquery/plugin-sdk-python/issues/176)) ([7717899](https://github.com/cloudquery/plugin-sdk-python/commit/7717899758987c90411350364b08628ccb1f3d70))
12+
* **deps:** Update dependency protobuf to v5.27.0 ([#181](https://github.com/cloudquery/plugin-sdk-python/issues/181)) ([14fc183](https://github.com/cloudquery/plugin-sdk-python/commit/14fc18338f7cfeb3cb825c837167384e4e059623))
13+
* **deps:** Update dependency pytest to v8.2.1 ([#177](https://github.com/cloudquery/plugin-sdk-python/issues/177)) ([7a9d626](https://github.com/cloudquery/plugin-sdk-python/commit/7a9d6264dd6cba538701d026930b057699f9aa49))
14+
* **deps:** Update dependency python-dateutil to v2.9.0.post0 ([#182](https://github.com/cloudquery/plugin-sdk-python/issues/182)) ([b03fe3d](https://github.com/cloudquery/plugin-sdk-python/commit/b03fe3d832be634bae7756cc4ca61dd90249b3e4))
15+
316
## [0.1.24](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.23...v0.1.24) (2024-05-24)
417

518

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
]
5252
setuptools.setup(
5353
name=name,
54-
version="0.1.24",
54+
version="0.1.25",
5555
description=description,
5656
long_description=long_description,
5757
author="CloudQuery LTD",

0 commit comments

Comments
 (0)