Skip to content

Commit

Permalink
0.6.18
Browse files Browse the repository at this point in the history
  • Loading branch information
alanvardy committed Dec 19, 2024
1 parent a973428 commit 0232da7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 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 (on main branch only)

## 2024-12-19 v0.6.18

- Added due to multi-select in `task edit`
- Make all updates selected in multi-select run asynchronously
- Added labels to multi-select in `task edit`
Expand Down
2 changes: 1 addition & 1 deletion 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.17"
version = "0.6.18"
authors = ["Alan Vardy <alan@vardy.cc>"]
edition = "2021"
license = "MIT"
Expand Down
5 changes: 2 additions & 3 deletions PUBLISH_CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ Create `tod-bin` directory for pushing to AUR
2. Create PR with

```fish
set VERSION 0.6.17
./create_pr.sh
VERSION=v0.6.18 ./create_pr.sh
```

3. Wait for it to pass, then merge and pull in latest changes
Expand All @@ -28,7 +27,7 @@ gs
4. Release it to all the places

```fish
./release.sh
VERSION=v0.6.18 ./release.sh
```

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

0 comments on commit 0232da7

Please sign in to comment.