Skip to content

Commit

Permalink
Release: v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
obreitwi committed Mar 4, 2021
1 parent ea29221 commit 18d7141
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.7.3-pre (under development)
## v0.7.3 (2021-03-04)

* Internal:
* Removed code-smell reported by [clippy](https://github.com/rust-lang/rust-clippy).
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.7.3-pre"
version = "0.7.3"
authors = ["Oliver Breitwieser <oliver@breitwieser.eu>"]
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 @@ -8,7 +8,7 @@
[![AUR version](https://img.shields.io/aur/version/asfa)](https://aur.archlinux.org/packages/asfa/)
[![AUR version](https://img.shields.io/aur/version/asfa-git)](https://aur.archlinux.org/packages/asfa-git/)
[![Changelog](https://img.shields.io/badge/changelog-asfa-yellow)](https://github.com/obreitwi/asfa/blob/master/CHANGELOG.md)
[![GitHub commits since tagged version](https://img.shields.io/github/commits-since/obreitwi/asfa/v0.7.2)](https://www.github.com/obreitwi/asfa)
[![GitHub commits since tagged version](https://img.shields.io/github/commits-since/obreitwi/asfa/v0.7.3)](https://www.github.com/obreitwi/asfa)
<br />
[![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)
[![dependency status](https://deps.rs/repo/github/obreitwi/asfa/status.svg)](https://deps.rs/repo/github/obreitwi/asfa)
Expand Down

0 comments on commit 18d7141

Please sign in to comment.