Skip to content

Commit

Permalink
release: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fosskers committed Oct 2, 2023
1 parent 00c323a commit c4aa908
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `cargo-aur` Changelog

## Unreleased
## 1.6.0 (2023-10-02)

#### Changed

Expand All @@ -9,6 +9,7 @@
but you will be warned. This fixes a conflict with other `cargo` subcommands.
- The PKGBUILD and tarball are now output to `target/cargo-aur` to avoid
cluttering the top-level of the repo.
- Reduced binary size.

#### Fixed

Expand Down
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-aur"
version = "1.5.0"
version = "1.6.0"
authors = ["Colin Woodbury <[email protected]>"]
edition = "2021"
description = "Prepare Rust projects to be released on the Arch Linux User Repository."
Expand All @@ -21,3 +21,6 @@ toml = "0.8"
[profile.release]
lto = true
strip = true
opt-level = "z"
codegen-units = 1
panic = "abort"

0 comments on commit c4aa908

Please sign in to comment.