From ddbc48ea3faca1fed5a8c983195b14ddfd9486df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 11:23:03 +0000 Subject: [PATCH] chore(main): release 0.1.7 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0f24e47..55c86c8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.6" + ".": "0.1.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d09ede7..2cea78d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.7](https://github.com/alltuner/switchyard/compare/v0.1.6...v0.1.7) (2026-04-02) + + +### Bug Fixes + +* preserve Location query params when completing blob uploads ([#21](https://github.com/alltuner/switchyard/issues/21)) ([98c486f](https://github.com/alltuner/switchyard/commit/98c486fd4ec917b7f56589cc0153d67cfecd317f)) + ## [0.1.6](https://github.com/alltuner/switchyard/compare/v0.1.5...v0.1.6) (2026-04-02) diff --git a/pyproject.toml b/pyproject.toml index 247c7f8..83a0a6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "switchyard" -version = "0.1.6" +version = "0.1.7" description = "Local Docker registry with async upstream sync" requires-python = ">=3.14" dependencies = [