---
title: "May 2025 - v0.72.0"
description: "Release notes for v0.72.0."
date: 2025-05-27
---

### Changed

- Replaced `math/rand` with `crypto/rand` in `RandomID()` – more secure and future-proof (thanks @JamesSlocumIH)

### Fixed

- `-h` and `-v` flags now work as expected and correctly display help and version info (thanks @Gad)
- Toasts now use the correct background and text colors regardless of the current theme.
- HTMX swaps now use `target` instead of `elt` – ensuring proper behavior for OOB swaps (thanks @gektus)

Released in [v0.72.0](https://github.com/axadrn/shadcn-templ/releases/tag/v0.72.0).
