File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.1.13 "
2
+ "." : " 0.1.14 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
16
## [ 0.1.13] ( https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.12...v0.1.13 ) (2024-02-01)
4
17
5
18
Original file line number Diff line number Diff line change 51
51
]
52
52
setuptools .setup (
53
53
name = name ,
54
- version = "0.1.13 " ,
54
+ version = "0.1.14 " ,
55
55
description = description ,
56
56
long_description = long_description ,
57
57
author = "CloudQuery LTD" ,
You can’t perform that action at this time.
0 commit comments