Skip to content

Commit

Permalink
v0.6.21
Browse files Browse the repository at this point in the history
  • Loading branch information
alanvardy committed Dec 23, 2024
1 parent 9e98b33 commit 7c1f273
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 24 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-23 v0.6.21

- Add issue templates
- Refine scripts for releasing new versions
- Added `shell completions` for generating shell completions with various shells
Expand Down
42 changes: 21 additions & 21 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.20"
version = "0.6.21"
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.20 ./scripts/create_pr.sh
VERSION=0.6.21 ./scripts/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
NAME=tod VERSION=0.6.20 ./scripts/release.sh
VERSION=0.6.21 NAME=tod ./scripts/release.sh
```

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

0 comments on commit 7c1f273

Please sign in to comment.