From 9f597859f1035774ae64647ee70481da687cd15c Mon Sep 17 00:00:00 2001 From: Dheepak <1813121+kdheepak@users.noreply.github.com> Date: Sun, 12 May 2024 15:30:32 +0000 Subject: [PATCH] chore: release Signed-off-by: Dheepak <1813121+kdheepak@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b3d70aa..2f214612 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.26.4](https://github.com/kdheepak/taskwarrior-tui/compare/v0.26.3...v0.26.4) - 2024-05-12 + +### Other +- Update taskwarrior-tui.bash +- *(deps)* bump the cargo-dependencies group across 1 directory with 20 updates ([#573](https://github.com/kdheepak/taskwarrior-tui/pull/573)) +- *(deps)* Bump to ratatui v0.26 +- *(deps)* bump actions/checkout from 2 to 4 ([#569](https://github.com/kdheepak/taskwarrior-tui/pull/569)) +- *(deps)* bump peaceiris/actions-gh-pages from 3 to 4 ([#568](https://github.com/kdheepak/taskwarrior-tui/pull/568)) +- *(deps)* bump softprops/action-gh-release from 1 to 2 ([#567](https://github.com/kdheepak/taskwarrior-tui/pull/567)) +- *(deps)* bump actions/setup-python from 1 to 5 ([#566](https://github.com/kdheepak/taskwarrior-tui/pull/566)) +- *(deps)* bump actions/setup-python from 1 to 5 +- Add dependabot.yml + ## [0.26.3](https://github.com/kdheepak/taskwarrior-tui/compare/v0.26.2...v0.26.3) - 2024-05-12 ### Other diff --git a/Cargo.lock b/Cargo.lock index 33e9a829..84c797f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1408,7 +1408,7 @@ dependencies = [ [[package]] name = "taskwarrior-tui" -version = "0.26.3" +version = "0.26.4" dependencies = [ "anyhow", "better-panic", diff --git a/Cargo.toml b/Cargo.toml index 19d86354..7b654861 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "taskwarrior-tui" -version = "0.26.3" +version = "0.26.4" license = "MIT" description = "A Taskwarrior Terminal User Interface" repository = "https://github.com/kdheepak/taskwarrior-tui/"