Skip to content

Commit

Permalink
v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alanvardy committed Sep 19, 2023
1 parent fa6e1b8 commit b94a7ce
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 26 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 2023-09-18 v0.5.2

- Add `nosection` flag to `task create`
- Add `No section` option to section selection
- Add `no_sections` config option
Expand Down
50 changes: 25 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tod"
version = "0.5.1"
version = "0.5.2"
authors = ["Alan Vardy <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ A tiny Todoist CLI program. Takes simple input and dumps it in your inbox or ano
- [next_id](#nextid)
- [path](#path)
- [natural_language_only](#naturallanguageonly)
- [no_sections](#nosections)
- [spinners](#spinners)
- [timezone](#timezone)
- [token](#token)
Expand Down

0 comments on commit b94a7ce

Please sign in to comment.