release v0.7.2 🥳
This commit is contained in:
parent
74e14fca78
commit
274f6a44c1
2 changed files with 6 additions and 1 deletions
|
@ -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
|
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).
|
[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
|
## v0.7.1 - 2024-01-24
|
||||||
### Changed
|
### Changed
|
||||||
- Updated and pinned dependencies, using the latest MSRV-compatible versions available.
|
- Updated and pinned dependencies, using the latest MSRV-compatible versions available.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "fif"
|
name = "fif"
|
||||||
description = "A command-line tool for detecting and optionally correcting files with incorrect extensions."
|
description = "A command-line tool for detecting and optionally correcting files with incorrect extensions."
|
||||||
version = "0.7.1"
|
version = "0.7.2"
|
||||||
authors = ["Lynnesbian <lynne@bune.city>"]
|
authors = ["Lynnesbian <lynne@bune.city>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
|
|
Loading…
Reference in a new issue