This commit is contained in:
Colin Woodbury
2021-04-05 12:02:14 -07:00
parent d47558481a
commit 32dc963fcd
2 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
# `cargo-aur` Changelog
## 1.3.0 (2021-04-05)
#### Changed
- `cargo aur` no longer outputs `options=("strip")`, since this is set by
default in `/etc/makepkg.conf`.
## 1.2.0 (2020-08-24)
#### Added

View File

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