Skip to content

release: prepare v0.3.3.dev0 - #347

Merged
voorhs merged 1 commit into
devfrom
release/v0.3.3.dev0
Aug 13, 2026
Merged

release: prepare v0.3.3.dev0#347
voorhs merged 1 commit into
devfrom
release/v0.3.3.dev0

Conversation

@voorhs

@voorhs voorhs commented Aug 13, 2026

Copy link
Copy Markdown
Collaborator

Prepares the v0.3.3.dev0 development pre-release.

Changes

Verification

  • make schema produces no diff — the configs/_vector_index.py change since v0.3.2 did not alter the generated optimizer JSON schema.
  • 0.3.3.dev0 is valid PEP 440 and orders 0.3.2 < 0.3.3.dev0 < 0.3.3; pip/uv treat it as a pre-release, so it is not installed by default resolution.
  • Package imports and reports 0.3.3.dev0 from installed metadata after uv sync.
  • Docs build (make test-docs, make docs) left to CI on this PR.

Notes for release day

  • The tag v0.3.3.dev0 will not appear in the docs version switcher: docs/source/docs_utils/versions_generator.py filters tags on ^v\d+\.\d+\.\d+$. That is the desired outcome for a dev release — no action needed.
  • Publishing a GitHub Release for the tag triggers the PyPI publish in .github/workflows/release.yaml. Mark it as a pre-release on GitHub if you don't want it surfaced as the latest release.

🤖 Generated with Claude Code

Bump version in pyproject.toml and docs/source/conf.py, and add a
CHANGELOG section covering the OpenSearch vector-index correctness work
(#345, #346), the inference_config.yaml tuple-serialization fix (#344),
and the metadata-driven require(extra) dependency guard (#339).

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@voorhs
voorhs merged commit 044cf5b into dev Aug 13, 2026
19 checks passed
@voorhs
voorhs deleted the release/v0.3.3.dev0 branch August 13, 2026 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment