Skip to content

Commit

Permalink
v0.6.30
Browse files Browse the repository at this point in the history
  • Loading branch information
alanvardy committed Feb 16, 2025
1 parent 7a1ab0e commit 4699d19
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased (on main branch only)

## 2025-02-16 v0.6.30

- Fix brew install

## 2025-02-15 v0.6.29

- Add homebrew support
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.29"
version = "0.6.30"
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.29 ./scripts/create_pr.sh
VERSION=0.6.30 ./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.29 NAME=tod ./scripts/release.sh
VERSION=0.6.30 NAME=tod ./scripts/release.sh
```

0 comments on commit 4699d19

Please sign in to comment.