From 7ea41762786f85fdbdca2cdbbf349db9160bd444 Mon Sep 17 00:00:00 2001 From: JF Ding Date: Sun, 6 Oct 2024 02:11:04 +0800 Subject: [PATCH] bump version to v1.8.0 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c709f6b..613abbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "todor" -version = "1.7.0" +version = "1.8.0" edition = "2021" authors = ["JF Ding "] description = "yet another cli TODO in Rust" diff --git a/README.md b/README.md index e9b0d64..b104767 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ - commands: - list(default), listall, add, mark, edit, count - purge, browse, listbox - - sink, shift, collect, pool(old: postp) + - sink, shift, collect, pool(old: postp), checkout - import - cleanup