diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d220e9..ec05443 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,19 @@ All notable changes to this project will be documented in this file. 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). +## 0.4.0 - 2023-12-28 + +### Added + +- New `--stat-digits` to specify the number of digits of precision for the `--stat` format + +### Mainenance + +- Updated and removed various dependencies + ## 0.3.1 - 2020-12-08 + ### Added + - New `--delete` option to remove an item from the store - Example of purging directires that no longer exist from the store - diff --git a/Cargo.toml b/Cargo.toml index 8907cd9..db92cf6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fre" -version = "0.3.1" +version = "0.4.0" authors = ["Camden Cheek "] description = "A command line frecency tracking tool" edition = '2021'