Skip to content

Commit 6b1488f

Browse files
authored
chore: release v0.26.2 (#559)
## 🤖 New release * `taskwarrior-tui`: 0.26.1 -> 0.26.2 <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.26.2](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 </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/).
2 parents 1c7cb18 + 14580e5 commit 6b1488f

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.26.2](https://github.com/kdheepak/taskwarrior-tui/compare/v0.26.1...v0.26.2) - 2024-05-12
10+
11+
### Added
12+
- Add task duplicate
13+
- Add scheduled
14+
- Add scheduled countdown
15+
- Add recur to autocomplete options
16+
17+
### Other
18+
- fix clippy issues
19+
- Update release-plz.yml with token
20+
921
## [0.26.1](https://github.com/kdheepak/taskwarrior-tui/compare/v0.26.0...v0.26.1) - 2024-05-12
1022

1123
### Other

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "taskwarrior-tui"
3-
version = "0.26.1"
3+
version = "0.26.2"
44
license = "MIT"
55
description = "A Taskwarrior Terminal User Interface"
66
repository = "https://github.com/kdheepak/taskwarrior-tui/"

0 commit comments

Comments
 (0)