Skip to content

Releases: houseabsolute/ubi

v0.0.8

25 Apr 19:34
Compare
Choose a tag to compare
  • No code changes from the last release. The binary releases built by GitHub Actions now build on Ubuntu 18.04 instead of 20.04. This restore compatibility with systems using glibc 2.27. Reported by Olaf Alders. GH #16.
  • This release also includes native ARM64 binaries for macOS 11+.

v0.0.7

23 Apr 20:29
Compare
Choose a tag to compare
  • Include "x64" as a match for the x86_64 architecture.

v0.0.6

17 Jan 16:15
Compare
Choose a tag to compare
  • Changed CPU architecture matching to be stricter based on the current platform's CPU.
  • Changed file extension mapping to work of an allowed list of extensions. This is stricter than the previous check, which just filtered out a few things like .deb and .rpm.

v0.0.5

16 Jan 22:36
Compare
Choose a tag to compare
  • Include s390 and s390x in possible arch list. This also fixes a bug where that arch might be used when running ubi on any platform.
  • Ignore .deb and .rpm files.
  • Look for multiple valid files to download and prefer 64-bit binaries on 64-bit CPUs.

v0.0.4

16 Jan 20:15
Compare
Choose a tag to compare
  • Add support for releases which are either the bare executable or a gzipped executable, like rust-analyzer.

v0.0.3

15 Jan 17:31
Compare
Choose a tag to compare
  • Update tokio and other async deps to avoid panics and eliminate deprecated net2 crate from dep tree.

v0.0.2

09 Jan 21:32
Compare
Choose a tag to compare
  • When running on Windows, add ".exe" to the user-supplied --exe name if it doesn't already have it. This makes it simpler to use ubi with the exact same invocation across platforms.

v0.0.1

07 Jan 23:00
Compare
Choose a tag to compare
  • First release