Skip to content

Releases: charmbracelet/melt

v0.6.1

15 Mar 19:31
13d3a8e
Compare
Choose a tag to compare

Changelog

Bug fixes

Dependency updates

Documentation updates

Other work


Verifying the artifacts

First, download the checksums.txt file, for example, with wget:

wget 'https://github.com/charmbracelet/melt/releases/download/v0.6.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/melt/releases/download/v0.6.1/checksums.txt.pem' \
  --signature 'https://github.com/charmbracelet/melt/releases/download/v0.6.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!

The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

v0.6.0

06 Oct 16:55
v0.6.0
a26ddab
Compare
Choose a tag to compare

Changelog

New Features

Bug fixes

Dependency updates

Documentation updates


Verifying the artifacts

First, download the checksums.txt file, for example, with wget:

wget 'https://github.com/charmbracelet/melt/releases/download/v0.6.0/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/melt/releases/download/v0.6.0/checksums.txt.pem' \
  --signature 'https://github.com/charmbracelet/melt/releases/download/v0.6.0/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!

The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

v0.5.0

02 Nov 16:05
v0.5.0
794f87b
Compare
Choose a tag to compare

Changelog

New Features

Dependency updates

Documentation updates


The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

v0.4.1

11 May 18:04
v0.4.1
3a279a4
Compare
Choose a tag to compare

Changelog

Bug fixes


The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Slack.

v0.4.0

09 May 18:00
v0.4.0
a1011a9
Compare
Choose a tag to compare

Changelog

New Features

Bug fixes

Others


The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Slack.

v0.3.0

07 Apr 13:31
v0.3.0
1cc8b96
Compare
Choose a tag to compare

Changelog

New Features

Bug fixes

Others


The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Slack.

v0.2.0

16 Mar 03:55
v0.2.0
7937d4d
Compare
Choose a tag to compare

Changelog

New Features


The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Slack.

v0.1.0

14 Mar 16:45
v0.1.0
2e724bd
Compare
Choose a tag to compare

Changelog

New Features

Bug fixes

Others


The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Slack.