Skip to content

Commit

Permalink
Release: v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
obreitwi committed Oct 23, 2020
1 parent 126b6ea commit 11d97d4
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.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.
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.1-pre"
version = "0.5.1"
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.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)
Expand Down

0 comments on commit 11d97d4

Please sign in to comment.