Skip to content

chore(release): v0.13.0 - #502

Merged
ajianaz merged 1 commit into
developfrom
release/v0.13.0
Aug 5, 2026
Merged

chore(release): v0.13.0#502
ajianaz merged 1 commit into
developfrom
release/v0.13.0

Conversation

@ajianaz

@ajianaz ajianaz commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator

What

Release v0.13.0 — Runtime embedding config + incremental per-symbol embedding.

Why

Version bump for milestone v0.13.0. Includes:

  • BrainConfig runtime embedding selection (auto / hashing / pretrained)
  • Incremental per-symbol embedding via embed_fingerprint (schema migration v7)
  • Backend enum + resolve_backend() runtime dispatch

Closes #499

Testing

  • cargo test --features tree-sitter (903 tests, 0 failures)
  • cargo fmt -- --check passes
  • cargo clippy --features tree-sitter -- -D warnings passes
  • cargo build --release --features tree-sitter passes

Related Issues

Closes #499

@ajianaz
ajianaz merged commit 7a065eb into develop Aug 5, 2026
13 checks passed
@ajianaz
ajianaz deleted the release/v0.13.0 branch August 5, 2026 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(brain): runtime embedding config + incremental per-symbol embedding

1 participant