Skip to content

Version 0.2.0 (2024-03-06)

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Mar 04:39
· 279 commits to main since this release

Release Notes

This release makes a breaking change to the library API. run() and is_update_needed() are now both async methods; new run_sync() and is_update_needed_sync() methods have been added which replicate the old behaviour. This should make it easier to incorporate the axoupdater library into asynchronous applications, especially applications which already use tokio.

To use the blocking methods, enable the blocking feature when importing this crate as a library.

Download axoupdater-cli 0.2.0

File Platform Checksum
axoupdater-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
axoupdater-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
axoupdater-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
axoupdater-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
axoupdater-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
axoupdater-cli-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
axoupdater-cli-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum