From fc498e11192e8acd715bc1a3a7cdd7ec97fd101d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 20:52:29 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 26 ++++++++++++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8e1b0d9..305c150 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".": "0.1.0"} +{".":"0.2.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..9dabf61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,27 @@ # Changelog + +## [0.2.0](https://github.com/layervai/qurl-python/compare/v0.1.0...v0.2.0) (2026-05-16) + + +### ⚠ BREAKING CHANGES + +* restructure QURL type — add AccessToken type ([#13](https://github.com/layervai/qurl-python/issues/13)) + +### Features + +* **ci:** add Slack notifications for build success/failure ([#14](https://github.com/layervai/qurl-python/issues/14)) ([5687eda](https://github.com/layervai/qurl-python/commit/5687eda7f9d3c96e87872f069913f98d36c6104a)) +* **ci:** adopt fleet issue-template + priority-enforcement pattern ([#38](https://github.com/layervai/qurl-python/issues/38)) ([133aad8](https://github.com/layervai/qurl-python/commit/133aad80b8af91b242535f6413758084945f2af6)) +* initial Python SDK setup ([#1](https://github.com/layervai/qurl-python/issues/1)) ([198966a](https://github.com/layervai/qurl-python/commit/198966a3f5145bc804c3753d9aa5fe63ba1d1d93)) +* restructure QURL type — add AccessToken type ([#13](https://github.com/layervai/qurl-python/issues/13)) ([029ce0d](https://github.com/layervai/qurl-python/commit/029ce0d60e621d72b7514af58fda85afd6a05484)) + + +### Bug Fixes + +* **ci:** use jq for Slack notification payload ([#15](https://github.com/layervai/qurl-python/issues/15)) ([fa97b05](https://github.com/layervai/qurl-python/commit/fa97b053ba3ffbc1db86168d9297f8eea5361f10)) + + +### Documentation + +* rebrand QURL → qURL across user-facing surfaces ([#40](https://github.com/layervai/qurl-python/issues/40)) ([9c88024](https://github.com/layervai/qurl-python/commit/9c88024fdd5f74be7e05ee2615aaa595c0eff1b7)) + +## Changelog diff --git a/pyproject.toml b/pyproject.toml index cf33fe4..d2df32d 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.2.0" description = "Python SDK for the qURL™ API — secure, time-limited access links. Quantum URL is how you enter the hidden layer of the internet." readme = "README.md" license = "MIT"