From cf8882a86760dc92958c8f2801c50cb78fc883af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Thu, 18 Dec 2025 14:40:30 +0100 Subject: [PATCH] changelog for 0.1.11 --- hindsight-docs/docs/changelog/index.md | 6 ++++++ scripts/release.sh | 4 ++-- uv.lock | 8 ++++---- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/hindsight-docs/docs/changelog/index.md b/hindsight-docs/docs/changelog/index.md index 4ee263a9..b4a72bf7 100644 --- a/hindsight-docs/docs/changelog/index.md +++ b/hindsight-docs/docs/changelog/index.md @@ -8,6 +8,12 @@ This changelog highlights user-facing changes only. Internal maintenance, CI/CD, For full release details, see [GitHub Releases](https://github.com/vectorize-io/hindsight/releases). +## [0.1.11](https://github.com/vectorize-io/hindsight/releases/tag/v0.1.11) + +**Bug Fixes** + +- Fixed the standalone Docker image and control plane standalone build process so standalone deployments build correctly. ([`2948cb6`](https://github.com/vectorize-io/hindsight/commit/2948cb6)) + ## [0.1.10](https://github.com/vectorize-io/hindsight/releases/tag/v0.1.10) *This release contains internal maintenance and infrastructure changes only.* diff --git a/scripts/release.sh b/scripts/release.sh index a52b5c67..026a2e51 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -65,7 +65,7 @@ fi print_info "Updating version in all components..." # Update Python packages -PYTHON_PACKAGES=("hindsight-api" "hindsight-dev" "hindsight-dev/benchmarks" "hindsight" "hindsight-integrations/litellm") +PYTHON_PACKAGES=("hindsight-api" "hindsight-dev" "hindsight" "hindsight-integrations/litellm") for package in "${PYTHON_PACKAGES[@]}"; do PYPROJECT_FILE="$package/pyproject.toml" if [ -f "$PYPROJECT_FILE" ]; then @@ -148,7 +148,7 @@ git add -A git commit -m "Release v$VERSION - Update version to $VERSION in all components -- Python packages: hindsight-api, hindsight-dev, hindsight-dev/benchmarks, hindsight-all, hindsight-litellm +- Python packages: hindsight-api, hindsight-dev, hindsight-all, hindsight-litellm - Python client: hindsight-clients/python - TypeScript client: hindsight-clients/typescript - Rust CLI: hindsight-cli diff --git a/uv.lock b/uv.lock index a1df1b27..8f10908f 100644 --- a/uv.lock +++ b/uv.lock @@ -1141,7 +1141,7 @@ wheels = [ [[package]] name = "hindsight-all" -version = "0.1.10" +version = "0.1.11" source = { editable = "hindsight" } dependencies = [ { name = "hindsight-api" }, @@ -1165,7 +1165,7 @@ provides-extras = ["test"] [[package]] name = "hindsight-api" -version = "0.1.10" +version = "0.1.11" source = { editable = "hindsight-api" } dependencies = [ { name = "alembic" }, @@ -1269,7 +1269,7 @@ dev = [ [[package]] name = "hindsight-client" -version = "0.1.10" +version = "0.1.11" source = { editable = "hindsight-clients/python" } dependencies = [ { name = "aiohttp" }, @@ -1303,7 +1303,7 @@ provides-extras = ["test"] [[package]] name = "hindsight-dev" -version = "0.1.10" +version = "0.1.11" source = { editable = "hindsight-dev" } dependencies = [ { name = "hindsight-api" },