Skip to content

Commit 682200b

Browse files
committed
chore: release v1.9.2
1 parent 8a12797 commit 682200b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
## Unreleased
55

6+
## 1.9.2 (2026-08-16)
7+
68
### Performance
79

810
- Benchmarks on Apple M1 improved as follows (median of eight runs): parsing is
@@ -22,6 +24,14 @@
2224

2325
- Preserve `os.IsNotExist` compatibility when a template read fails and the
2426
template-store root closes successfully.
27+
- The `date` filter now pads timezone fields to Ruby's minimum widths, so
28+
`%1z` renders `-0500` rather than `-500`. This comes from upgrading
29+
`github.com/osteele/tuesday` to v1.1.1.
30+
31+
### Changed
32+
33+
- Upgraded `github.com/osteele/tuesday` to v1.1.1, which drops all external
34+
module dependencies.
2535

2636
## 1.9.1 (2026-08-12)
2737

0 commit comments

Comments
 (0)