Skip to content

Commit

Permalink
v0.6.23
Browse files Browse the repository at this point in the history
  • Loading branch information
alanvardy committed Dec 27, 2024
1 parent 0364a66 commit 8a16cd4
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 32 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@

## Unreleased (on main branch only)

- Add colors when selecting priority
- Add `sort` flag for `list` commands
## 2024-12-26 v0.6.23

- Internal code refactoring
- Add `list import`

## 2024-12-24 v0.6.22

- Add colors when selecting priority
- Add `sort` flag for `list` commands

## 2024-12-23 v0.6.21

- Add issue templates
Expand Down
54 changes: 27 additions & 27 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.6.22"
version = "0.6.23"
authors = ["Alan Vardy <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions PUBLISH_CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Create `tod-bin` directory for pushing to AUR
3. Create PR with

```fish
VERSION=0.6.22 ./scripts/create_pr.sh
VERSION=0.6.23 ./scripts/create_pr.sh
```

4. Wait for it to pass, then merge and pull in latest changes
Expand All @@ -27,6 +27,6 @@ gh pr merge -r --admin && gs
5. Release it to all the places

```fish
VERSION=0.6.22 NAME=tod ./scripts/release.sh
VERSION=0.6.23 NAME=tod ./scripts/release.sh
```

0 comments on commit 8a16cd4

Please sign in to comment.