This commit is contained in:
Colin Woodbury
2020-08-10 16:37:01 -07:00
parent 86adc54767
commit e92757c05f
2 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
# `cargo-aur` Changelog
## 1.1.0 (2020-08-10)
#### Added
- The `--musl` flag 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

View File

@@ -1,6 +1,6 @@
[package]
name = "cargo-aur"
version = "1.0.3"
version = "1.1.0"
authors = ["Colin Woodbury <colin@fosskers.ca>"]
edition = "2018"
description = "Prepare Rust projects to be released on the Arch Linux User Repository."