From 237c66729afd80602f8c18ee765a0540a4f35d85 Mon Sep 17 00:00:00 2001 From: Lynnesbian Date: Sat, 7 Aug 2021 00:36:19 +1000 Subject: [PATCH] =?UTF-8?q?release=20v0.3.4=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 | 4 +--- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcb5f55..c3910b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Dates are given in YYYY-MM-DD format. ## v0.3 -### v0.3.4 (2021-mm-dd) +### v0.3.4 (2021-08-07) #### Features - Added `-I`/`--ignore-unknown-exts` flag for ignoring files with unknown extensions - for example, if fif doesn't know what a ".fake" file is, setting this flag will prevent it from renaming "photo.fake" to "photo.jpg". This is useful diff --git a/Cargo.lock b/Cargo.lock index 677ad75..0ba15d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,7 +1,5 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 - [[package]] name = "arrayvec" version = "0.5.2" @@ -185,7 +183,7 @@ checksum = "de853764b47027c2e862a995c34978ffa63c1501f2e15f987ba11bd4f9bba193" [[package]] name = "fif" -version = "0.3.3" +version = "0.3.4" dependencies = [ "cached", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index b299661..7d10e87 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.3" +version = "0.3.4" authors = ["Lynnesbian "] edition = "2018" license = "GPL-3.0-or-later"