diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e8d921..995c679 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Dates are given in YYYY-MM-DD format. ## v0.2 -### v0.2.13 (2021-???) +### v0.2.13 (2021-04-26) #### Features - Added `-v`/`--verbose` flag for setting verbosity without using `RUST_LOG` - Added system extension set (`.dll`, `.so`, `.exe`...) diff --git a/Cargo.lock b/Cargo.lock index 5e0e1a2..768f4ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -193,7 +193,7 @@ dependencies = [ [[package]] name = "fif" -version = "0.2.12" +version = "0.2.13" dependencies = [ "cached", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index dbaa5f3..343101a 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.2.12" +version = "0.2.13" authors = ["Lynnesbian "] edition = "2018" license = "GPL-3.0-or-later"