Skip to content

Release v0.2.1

Choose a tag to compare

@github-actions github-actions released this 16 Jun 10:39
· 12 commits to main since this release

Changes

Commits since v0.2.0:

  • chore: update version to 0.2.1 [skip-tag] (296ba73)
  • [UPD] - comments for testing CI; (2d6b1aa)
  • fix: correct Dockerfile FROM syntax for proper Docker build (17650a1)

Installation

Download the appropriate binary for your platform from the assets below.

Linux/macOS:

# Download binary
curl -L -o mdfmt https://github.com/Gosayram/go-mdfmt/releases/download/v0.2.1/mdfmt-*-linux-amd64

# Make executable and move to PATH
chmod +x mdfmt
sudo mv mdfmt /usr/local/bin/

Windows:

Download the .exe file and add it to your PATH.

Verification:

All binaries are signed with Cosign and include checksums for verification:

# Verify checksum
sha256sum -c mdfmt-*-linux-amd64.sha256

# Verify Cosign signature (requires cosign CLI)
cosign verify-blob \\
  --certificate mdfmt-*-linux-amd64.pem \\
  --signature mdfmt-*-linux-amd64.sig \\
  --certificate-identity-regexp "https://github.com/Gosayram/go-mdfmt/" \\
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \\
  mdfmt-*-linux-amd64