Skip to content

Commit 62c5ce8

Browse files
authored
chore(main): Release v0.1.12 (#114)
1 parent b783921 commit 62c5ce8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.11"
2+
".": "0.1.12"
33
}

CHANGELOG.md

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

3+
## [0.1.12](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.11...v0.1.12) (2024-01-03)
4+
5+
6+
### Bug Fixes
7+
8+
* Rename docker registry host ([#113](https://github.com/cloudquery/plugin-sdk-python/issues/113)) ([b783921](https://github.com/cloudquery/plugin-sdk-python/commit/b783921b1439252797b55dcc2f16a26cb65d7f7b))
9+
310
## [0.1.11](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.10...v0.1.11) (2024-01-02)
411

512

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
]
5454
setuptools.setup(
5555
name=name,
56-
version="0.1.11",
56+
version="0.1.12",
5757
description=description,
5858
long_description=long_description,
5959
author="CloudQuery LTD",

0 commit comments

Comments
 (0)