release v0.3.1 🥳
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Lynne Megido 2021-06-07 15:48:46 +10:00
parent 8dac4127e9
commit c66a639eed
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
Dates are given in YYYY-MM-DD format.
## v0.3
### v0.3.1 (2021-xx-yy)
### v0.3.1 (2021-07-06)
#### Features
- Added JSON output support via `-o json`
- Added plaintext output support via `-o text`

2
Cargo.lock generated
View File

@ -183,7 +183,7 @@ checksum = "de853764b47027c2e862a995c34978ffa63c1501f2e15f987ba11bd4f9bba193"
[[package]]
name = "fif"
version = "0.3.0"
version = "0.3.1"
dependencies = [
"cached",
"cfg-if",

View File

@ -1,7 +1,7 @@
[package]
name = "fif"
description = "A command-line tool for detecting and optionally correcting files with incorrect extensions."
version = "0.3.0"
version = "0.3.1"
authors = ["Lynnesbian <lynne@bune.city>"]
edition = "2018"
license = "GPL-3.0-or-later"