This commit is contained in:
Colin Woodbury
2020-08-24 14:19:46 -07:00
parent 06c5ab9b69
commit f7871899d9
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# `cargo-aur` Changelog
## 1.2.0 (2020-08-24)
#### Added
- A `--version` flag to display the current version of `cargo-aur`.
## 1.1.2 (2020-08-11)
#### Added

View File

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