From c687d82d4d5d6978b22f83757e8a778906fcd6ab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 12:09:33 +0000 Subject: [PATCH] chore(main): release 0.1.8 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 55c86c8..a46f218 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.7" + ".": "0.1.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cea78d..d522362 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.8](https://github.com/alltuner/switchyard/compare/v0.1.7...v0.1.8) (2026-04-02) + + +### Bug Fixes + +* push child manifests before image index during upstream sync ([#23](https://github.com/alltuner/switchyard/issues/23)) ([3a26e79](https://github.com/alltuner/switchyard/commit/3a26e794813eb65573df1c1fe8d374ce010f26f6)) + + +### Miscellaneous Chores + +* update lockfile ([#25](https://github.com/alltuner/switchyard/issues/25)) ([c5c32f1](https://github.com/alltuner/switchyard/commit/c5c32f136616c947696f3b4cb07cb7a2e494b7a2)) + ## [0.1.7](https://github.com/alltuner/switchyard/compare/v0.1.6...v0.1.7) (2026-04-02) diff --git a/pyproject.toml b/pyproject.toml index 83a0a6d..ef8ea45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "switchyard" -version = "0.1.7" +version = "0.1.8" description = "Local Docker registry with async upstream sync" requires-python = ">=3.14" dependencies = [