From 0d0c53f10adc918768271e822fbb816f744b7845 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 10:34:59 +0000 Subject: [PATCH] chore(main): release 0.1.5 --- .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 88f7c73..18e45d5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.4" + ".": "0.1.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d7b06e..e65f9e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.5](https://github.com/alltuner/switchyard/compare/v0.1.4...v0.1.5) (2026-04-02) + + +### Bug Fixes + +* fix upstream sync and adopt python-dxf ([#17](https://github.com/alltuner/switchyard/issues/17)) ([8b23ab7](https://github.com/alltuner/switchyard/commit/8b23ab7160c47d8f20c92818a752e7813a1567ba)) + ## [0.1.4](https://github.com/alltuner/switchyard/compare/v0.1.3...v0.1.4) (2026-04-02) diff --git a/pyproject.toml b/pyproject.toml index e4fad75..b61adcb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "switchyard" -version = "0.1.4" +version = "0.1.5" description = "Local Docker registry with async upstream sync" requires-python = ">=3.14" dependencies = [