Skip to content

Releases: AlexMelanFromRingo/MinecraftBot

v0.3.0

13 May 19:45

Choose a tag to compare

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.

v0.2.0

13 May 02:43

Choose a tag to compare

Pre-built ABI3 wheels of minecraft_bot_accel
(PyO3 façade over the standalone Rust framework).

One wheel per platform; each covers Python 3.11+.

See CHANGELOG.md for release notes.