diff --git a/CHANGELOG.md b/CHANGELOG.md index 2070b01..1f75471 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index d7a5310..8995b58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-aur" -version = "1.0.3" +version = "1.1.0" authors = ["Colin Woodbury "] edition = "2018" description = "Prepare Rust projects to be released on the Arch Linux User Repository."