v0.3.1
rathole-org/ratholev0.3.1Jan 4, 2022by github-actions[bot]
AI Summary
Adds CI support for multiple platform releases.
Key Highlights
- Add multiple platform releases
- Note on glibc versions and musl binaries
Full Release Notes
## What's Changed * ci: add multiple platform releases by @rapiz1 in https://github.com/rapiz1/rathole/pull/54 **Full Changelog**: https://github.com/rapiz1/rathole/compare/v0.3.0...v0.3.1 ## Notes `rathole-x86_64-unknown-linux-gnu` links against `glibc 2.11+`, if you run a linux distribution with an older glibc, use `rathole-x86_64-unknown-linux-musl` For the explanation of target triples, refer to [rustc's platform support](https://doc.rust-lang.org/stable/rustc/platform-support.html)