Skip to content

Releases: brightwave-inc/deadpy

v0.1.3

Choose a tag to compare

@naingthet naingthet released this 01 Jul 19:36
a0096c0

Ship prebuilt binaries. Each release now attaches deadpy binaries for Linux (x86_64/aarch64), macOS (x86_64/aarch64), and Windows (x86_64), and supports cargo binstall deadpy for compile-free installs.

v0.1.2

Choose a tag to compare

@naingthet naingthet released this 01 Jul 19:23
7861445

Add pre-commit hook support: ship .pre-commit-hooks.yaml so any Python repo can add deadpy to its .pre-commit-config.yaml. The hook scans the whole codebase (pass_filenames: false) to avoid false positives.

v0.1.1

Choose a tag to compare

@naingthet naingthet released this 01 Jul 18:07
7711531

Validates the automated crates.io publish pipeline (Trusted Publishing). Release workflow now runs the test suite before publishing. No functional changes to the tool.