From 45654871494354e7b498124bdd19e6a381ad9d5b Mon Sep 17 00:00:00 2001 From: Lynnesbian Date: Wed, 15 Mar 2023 06:53:05 +1000 Subject: [PATCH] =?UTF-8?q?release=20v0.7.0=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 38aab0d..872b303 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Dates are given in YYYY-MM-DD format - for example, the 15th of October 2021 is The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## v0.7.0 - 2023-03-15 ### Changed - The Minimum Supported Rust Version (MSRV) is now **1.64.0**. - Update [`clap`] to v4.0 diff --git a/Cargo.lock b/Cargo.lock index 298571a..35ab7ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -244,7 +244,7 @@ dependencies = [ [[package]] name = "fif" -version = "0.6.0" +version = "0.7.0" dependencies = [ "assert_cmd", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index aaba28f..596d56e 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.6.0" +version = "0.7.0" authors = ["Lynnesbian "] edition = "2021" license = "GPL-3.0-or-later"