chore: release

This commit is contained in:
Dheepak Krishnamurthy 2024-05-12 10:37:14 -04:00 committed by GitHub
parent 4012780a7f
commit 649174aa64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 2 deletions

View file

@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [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 ## [0.26.2](https://github.com/kdheepak/taskwarrior-tui/compare/v0.26.1...v0.26.2) - 2024-05-12
### Added ### Added

2
Cargo.lock generated
View file

@ -1329,7 +1329,7 @@ dependencies = [
[[package]] [[package]]
name = "taskwarrior-tui" name = "taskwarrior-tui"
version = "0.26.2" version = "0.26.3"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"better-panic", "better-panic",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "taskwarrior-tui" name = "taskwarrior-tui"
version = "0.26.2" version = "0.26.3"
license = "MIT" license = "MIT"
description = "A Taskwarrior Terminal User Interface" description = "A Taskwarrior Terminal User Interface"
repository = "https://github.com/kdheepak/taskwarrior-tui/" repository = "https://github.com/kdheepak/taskwarrior-tui/"