Skip to content

Commit cf8882a

Browse files
committed
changelog for 0.1.11
1 parent 490fccd commit cf8882a

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

hindsight-docs/docs/changelog/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ This changelog highlights user-facing changes only. Internal maintenance, CI/CD,
88

99
For full release details, see [GitHub Releases](https://github.com/vectorize-io/hindsight/releases).
1010

11+
## [0.1.11](https://github.com/vectorize-io/hindsight/releases/tag/v0.1.11)
12+
13+
**Bug Fixes**
14+
15+
- 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))
16+
1117
## [0.1.10](https://github.com/vectorize-io/hindsight/releases/tag/v0.1.10)
1218

1319
*This release contains internal maintenance and infrastructure changes only.*

scripts/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ fi
6565
print_info "Updating version in all components..."
6666

6767
# Update Python packages
68-
PYTHON_PACKAGES=("hindsight-api" "hindsight-dev" "hindsight-dev/benchmarks" "hindsight" "hindsight-integrations/litellm")
68+
PYTHON_PACKAGES=("hindsight-api" "hindsight-dev" "hindsight" "hindsight-integrations/litellm")
6969
for package in "${PYTHON_PACKAGES[@]}"; do
7070
PYPROJECT_FILE="$package/pyproject.toml"
7171
if [ -f "$PYPROJECT_FILE" ]; then
@@ -148,7 +148,7 @@ git add -A
148148
git commit -m "Release v$VERSION
149149
150150
- Update version to $VERSION in all components
151-
- Python packages: hindsight-api, hindsight-dev, hindsight-dev/benchmarks, hindsight-all, hindsight-litellm
151+
- Python packages: hindsight-api, hindsight-dev, hindsight-all, hindsight-litellm
152152
- Python client: hindsight-clients/python
153153
- TypeScript client: hindsight-clients/typescript
154154
- Rust CLI: hindsight-cli

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)