Skip to content

Commit

Permalink
v0.3.6 v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alanvardy committed Apr 3, 2023
1 parent 7d71990 commit e46104f
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

## 2023-04-03 v0.3.6

- Re-releasing due to an HTTP error on publish that could not be redone with the same version number.

## 2023-04-03 v0.3.5

- Add the flag `x` to get the next item one at a time with an interactive prompt
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.3.5"
version = "0.3.6"
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 @@ -43,7 +43,7 @@ cargo aur

9. [Create a new release](https://github.com/alanvardy/tod/releases/new)

- Make sure to use the label and title in format `v0.3.5`
- Make sure to use the label and title in format `v0.3.6`
- Add binary from tod directory

10. Publish to Cargo
Expand All @@ -68,6 +68,6 @@ mv PKGBUILD ../tod-bin/
rm *.tar.gz
cd ../tod-bin/
git add .
git commit -m v0.3.5
git commit -m v0.3.6
git push aur
```

0 comments on commit e46104f

Please sign in to comment.