Skip to content

Commit

Permalink
v0.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
alanvardy committed Mar 26, 2024
1 parent e471bd6 commit 8a18d57
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 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

## 2024-03-26 v0.5.11

- Added more quickadd examples
- Don't `empty` subtasks
- Add delete option to `empty` and `process`
Expand Down
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tod"
version = "0.5.10"
version = "0.5.11"
authors = ["Alan Vardy <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -22,7 +22,7 @@ dirs = "5.0"
matches = "0.1.10"
regex = "1"
chrono = "0.4.35"
chrono-tz = "0.8.6"
chrono-tz = "0.8.4"
colored = "2.1.0"
clap = "4.5.4"
spinners = "4.1.1"
Expand Down
16 changes: 7 additions & 9 deletions PUBLISH_CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,22 @@ Code changes
1. Change version in `Cargo.toml`
2. Update dependencies and make sure nothing broke with `./update_test.sh`
3. Update CHANGELOG.md with version number
4. Update README.md with help text `cargo run -- -h`
5. Add any new examples to README.md
6. Open PR for version and wait for it to pass
7. Commit and merge PR

8. Build release
4. Add any new examples to documentation
5. Open PR for version and wait for it to pass
6. Commit and merge PR
7. Build release

```bash
git checkout main
git pull
cargo aur
```

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

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

10. Publish to Cargo with `cargo publish`
11. Push to AUR with `./push_aur.sh`
9. Publish to Cargo with `cargo publish`
10. Push to AUR with `./push_aur.sh`

0 comments on commit 8a18d57

Please sign in to comment.