Skip to content

Commit

Permalink
Release: v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
obreitwi committed May 27, 2024
1 parent f870ce4 commit 0e0097f
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)

## Unreleased changes
## v0.10.0 (2024-05-27)

* Disable unnecessary regex features to reduce binary size by ~20% (by @jirutka)
* Cosmetic: Ensure verification separator is at least ellipsis ("...").
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.9.1"
version = "0.10.0"
authors = ["Oliver Breitwieser <[email protected]>"]
edition = "2021"
description = "Avoid sending file attachments by uploading via SSH 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 @@ -9,7 +9,7 @@
[![AUR version](https://img.shields.io/aur/version/asfa-bin)](https://aur.archlinux.org/packages/asfa-bin/)
[![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.9.1)](https://www.github.com/obreitwi/asfa)
[![GitHub commits since tagged version](https://img.shields.io/github/commits-since/obreitwi/asfa/v0.10.0)](https://www.github.com/obreitwi/asfa)
<br />
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/obreitwi/asfa/rust.yml?branch=master)](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 0e0097f

Please sign in to comment.