diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dd90db0..3b3d70aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.26.3](https://github.com/kdheepak/taskwarrior-tui/compare/v0.26.2...v0.26.3) - 2024-05-12 + +### Other +- Update cd.yml + ## [0.26.2](https://github.com/kdheepak/taskwarrior-tui/compare/v0.26.1...v0.26.2) - 2024-05-12 ### Added diff --git a/Cargo.lock b/Cargo.lock index 758af0bb..13cd9f59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1329,7 +1329,7 @@ dependencies = [ [[package]] name = "taskwarrior-tui" -version = "0.26.2" +version = "0.26.3" dependencies = [ "anyhow", "better-panic", diff --git a/Cargo.toml b/Cargo.toml index c3ec4543..dec3dff8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "taskwarrior-tui" -version = "0.26.2" +version = "0.26.3" license = "MIT" description = "A Taskwarrior Terminal User Interface" repository = "https://github.com/kdheepak/taskwarrior-tui/"