Changelog
Bug fixes
- e292bbf0494520b2b1a6bebb0f4fa9c6510524b5: fix: detect timeout error and apply default option (#888) (@mikybars)
- 817c4bd446a522f8600c911c359c82191c728a64: fix: lint issues (#909) (@caarlos0)
- 4fea9a037ade974139d32a83c0955e96331e75a5: fix: make empty line before help consistent (@caarlos0)
Documentation updates
- 39290a03b4dee358daf3abea6d2d3537e2731cdc: docs: use
$EDITOR
instead ofEDITOR
(#897) (@haya14busa)
Other work
- 6682e2079bee12358a2123b5aedd3e849b69a76d: ci: sync dependabot config (#896) (@charmcli)
- a5391274324728bfe9a5a08bb52c958d43601780: ci: update lint jobs and settings (@caarlos0)
Verifying the artifacts
First, download the [`checksums.txt` file](https://github.com/charmbracelet/gum/releases/download/0.16.1/checksums.txt), for example, with `wget`: :::bash wget 'https://github.com/charmbracelet/gum/releases/download/v0.16.1/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.16.1/checksums.txt.pem' \ --signature 'https://github.com/charmbracelet/gum/releases/download/v0.16.1/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!Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.