We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebd59f2 commit 8d4a064Copy full SHA for 8d4a064
2 files changed
.github/workflows/ndc-python-lambda-connector.yaml
@@ -156,7 +156,7 @@ jobs:
156
NEW_BRANCH="update-${{ env.CONNECTOR_NAME }}-connector-v${{ steps.get-version.outputs.tagged_version }}"
157
git checkout -b $NEW_BRANCH
158
159
- cd registry/${{ env.REGISTRY_NAME }}/${{ env.CONNECTOR_NAME }}
+ cd registry/${{ env.REGISTRY_NAME }}/python
160
161
# Create releases directory if it doesn't exist
162
mkdir -p releases/v${{ steps.get-version.outputs.tagged_version }}
CHANGELOG.md
@@ -4,6 +4,9 @@ This changelog documents the changes between release versions.
4
## [Unreleased]
5
Changes to be included in the next upcoming release
6
7
+## [0.1.6] - 2025-01-22
8
+* Fix workflows
9
+
10
## [0.1.5] - 2024-12-05
11
* Update the Python SDK
12
* Unpin Versions
0 commit comments