From d95587f515487f9f8bf95abd2c3c6423e96a1254 Mon Sep 17 00:00:00 2001 From: Oliver Breitwieser Date: Sun, 15 Nov 2020 19:31:22 +0100 Subject: [PATCH] Release: v0.5.4 --- 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 89a5fa8..d041cb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog for [`asfa`](https://github.com/obreitwi/asfa) -## v0.5.4-pre (under development) +## v0.5.4 (2020-11-15) * Fix host-specific auth settings falling back on the default Auth-settings instead of the global Auth-settings defined in `config.yaml`. diff --git a/Cargo.toml b/Cargo.toml index f9c8d89..6268ead 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asfa" -version = "0.5.4-pre" +version = "0.5.4" 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 94380cd..06c29a5 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.3)](https://www.github.com/obreitwi/asfa) +[![GitHub commits since tagged version](https://img.shields.io/github/commits-since/obreitwi/asfa/v0.5.4)](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)