v0.14.5
charmbracelet/gumv0.14.5Sep 6, 2024by github-actions[bot]
AI Summary
A maintenance release that bumps core dependencies like Bubble Tea and x/ansi, and fixes linter issues.
Key Highlights
- Bumps Bubble Tea from 0.27.0 to 1.0.0
- Bumps x/ansi from 0.2.2 to 0.2.3
- Fixes lint issues
Full Release Notes
This is a small maintenance release to bump dependencies, update linter config, and adjust [GoReleaser](https://github.com/goreleaser/goreleaser) configuration. ## Changelog ### Bug fixes * b9611e1d8300c9a76380275e87d2862f4779ddf7: fix: lint issues (#663) (@caarlos0) ### Dependency updates * 6837ed2d4580ed50d18e4e324c750a56ee42e178: feat(deps): bump github.com/charmbracelet/bubbletea from 0.27.0 to 1.0.0 (#661) (@dependabot[bot]) * 8ab6253ca117a625132f5e430c7a5559490e737a: feat(deps): bump github.com/charmbracelet/bubbletea from 1.0.0 to 1.1.0 (#665) (@dependabot[bot]) * 65e46d6e84d8d677fe30f4cd45586e66d3bc088b: feat(deps): bump github.com/charmbracelet/x/ansi from 0.2.2 to 0.2.3 (#656) (@dependabot[bot]) ### Other work * a30dda54eb0ac32efe017e19e4e3693f078a5fa9: build: fix goreleaser version (@caarlos0) * 19170239015a0a3c865d6f87db2cb286d677964c: ci: fix dependabot config (@caarlos0) --- <details> <summary>Verifying the artifacts</summary> First, download the [`checksums.txt` file](https://github.com/charmbracelet/gum/releases/download/0.14.5/checksums.txt), for example, with `wget`: ```bash wget 'https://github.com/charmbracelet/gum/releases/download/v0.14.5/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/gum/releases/download/v0.14.5/checksums.txt.pem' \ --signature 'https://github.com/charmbracelet/gum/releases/download/v0.14.5/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.sh/"><img alt="The Charm logo" src="https://stuff.charm.sh/charm-badge.jpg" width="400"></a> Thoughts? Questions? We love hearing from you. Feel free to reach out on [Twitter](https://twitter.com/charmcli), [The Fediverse](https://mastodon.technology/@charm), or on [Discord](https://charm.sh/chat).