From 178e146eae0b91734bab3e1306c43e53e647069f Mon Sep 17 00:00:00 2001 From: Dominykas Djacenko Date: Mon, 22 Apr 2024 19:34:56 -0700 Subject: [PATCH] release: version 0.2.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b58c49..796f256 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -606,7 +606,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "doist" -version = "0.2.6" +version = "0.2.7" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 6dc46c2..e38a610 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "doist" homepage = "https://github.com/chaosteil/doist" repository = "https://github.com/chaosteil/doist" authors = ["Dominykas Djacenko "] -version = "0.2.6" +version = "0.2.7" edition = "2021" description = "doist is an unofficial command line app for interacting with the Todoist API" license = "MIT"