Skip to content

Commit

Permalink
bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
camdencheek committed Dec 28, 2023
1 parent aefd9d4 commit 44139e2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fre"
version = "0.3.1"
version = "0.4.0"
authors = ["Camden Cheek <camden@ccheek.com>"]
description = "A command line frecency tracking tool"
edition = '2021'
Expand Down

0 comments on commit 44139e2

Please sign in to comment.