From 599857189089ebc2301b8840d4cfb8b9d753d824 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Sun, 19 Jul 2026 12:32:02 +0200 Subject: [PATCH] chore: release api v1.0.1 Patch release for the network migration: docker-hostname config defaults for Tatlock/SearXNG and CI image push via the git.schweitz.net registry route. Co-Authored-By: Claude Fable 5 --- webber-api/CHANGELOG.md | 3 +++ webber-api/pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/webber-api/CHANGELOG.md b/webber-api/CHANGELOG.md index 47e864d..81e8cc6 100644 --- a/webber-api/CHANGELOG.md +++ b/webber-api/CHANGELOG.md @@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.1] - 2026-07-19 + ### Changed - Default `TATLOCK_API_URL` and `SEARXNG_URL` now use docker container names (`http://tatlock:8000`, `http://searxng:8080`) instead of host IP:port, for container-to-container traffic on the docker-dataplane network +- CI workflow now pushes Docker images via the `git.schweitz.net` registry route ## [1.0.0] - 2026-01-15 diff --git a/webber-api/pyproject.toml b/webber-api/pyproject.toml index 8f7a79d..a1da4fc 100644 --- a/webber-api/pyproject.toml +++ b/webber-api/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "webber-api" -version = "1.0.0" +version = "1.0.1" description = "Webber API - Multi-Agent AI Development Server" authors = [ {name = "jpmschweitzer"}