Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".": "0.1.0"}
{".":"0.2.0"}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down