From 274f6a44c1bf9a1e82128c6dbfc340d784148177 Mon Sep 17 00:00:00 2001 From: Lynnesbian Date: Wed, 7 Aug 2024 22:46:39 +1000 Subject: [PATCH] =?UTF-8?q?release=20v0.7.2=20=F0=9F=A5=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75536c0..ed9071f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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). +## v0.7.2 - 2024-08-07 +### Changed +- Updated and pinned dependencies, using the latest MSRV-compatible versions available. +- Implement clippy suggestions + ## v0.7.1 - 2024-01-24 ### Changed - Updated and pinned dependencies, using the latest MSRV-compatible versions available. diff --git a/Cargo.toml b/Cargo.toml index c35679f..f7a0520 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.7.1" +version = "0.7.2" authors = ["Lynnesbian "] edition = "2021" license = "GPL-3.0-or-later"