Skip to content

Commit

Permalink
v0.6.27
Browse files Browse the repository at this point in the history
  • Loading branch information
alanvardy committed Jan 5, 2025
1 parent c198995 commit 2008494
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 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)

## 2025-01-04 v0.6.27

- Render attachment URLs in comments
- Make `max_comment_length` configurable
- Enable grouping using filters separated by commas
Expand Down
11 changes: 6 additions & 5 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.26"
version = "0.6.27"
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.26 ./scripts/create_pr.sh
VERSION=0.6.27 ./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.26 NAME=tod ./scripts/release.sh
VERSION=0.6.27 NAME=tod ./scripts/release.sh
```

0 comments on commit 2008494

Please sign in to comment.