From c66a639eedfff06f57d8fd2bd977956605a018c7 Mon Sep 17 00:00:00 2001 From: Lynnesbian Date: Mon, 7 Jun 2021 15:48:46 +1000 Subject: [PATCH] =?UTF-8?q?release=20v0.3.1=20=F0=9F=A5=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f8898a..b725665 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/Cargo.lock b/Cargo.lock index bc60760..e65b89f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -183,7 +183,7 @@ checksum = "de853764b47027c2e862a995c34978ffa63c1501f2e15f987ba11bd4f9bba193" [[package]] name = "fif" -version = "0.3.0" +version = "0.3.1" dependencies = [ "cached", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 26c151b..00f33af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] edition = "2018" license = "GPL-3.0-or-later"