Skip to content

Commit c5e1526

Browse files
authored
chore(main): Release v0.1.14 (#127)
🤖 I have created a release *beep* *boop* --- ## [0.1.14](v0.1.13...v0.1.14) (2024-02-12) ### Features * Implement `GetSpecSchema` plugin gRPC call ([#130](#130)) ([35c981c](35c981c)) ### Bug Fixes * **deps:** Update dependency cloudquery-plugin-pb to v0.0.23 ([#125](#125)) ([5d1a1d7](5d1a1d7)) * **deps:** Update dependency pyarrow to v15 ([#126](#126)) ([541e9ca](541e9ca)) --- 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 35c981c commit c5e1526

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.13"
2+
".": "0.1.14"
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.14](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.13...v0.1.14) (2024-02-12)
4+
5+
6+
### Features
7+
8+
* Implement `GetSpecSchema` plugin gRPC call ([#130](https://github.com/cloudquery/plugin-sdk-python/issues/130)) ([35c981c](https://github.com/cloudquery/plugin-sdk-python/commit/35c981c6c57247d210b4e8513cbb45caf6659177))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** Update dependency cloudquery-plugin-pb to v0.0.23 ([#125](https://github.com/cloudquery/plugin-sdk-python/issues/125)) ([5d1a1d7](https://github.com/cloudquery/plugin-sdk-python/commit/5d1a1d7d98ec88607695a6454085317f32df6abd))
14+
* **deps:** Update dependency pyarrow to v15 ([#126](https://github.com/cloudquery/plugin-sdk-python/issues/126)) ([541e9ca](https://github.com/cloudquery/plugin-sdk-python/commit/541e9ca6748d327a9a4f5117ee49695e0f8bb464))
15+
316
## [0.1.13](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.12...v0.1.13) (2024-02-01)
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.13",
54+
version="0.1.14",
5555
description=description,
5656
long_description=long_description,
5757
author="CloudQuery LTD",

0 commit comments

Comments
 (0)