diff --git a/CHANGELOG.md b/CHANGELOG.md index cb7d9be..07a324d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog for [`asfa`](https://github.com/obreitwi/asfa) -## v0.7.2-pre (under development) +## v0.7.2 (2021-01-29) * Switch CI from Travis to Github Actions. * `push`-command: When specifying `--expire`, move notification to the beginning of the line. diff --git a/Cargo.toml b/Cargo.toml index 28190b5..0653c43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asfa" -version = "0.7.2-pre" +version = "0.7.2" authors = ["Oliver Breitwieser "] edition = "2018" description = "Avoid sending file attachments by uploading to a remote site with non-guessable (hash-based) prefix and print URLs." diff --git a/README.md b/README.md index bd074a4..40d5d24 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Crates.io](https://img.shields.io/crates/v/asfa)](https://crates.io/crates/asfa) [![Changelog](https://img.shields.io/badge/changelog-asfa-yellow)](https://github.com/obreitwi/asfa/blob/master/CHANGELOG.md) [![dependency status](https://deps.rs/repo/github/obreitwi/asfa/status.svg)](https://deps.rs/repo/github/obreitwi/asfa) -[![GitHub commits since tagged version](https://img.shields.io/github/commits-since/obreitwi/asfa/v0.7.1)](https://www.github.com/obreitwi/asfa) +[![GitHub commits since tagged version](https://img.shields.io/github/commits-since/obreitwi/asfa/v0.7.2)](https://www.github.com/obreitwi/asfa) [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/obreitwi/asfa/cargo%20test)](https://github.com/obreitwi/asfa/actions?query=workflow%3A%22cargo+test%22) [![Rustdoc](https://img.shields.io/badge/docs-rustdoc-blue)](https://obreitwi.github.io/asfa/) [![Crates.io](https://img.shields.io/crates/l/asfa)](#license)