diff --git a/CHANGELOG.md b/CHANGELOG.md index 25fd164..56c20eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/Cargo.lock b/Cargo.lock index 435d8cc..ac88573 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1928,7 +1928,7 @@ dependencies = [ [[package]] name = "tod" -version = "0.6.17" +version = "0.6.18" dependencies = [ "chrono", "chrono-tz", diff --git a/Cargo.toml b/Cargo.toml index 6581b71..64b8a2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tod" -version = "0.6.17" +version = "0.6.18" authors = ["Alan Vardy "] edition = "2021" license = "MIT" diff --git a/PUBLISH_CHECKLIST.md b/PUBLISH_CHECKLIST.md index 64d4614..05dd35b 100644 --- a/PUBLISH_CHECKLIST.md +++ b/PUBLISH_CHECKLIST.md @@ -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 @@ -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)