Skip to content

Latest commit

 

History

History
94 lines (53 loc) · 2.6 KB

CHANGELOG.md

File metadata and controls

94 lines (53 loc) · 2.6 KB

Changelog

0.3.0

Fixes

0.2.0

Fixes

0.1.0

Features

Adds the ability to extract binaries (and libraries) to specific subdirectories, which is needed for dynamic linking on macOS.

🎸 0.0.3-alpha.1

Features

  • Adds download_version to API - EverlastingBugstopper, pull/7

    Allows users of binary-install to put the version in the directory name so they can test if they need to re-download a newer version.

Fixes

📦 0.0.3-alpha

Features

  • Add download_artifact - xtuc, pull/1

    Extends the API by adding a download_artifact function which allows the installation of releases that don't contain a binary.

  • Allow concurrent access of installation cache - xtuc, issue/2 pull/3

  • Derive Clone on Download struct - ashleygwilliams, pull/6

❌ 0.0.2

Features

  • Don't make getting a binary from a download infallible - fitzegen, pull/504

    Instead of panicking on unexpected states, check for them and return an error.

Maintenance

💥 0.0.1

  • First release!