From 4f82a04b3410675eea3a2036e56d1315cdef89a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Nerma?= Date: Tue, 10 May 2022 16:57:53 +0200 Subject: [PATCH] Update crate version --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff1d9a0..ee2ab8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## v0.3.1 (2022-05-10) + +* **NEW:** `inc --top` subcommand to assign the maximum score to the provided directory + ## v0.3.0 (2022-05-10) * **NEW:** `export` subcommand diff --git a/Cargo.lock b/Cargo.lock index 1a01956..e097b9f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -134,7 +134,7 @@ dependencies = [ [[package]] name = "jumpy" -version = "0.3.0" +version = "0.3.1" dependencies = [ "clap", "dirs", diff --git a/Cargo.toml b/Cargo.toml index 91d5bd7..f881b6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jumpy" -version = "0.3.0" +version = "0.3.1" edition = "2021" [dependencies]