From 14580e5db93059844117613a7b2b9a50552bb894 Mon Sep 17 00:00:00 2001 From: Dheepak <1813121+kdheepak@users.noreply.github.com> Date: Sun, 12 May 2024 08:26:50 +0000 Subject: [PATCH] chore: release Signed-off-by: Dheepak <1813121+kdheepak@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a60a872..3dd90db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.26.2](https://github.com/kdheepak/taskwarrior-tui/compare/v0.26.1...v0.26.2) - 2024-05-12 + +### Added +- Add task duplicate +- Add scheduled +- Add scheduled countdown +- Add recur to autocomplete options + +### Other +- fix clippy issues +- Update release-plz.yml with token + ## [0.26.1](https://github.com/kdheepak/taskwarrior-tui/compare/v0.26.0...v0.26.1) - 2024-05-12 ### Other diff --git a/Cargo.lock b/Cargo.lock index 917a0c6..758af0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1329,7 +1329,7 @@ dependencies = [ [[package]] name = "taskwarrior-tui" -version = "0.26.1" +version = "0.26.2" dependencies = [ "anyhow", "better-panic", diff --git a/Cargo.toml b/Cargo.toml index 28ea0f1..c3ec454 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "taskwarrior-tui" -version = "0.26.1" +version = "0.26.2" license = "MIT" description = "A Taskwarrior Terminal User Interface" repository = "https://github.com/kdheepak/taskwarrior-tui/"