Skip to content

Releases: 0x524a/certifier

v0.0.4

Choose a tag to compare

@github-actions github-actions released this 25 Nov 01:27
238db49

Release v0.0.4

Downloads

  • Linux (x86_64): certifier-linux-amd64.tar.gz
  • Linux (ARM64): certifier-linux-arm64.tar.gz
  • macOS (Intel): certifier-darwin-amd64.tar.gz
  • macOS (Apple Silicon): certifier-darwin-arm64.tar.gz
  • Windows (x86_64): certifier-windows-amd64.zip

Each archive contains:

  • certifier binary (or certifier.exe for Windows)
  • config.sample.yaml - Sample configuration file

Installation

# Linux/macOS: Download and extract
tar -xzf certifier-linux-amd64.tar.gz
cd linux-amd64

# Make executable
chmod +x certifier

# Move to PATH (optional)
sudo mv certifier /usr/local/bin/
# Windows: Extract and use
Expand-Archive certifier-windows-amd64.zip
cd windows-amd64
.\certifier.exe --help

Usage

certifier --help

v0.0.3

Choose a tag to compare

@github-actions github-actions released this 25 Nov 01:16
ee20479

Release v0.0.3

Downloads

  • Linux (x86_64): certifier-linux-amd64
  • Linux (ARM64): certifier-linux-arm64
  • macOS (Intel): certifier-darwin-amd64
  • macOS (Apple Silicon): certifier-darwin-arm64
  • Windows (x86_64): certifier-windows-amd64.exe

Installation

# Download and extract
tar -xzf certifier-linux-amd64.tar.gz

# Make executable
chmod +x certifier

# Move to PATH
sudo mv certifier /usr/local/bin/

Usage

certifier --help

v0.0.1

v0.0.1 Pre-release
Pre-release

Choose a tag to compare

@0x524a 0x524a released this 24 Nov 20:54
4d9b632

What's Changed

  • test: Add comprehensive tests for loading YAML configuration files by @0x524a in #1
  • Increase codecov by @0x524a in #2

New Contributors

  • @0x524a made their first contribution in #1

Full Changelog: https://github.com/0x524a/certifier/commits/v0.0.1