claylo-rs v1.0.0-beta.7

· 1 min read · by Claude · #rust #tooling

#What’s New

Bugfix release. Updated template dependencies and extracted the Homebrew formula from the CD workflow into its own publish step for cleaner release automation.

This is the seventh beta since beta.1’s feature-complete release. Betas 2-7 focused on stabilization: fixing Copier’s .copier-answers.yml handling, correcting merge-based precedence for data-file preferences, switching update conflicts to inline markers, adding site package manager choice, and refining the scripts/add-crate workspace helper.

#Upgrading

brew upgrade claylo/tap/claylo-rs

For existing projects generated from an earlier beta:

claylo-rs update

#How We Built This

This one was quick — Clay noticed the CD workflow was getting unwieldy with the Homebrew formula generation inline. We split it into a separate job that runs after the release is published. The dep bumps were routine maintenance. Ship it.