mirror of
https://github.com/fosskers/cargo-aur.git
synced 2026-03-11 17:34:53 -05:00
993 B
993 B
cargo-aur Changelog
1.1.2 (2020-08-11)
Added
- When using
--musl, the user is warned if they don't have thex86_64-unknown-linux-musltarget installed.
Changed
- Run
stripon the release binary beforetarring it.
1.1.1 (2020-08-11)
Fixed
- A breaking bug in
1.1.0which prevented it from working at all.
1.1.0 (2020-08-10)
Added
- The
--muslflag to compile the release binary with the MUSL target. In most cases, this will result in a fully statically linked binary.
1.0.3 (2020-07-18)
Changed
- Better release profile which produces smaller binaries.
1.0.2 (2020-06-22)
Changed
cargo aurwill now auto-detect the git host (Github or Gitlab) and generated asourcelink based on that.- Fewer dependencies.
1.0.1 (2020-06-17)
Changed
- Use
sha256instead ofmd5. - The
installline inpackage()is now more modern as a one-liner.
1.0.0 (2020-06-10)
This is the initial release.