Skip to content

Commit

Permalink
v0.6.20
Browse files Browse the repository at this point in the history
  • Loading branch information
alanvardy committed Dec 22, 2024
1 parent d885e92 commit 1a9dd46
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 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)

- Use multi-select in `task create` when no flags are used
- Standardized language used in inputs
## 2024-12-21 v0.6.20

- Update CI `yaml` file
- Added `project delete`

## 2024-12-19 v0.6.19

- Use multi-select in `task create` when no flags are used
- Standardized language used in inputs

## 2024-12-19 v0.6.18

- Added due to multi-select in `task edit`
Expand Down
10 changes: 5 additions & 5 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.19"
version = "0.6.20"
authors = ["Alan Vardy <alan@vardy.cc>"]
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 @@ -14,7 +14,7 @@ Create `tod-bin` directory for pushing to AUR
2. Create PR with

```fish
VERSION=0.6.19 ./create_pr.sh
VERSION=0.6.20 ./create_pr.sh
```

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

```fish
VERSION=0.6.19 ./release.sh
VERSION=0.6.20 ./release.sh
```

## Publish to Cargo and AUR (older method)
Expand Down

0 comments on commit 1a9dd46

Please sign in to comment.