Releases: charmbracelet/confettysh
v1.1.2
Changelog
Other work
Verifying the artifacts
First, download the checksums.txt
file, for example, with wget
:
wget 'https://github.com/charmbracelet/confettysh/releases/download/v1.1.2/checksums.txt'
Then, verify it using cosign
:
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/confettysh/releases/download/v1.1.2/checksums.txt.pem' \
--signature 'https://github.com/charmbracelet/confettysh/releases/download/v1.1.2/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
:
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.
v1.1.1
Changelog
Bug fixes
Documentation updates
Verifying the artifacts
First, download the checksums.txt
file, for example, with wget
:
wget 'https://github.com/charmbracelet/confettysh/releases/download/v1.1.1/checksums.txt'
Then, verify it using cosign
:
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/confettysh/releases/download/v1.1.1/checksums.txt.pem' \
--signature 'https://github.com/charmbracelet/confettysh/releases/download/v1.1.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
:
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.
v1.1.0
Changelog
New Features
- 9f90ef7: feat: update deps (@caarlos0)
- a53d666: feat: update deps (@caarlos0)
- 2067809: feat: update everything (@caarlos0)
Bug fixes
- 34b6799: fix: import paths (@caarlos0)
- a162922: fix: linter issuer (@caarlos0)
- 9730d29: fix: wishlist update (@caarlos0)
Dependency updates
Documentation updates
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v1.0.3
Changelog
New Features
- 00d744c: feat(ci): publish package to aur (@aymanbagabas)
- ab1e312: feat(ci): publish to fury and sign packages (@aymanbagabas)
- 2647a46: feat: switch to pflags (@aymanbagabas)
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Slack.
v1.0.2
What's Changed
- docs: small wording and punctuation edits in README by @meowgorithm in #4
- fix: add server host key by @aymanbagabas in #6
New Contributors
- @meowgorithm made their first contribution in #4
- @aymanbagabas made their first contribution in #6
Full Changelog: v1.0.1...v1.0.2
v1.0.1
v0.1.0
Changelog
- 22b9203 feat: first
- 173e100 feat: new features
- bab7498 feat: promwish
- ebc53e5 feat: promwish
- 8e5aaef feat: readonly
- be37ce4 feat: simplified config
- 7d83e39 feat: update stuff
- 88f66df feat: use wishlist
- 51e9901 feat: use wishlist
- 0b8a588 fix: lint
- 10cacdc fix: merge
- d77fb7d fix: replace directive
- 4f532ec fix: rm replace
- 35cd4ee fix: sign
- a20e25f fix: skip when command
- 8956d5f fix: update deps
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter or The Fediverse.