Skip to content

v0.8.6

Choose a tag to compare

@github-actions github-actions released this 04 May 03:51
· 7 commits to main since this release
fe15d55

Using Bzlmod with Bazel 7+

Add to your MODULE.bazel:

bazel_dep(name = "gazelle_py", version = "0.8.6")

Using a non-registry override

bazel_dep(name = "gazelle_py", version = "0.8.6")

archive_override(
    module_name = "gazelle_py",
    integrity = "sha256-IMAQd8AYERbLnUfK6bEzW69LoNE9Hue5sWnDcruCitc=",
    strip_prefix = "gazelle_py-0.8.6",
    urls = ["https://github.com/perplexityai/gazelle_py/releases/download/v0.8.6/gazelle_py-v0.8.6.tar.gz"],
)

What's Changed

  • Set Rust allocator mode on cgo rlib by @longlho in #49

Full Changelog: v0.8.5...v0.8.6