You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0.8.0: bump Cargo.toml + CHANGELOG + module-doc version refs
Cuts the 0.8.0 release branch. Tagging and publishing held for explicit
trigger; this commit is local-only and only updates version metadata.
Cargo.toml: 0.7.2 -> 0.8.0
CHANGELOG.md: new [0.8.0] - 2026-04-27 section under Keep-a-Changelog
format. Documents the two breaking changes (esg -> range_filtered
rename + spectral pub -> pub(crate)) under "Changed (breaking)" and
includes a diff-style migration block from 0.7.x.
src/lib.rs install snippet + 19 module-level //! doc snippets bumped
from `version = "0.7"` to `version = "0.8"`. README install block
unchanged (was already 0.7-pinned; bumped to 0.8 in the same sweep).
Verification at this commit:
cargo fmt --check clean
cargo clippy --no-default-features --features hnsw --all-targets -- -D warnings
clean
cargo clippy --all-features --all-targets -- -D warnings clean
cargo nextest run --no-default-features --features hnsw 314/314 pass
cargo nextest run --lib --all-features 400/400 pass
Tag + publish workflow trigger held: per personal-style rule, version
bumps only land in-tree when about to publish, but the user wants the
release-ready state captured. Next step is `git tag v0.8.0 && git push
--tags` followed by `gh workflow run publish.yml -f confirm=publish`,
gated on user say-so.
0 commit comments