mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 23:46:41 +02:00
chore: release
This commit is contained in:
parent
4012780a7f
commit
649174aa64
3 changed files with 7 additions and 2 deletions
|
@ -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
2
Cargo.lock
generated
|
@ -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",
|
||||||
|
|
|
@ -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/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue