Skip to content

v0.13.1

Choose a tag to compare

@tenequm tenequm released this 13 Jul 12:51
dffe24b

Fixes cargo install pond-db, broken for every release since v0.10.0: pond skill embeds SKILL.md via include_str!, but the file was excluded from the published crate, so the .crate on crates.io could not compile. Installs via brew, nix, and cargo-binstall were unaffected (they ship prebuilt binaries). CI now gates packaging so this class of breakage cannot recur.

🐛 Bug Fixes

  • ship SKILL.md in the published crate so cargo install compiles (#105) (4c2213e) - drops SKILL.md from Cargo.toml's exclude list and adds a check-package CI gate: cargo package --list must contain every include_str!/include_bytes! target, since publishing skips the verify build (publish_no_verify)

📚 Documentation

  • site: lead the demo with the pond status scene (ba67eca)

🧹 Chores

  • bench: add fmindex_probe substring-index comparison harness (a9c38cf)

Full Changelog: v0.13.0...v0.13.1