This commit is contained in:
Colin Woodbury
2021-06-07 10:51:49 -07:00
parent deb0768f3b
commit b9e6f8ce6d
2 changed files with 12 additions and 1 deletions

View File

@@ -1,5 +1,16 @@
# `cargo-aur` Changelog
## 1.4.0 (2021-06-07)
#### Added
- The `conflicts` field is now added to the `PKGBUILD`.
- Progress messages in the terminal.
- `LICENSE` detection and installation. If your Rust crate has a license not
found in `/usr/share/licenses/common/` (like `MIT`), then `cargo aur` will
copy it into the source tarball and have the PKGBUILD install it. Naturally
this means you must actually have a `LICENSE` file in your project, or `cargo aur` will complain.
## 1.3.0 (2021-04-05)
#### Changed

View File

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