Skip to content

Commit

Permalink
Release: v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
obreitwi committed Nov 15, 2020
1 parent 60cd3da commit d95587f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "asfa"
version = "0.5.4-pre"
version = "0.5.4"
authors = ["Oliver Breitwieser <[email protected]>"]
edition = "2018"
description = "Avoid sending file attachments by uploading to a remote site with non-guessable (hash-based) prefix and print URLs."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d95587f

Please sign in to comment.