From 11d97d457e8d0a7c433ac290590f0a0f2fa3f082 Mon Sep 17 00:00:00 2001 From: Oliver Breitwieser Date: Fri, 23 Oct 2020 16:28:09 +0200 Subject: [PATCH] Release: v0.5.1 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ac3bee..1956f2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog for [`asfa`](https://github.com/obreitwi/asfa) -## v0.5.1-pre (under development) +## v0.5.1 (2020-10-23) * Fix: Remove unused `--no-confirm`-switch from verify command. * Fix: Colorful output for clean-confirmation. diff --git a/Cargo.toml b/Cargo.toml index da37179..73643bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asfa" -version = "0.5.1-pre" +version = "0.5.1" 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 714a4f9..21e9113 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # `asfa` - avoid sending file attachments [![Crates.io](https://img.shields.io/crates/v/asfa)](https://crates.io/crates/asfa) -[![GitHub commits since tagged version](https://img.shields.io/github/commits-since/obreitwi/asfa/v0.5.0)](https://www.github.com/obreitwi/asfa) +[![GitHub commits since tagged version](https://img.shields.io/github/commits-since/obreitwi/asfa/v0.5.1)](https://www.github.com/obreitwi/asfa) [![Build Status](https://travis-ci.com/obreitwi/asfa.svg?branch=master)](https://travis-ci.com/obreitwi/asfa) [![Rustdoc](https://img.shields.io/badge/docs-rustdoc-blue)](https://obreitwi.github.io/asfa) [![Crates.io](https://img.shields.io/crates/l/asfa)](#license)