v0.18.6
charmbracelet/crushv0.18.6Nov 24, 2025by github-actions[bot]
AI Summary
This is a minor maintenance release for charmbracelet/crush (v0.18.6) primarily intended to re-trigger an Arch Linux AUR release to fix an issue with the AUR package. The release includes two minor chore updates: swapping error-related logs to use the proper error log level and updating bubbletea to use string view content.
Key Highlights
- Release primarily triggers AUR package rebuild to fix an AUR packaging issue
- Error-related logs now use proper error log level (#1505)
- Updated bubbletea dependency to use string view content
Full Release Notes
# A Little Release for Arch Linux, btw Hi! This mostly just a release to re-trigger an AUR release to fix an issue with the AUR package. See you next release! 💘 ## Changelog ### Other stuff * a34a8a3291fb8db97903acc43b3a136c75d5def8: chore: swap error related logs to use error log level (#1505) (@tauraamui) * 303bf8c846660c4a7c295a0a154354d8f0c4413b: chore: update bubbletea to use string view content (@aymanbagabas) --- <details> <summary>Verifying the artifacts</summary> First, download the [`checksums.txt` file](https://github.com/charmbracelet/crush/releases/download/v0.18.6/checksums.txt), for example, with `wget`: ```bash wget 'https://github.com/charmbracelet/crush/releases/download/v0.18.6/checksums.txt' ``` Then, verify it using [`cosign`](https://github.com/sigstore/cosign): ```bash cosign verify-blob \ --certificate-identity 'https://github.com/charmbracelet/meta/.github/workflows/goreleaser.yml@refs/heads/main' \ --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \ --cert 'https://github.com/charmbracelet/crush/releases/download/v0.18.6/checksums.txt.pem' \ --signature 'https://github.com/charmbracelet/crush/releases/download/v0.18.6/checksums.txt.sig' \ ./checksums.txt ``` If the output is `Verified OK`, you can safely use it to verify the checksums of other artifacts you downloaded from the release using `sha256sum`: ```bash sha256sum --ignore-missing -c checksums.txt ``` Done! You artifacts are now verified! </details> <a href="https://charm.land/"><img alt="The Charm logo" src="https://stuff.charm.sh/charm-banner-next.jpg" width="400"></a> Thoughts? Questions? We love hearing from you. Feel free to reach out on [X](https://x.com/charmcli), [Discord](https://charm.land/discord), [Slack](https://charm.land/slack), [The Fediverse](https://mastodon.social/@charmcli), [Bluesky](https://bsky.app/profile/charm.land).