From 188530bec88c99733acd9737a3a21580670da807 Mon Sep 17 00:00:00 2001 From: mbakalarski <64490638+mbakalarski@users.noreply.github.com> Date: Fri, 31 Jul 2026 13:40:22 +0000 Subject: [PATCH] Release v0.1.4 Carries the committed lab topology from #19, which netclab-xp's fabric scenario needs at a tag: it fetches both the design and the topology from one ref, and `examples/lab/topology.yaml` does not exist in v0.1.3. uv.lock records the project version too, so it moves with pyproject.toml or `uv sync --locked` fails the build. Co-Authored-By: Claude Opus 5 --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fa27bf8..67bccf5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "function-avd" -version = "0.1.3" +version = "0.1.4" description = "Living AVD model driven by Crossplane XRs (Fabric -> Device composite function)" readme = "README.md" authors = [ diff --git a/uv.lock b/uv.lock index da6a407..04f1d68 100644 --- a/uv.lock +++ b/uv.lock @@ -327,7 +327,7 @@ wheels = [ [[package]] name = "function-avd" -version = "0.1.3" +version = "0.1.4" source = { editable = "." } dependencies = [ { name = "crossplane-function-sdk-python" },