Skip to content
Merged
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,3 +1,3 @@
{
".": "0.1.7"
".": "0.1.8"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down