Skip to content

Commit

Permalink
chore(main): Release v0.1.35 (#227)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [0.1.35](v0.1.34...v0.1.35) (2024-09-04)


### Bug Fixes

* **deps:** Update dependency black to v24.8.0 ([#225](#225)) ([e380771](e380771))
* **deps:** Update dependency cloudquery-plugin-pb to v0.0.34 ([#231](#231)) ([ee5f3a9](ee5f3a9))
* **deps:** Update dependency grpcio to v1.66.1 ([#226](#226)) ([5f6bcac](5f6bcac))
* **deps:** Update dependency grpcio-tools to v1.66.1 ([#228](#228)) ([20a219c](20a219c))
* **deps:** Update dependency numpy to v2.1.0 ([#229](#229)) ([23f58ed](23f58ed))
* **deps:** Update dependency protobuf to v5.28.0 ([#230](#230)) ([dbefcd8](dbefcd8))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
cq-bot authored Sep 4, 2024
1 parent ee5f3a9 commit b218359
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
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.34"
".": "0.1.35"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.1.35](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.34...v0.1.35) (2024-09-04)


### Bug Fixes

* **deps:** Update dependency black to v24.8.0 ([#225](https://github.com/cloudquery/plugin-sdk-python/issues/225)) ([e380771](https://github.com/cloudquery/plugin-sdk-python/commit/e380771a3c57cea3596ec1ddfd570363c2e8aa3f))
* **deps:** Update dependency cloudquery-plugin-pb to v0.0.34 ([#231](https://github.com/cloudquery/plugin-sdk-python/issues/231)) ([ee5f3a9](https://github.com/cloudquery/plugin-sdk-python/commit/ee5f3a900b5f10458d1cbe4c9a9a833ea4f6f295))
* **deps:** Update dependency grpcio to v1.66.1 ([#226](https://github.com/cloudquery/plugin-sdk-python/issues/226)) ([5f6bcac](https://github.com/cloudquery/plugin-sdk-python/commit/5f6bcace644ce2e7858223d2bb5bf674da28f406))
* **deps:** Update dependency grpcio-tools to v1.66.1 ([#228](https://github.com/cloudquery/plugin-sdk-python/issues/228)) ([20a219c](https://github.com/cloudquery/plugin-sdk-python/commit/20a219c1dab2c6f03226ff98af871265d7824a0c))
* **deps:** Update dependency numpy to v2.1.0 ([#229](https://github.com/cloudquery/plugin-sdk-python/issues/229)) ([23f58ed](https://github.com/cloudquery/plugin-sdk-python/commit/23f58ed81d408ede248760144aebcff3143513ae))
* **deps:** Update dependency protobuf to v5.28.0 ([#230](https://github.com/cloudquery/plugin-sdk-python/issues/230)) ([dbefcd8](https://github.com/cloudquery/plugin-sdk-python/commit/dbefcd8119644bcbc4f637a008121115a7ade3fa))

## [0.1.34](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.33...v0.1.34) (2024-08-21)


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.34",
version="0.1.35",
description=description,
long_description=long_description,
author="CloudQuery LTD",
Expand Down

0 comments on commit b218359

Please sign in to comment.