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"