Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fosskers committed Apr 5, 2021
1 parent d475584 commit 32dc963
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-aur"
version = "1.2.0"
version = "1.3.0"
authors = ["Colin Woodbury <[email protected]>"]
edition = "2018"
description = "Prepare Rust projects to be released on the Arch Linux User Repository."
Expand Down

0 comments on commit 32dc963

Please sign in to comment.