From 2dda717243b34caf4d1d2f83ba1656cc595d8c23 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 21:00:36 +0000 Subject: [PATCH] chore(main): release 0.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8e1b0d9..f1cf1e5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".": "0.1.0"} +{".":"0.1.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..667eac9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,10 @@ # Changelog + +## [0.1.1](https://github.com/layervai/qurl-python/compare/v0.1.0...v0.1.1) (2026-03-11) + + +### Features + +* initial Python SDK setup ([#1](https://github.com/layervai/qurl-python/issues/1)) ([198966a](https://github.com/layervai/qurl-python/commit/198966a3f5145bc804c3753d9aa5fe63ba1d1d93)) + +## Changelog diff --git a/pyproject.toml b/pyproject.toml index 7598cf5..69bce8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "layerv-qurl" -version = "0.1.0" +version = "0.1.1" description = "Python SDK for the QURL API - secure, time-limited access links" readme = "README.md" license = "MIT"