Skip to content

Commit aff9d6f

Browse files
committed
chore(main): Release v0.1.48
1 parent 67d88c2 commit aff9d6f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.47"
2+
".": "0.1.48"
33
}

CHANGELOG.md

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

3+
## [0.1.48](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.47...v0.1.48) (2025-10-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency numpy to v2.3.3 ([#322](https://github.com/cloudquery/plugin-sdk-python/issues/322)) ([4bc94f5](https://github.com/cloudquery/plugin-sdk-python/commit/4bc94f5c8f0cba89ca8460b53f836a2c74e380d9))
9+
* **deps:** Update dependency pytest to v8.4.2 ([#323](https://github.com/cloudquery/plugin-sdk-python/issues/323)) ([67d88c2](https://github.com/cloudquery/plugin-sdk-python/commit/67d88c20448d13479f82288d05dcf82455a07e65))
10+
311
## [0.1.47](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.46...v0.1.47) (2025-09-03)
412

513

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.47",
54+
version="0.1.48",
5555
description=description,
5656
long_description=long_description,
5757
author="CloudQuery LTD",

0 commit comments

Comments
 (0)