Skip to content

v0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 May 19:45

Distributables for all three artefacts in the workspace.

minecraft_bot_accel — PyO3 facade over the standalone
Rust framework. Pre-built ABI3 wheels for Linux x86_64,
Linux aarch64, and Windows x86_64. One wheel per
platform; each covers Python 3.11+.

minecraft_bot — pure-Python reference implementation.
One universal wheel (py3-none-any) plus the source
tarball. Zero runtime dependencies; runs on any platform
with Python 3.11+ (including macOS).

minecraft_bot (Rust crate) — standalone Rust
framework, packaged via cargo package. Install from this
tarball via cargo install --path or republish to
crates.io.

macOS users: install the pure-Python wheel directly, or
build the accel wheel locally with
maturin develop --release --manifest-path python-ext/Cargo.toml.

See CHANGELOG.md for release notes.