Skip to content

Releases: versioner-io/versioner-cli

v1.0.10

20 Dec 21:33

Choose a tag to compare

Installation

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

Linux (amd64)

curl -L https://github.com/versioner-io/versioner-cli/releases/download/v1.0.10/versioner-linux-amd64 -o versioner
chmod +x versioner
sudo mv versioner /usr/local/bin/

macOS (Apple Silicon)

curl -L https://github.com/versioner-io/versioner-cli/releases/download/v1.0.10/versioner-darwin-arm64 -o versioner
chmod +x versioner
sudo mv versioner /usr/local/bin/

macOS (Intel)

curl -L https://github.com/versioner-io/versioner-cli/releases/download/v1.0.10/versioner-darwin-amd64 -o versioner
chmod +x versioner
sudo mv versioner /usr/local/bin/

Verify Installation

versioner version

Quick Start

  1. Get your API key from app.versioner.io
  2. Set environment variable: export VERSIONER_API_KEY=your-key
  3. Track a build: versioner track build --product=my-app --version=1.0.0 --status=completed

Documentation

Verify Checksums

Download checksums.txt and verify your binary:

sha256sum -c checksums.txt --ignore-missing

Full Changelog: v1.0.9...v1.0.10

v1.0.9

30 Nov 18:18

Choose a tag to compare

Installation

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

Linux (amd64)

curl -L https://github.com/versioner-io/versioner-cli/releases/download/v1.0.9/versioner-linux-amd64 -o versioner
chmod +x versioner
sudo mv versioner /usr/local/bin/

macOS (Apple Silicon)

curl -L https://github.com/versioner-io/versioner-cli/releases/download/v1.0.9/versioner-darwin-arm64 -o versioner
chmod +x versioner
sudo mv versioner /usr/local/bin/

macOS (Intel)

curl -L https://github.com/versioner-io/versioner-cli/releases/download/v1.0.9/versioner-darwin-amd64 -o versioner
chmod +x versioner
sudo mv versioner /usr/local/bin/

Verify Installation

versioner version

Quick Start

  1. Get your API key from app.versioner.io
  2. Set environment variable: export VERSIONER_API_KEY=your-key
  3. Track a build: versioner track build --product=my-app --version=1.0.0 --status=completed

Documentation

Verify Checksums

Download checksums.txt and verify your binary:

sha256sum -c checksums.txt --ignore-missing

Full Changelog: v1.0.8...v1.0.9

v1.0.8

30 Nov 16:24
0868841

Choose a tag to compare

Installation

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

Linux (amd64)

curl -L https://github.com/versioner-io/versioner-cli/releases/download/v1.0.8/versioner-linux-amd64 -o versioner
chmod +x versioner
sudo mv versioner /usr/local/bin/

macOS (Apple Silicon)

curl -L https://github.com/versioner-io/versioner-cli/releases/download/v1.0.8/versioner-darwin-arm64 -o versioner
chmod +x versioner
sudo mv versioner /usr/local/bin/

macOS (Intel)

curl -L https://github.com/versioner-io/versioner-cli/releases/download/v1.0.8/versioner-darwin-amd64 -o versioner
chmod +x versioner
sudo mv versioner /usr/local/bin/

Verify Installation

versioner version

Quick Start

  1. Get your API key from app.versioner.io
  2. Set environment variable: export VERSIONER_API_KEY=your-key
  3. Track a build: versioner track build --product=my-app --version=1.0.0 --status=completed

Documentation

Verify Checksums

Download checksums.txt and verify your binary:

sha256sum -c checksums.txt --ignore-missing

What's Changed

Full Changelog: v1.0.7...v1.0.8

v1.0.7

30 Nov 14:58
72a6fe5

Choose a tag to compare

Installation

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

Linux (amd64)

curl -L https://github.com/versioner-io/versioner-cli/releases/download/v1.0.7/versioner-linux-amd64 -o versioner
chmod +x versioner
sudo mv versioner /usr/local/bin/

macOS (Apple Silicon)

curl -L https://github.com/versioner-io/versioner-cli/releases/download/v1.0.7/versioner-darwin-arm64 -o versioner
chmod +x versioner
sudo mv versioner /usr/local/bin/

macOS (Intel)

curl -L https://github.com/versioner-io/versioner-cli/releases/download/v1.0.7/versioner-darwin-amd64 -o versioner
chmod +x versioner
sudo mv versioner /usr/local/bin/

Verify Installation

versioner version

Quick Start

  1. Get your API key from app.versioner.io
  2. Set environment variable: export VERSIONER_API_KEY=your-key
  3. Track a build: versioner track build --product=my-app --version=1.0.0 --status=completed

Documentation

Verify Checksums

Download checksums.txt and verify your binary:

sha256sum -c checksums.txt --ignore-missing

What's Changed

  • Changing build_url to deploy_url on deployment actions by @paustin01 in #3

Full Changelog: v1.0.6...v1.0.7

v1.0.6

28 Nov 18:05
a945134

Choose a tag to compare

Installation

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

Linux (amd64)

curl -L https://github.com/versioner-io/versioner-cli/releases/download/v1.0.6/versioner-linux-amd64 -o versioner
chmod +x versioner
sudo mv versioner /usr/local/bin/

macOS (Apple Silicon)

curl -L https://github.com/versioner-io/versioner-cli/releases/download/v1.0.6/versioner-darwin-arm64 -o versioner
chmod +x versioner
sudo mv versioner /usr/local/bin/

macOS (Intel)

curl -L https://github.com/versioner-io/versioner-cli/releases/download/v1.0.6/versioner-darwin-amd64 -o versioner
chmod +x versioner
sudo mv versioner /usr/local/bin/

Verify Installation

versioner version

Quick Start

  1. Get your API key from app.versioner.io
  2. Set environment variable: export VERSIONER_API_KEY=your-key
  3. Track a build: versioner track build --product=my-app --version=1.0.0 --status=completed

Documentation

Verify Checksums

Download checksums.txt and verify your binary:

sha256sum -c checksums.txt --ignore-missing

What's Changed

Full Changelog: v1.0.5...v1.0.6

v1.0.5

21 Nov 21:54
06cb54a

Choose a tag to compare

Installation

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

Linux (amd64)

curl -L https://github.com/versioner-io/versioner-cli/releases/download/v1.0.5/versioner-linux-amd64 -o versioner
chmod +x versioner
sudo mv versioner /usr/local/bin/

macOS (Apple Silicon)

curl -L https://github.com/versioner-io/versioner-cli/releases/download/v1.0.5/versioner-darwin-arm64 -o versioner
chmod +x versioner
sudo mv versioner /usr/local/bin/

macOS (Intel)

curl -L https://github.com/versioner-io/versioner-cli/releases/download/v1.0.5/versioner-darwin-amd64 -o versioner
chmod +x versioner
sudo mv versioner /usr/local/bin/

Verify Installation

versioner version

Quick Start

  1. Get your API key from app.versioner.io
  2. Set environment variable: export VERSIONER_API_KEY=your-key
  3. Track a build: versioner track build --product=my-app --version=1.0.0 --status=completed

Documentation

Verify Checksums

Download checksums.txt and verify your binary:

sha256sum -c checksums.txt --ignore-missing

What's Changed

New Contributors

Full Changelog: v1.0.4...v1.0.5

v1.0.4

08 Nov 19:16

Choose a tag to compare

Installation

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

Linux (amd64)

curl -L https://github.com/versioner-io/versioner-cli/releases/download/v1.0.4/versioner-linux-amd64 -o versioner
chmod +x versioner
sudo mv versioner /usr/local/bin/

macOS (Apple Silicon)

curl -L https://github.com/versioner-io/versioner-cli/releases/download/v1.0.4/versioner-darwin-arm64 -o versioner
chmod +x versioner
sudo mv versioner /usr/local/bin/

macOS (Intel)

curl -L https://github.com/versioner-io/versioner-cli/releases/download/v1.0.4/versioner-darwin-amd64 -o versioner
chmod +x versioner
sudo mv versioner /usr/local/bin/

Verify Installation

versioner version

Quick Start

  1. Get your API key from app.versioner.io
  2. Set environment variable: export VERSIONER_API_KEY=your-key
  3. Track a build: versioner track build --product=my-app --version=1.0.0 --status=completed

Documentation

Verify Checksums

Download checksums.txt and verify your binary:

sha256sum -c checksums.txt --ignore-missing

Full Changelog: v.1.0.3...v1.0.4

v1.0.3

07 Nov 22:26

Choose a tag to compare

Installation

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

Linux (amd64)

curl -L https://github.com/versioner-io/versioner-cli/releases/download/v1.0.3/versioner-linux-amd64 -o versioner
chmod +x versioner
sudo mv versioner /usr/local/bin/

macOS (Apple Silicon)

curl -L https://github.com/versioner-io/versioner-cli/releases/download/v1.0.3/versioner-darwin-arm64 -o versioner
chmod +x versioner
sudo mv versioner /usr/local/bin/

macOS (Intel)

curl -L https://github.com/versioner-io/versioner-cli/releases/download/v1.0.3/versioner-darwin-amd64 -o versioner
chmod +x versioner
sudo mv versioner /usr/local/bin/

Verify Installation

versioner version

Quick Start

  1. Get your API key from app.versioner.io
  2. Set environment variable: export VERSIONER_API_KEY=your-key
  3. Track a build: versioner track build --product=my-app --version=1.0.0 --status=completed

Documentation

Verify Checksums

Download checksums.txt and verify your binary:

sha256sum -c checksums.txt --ignore-missing

Full Changelog: v1.0.0...v1.0.3

v1.0.0

06 Nov 20:52
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Installation

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

Linux (amd64)

curl -L https://github.com/versioner-io/versioner-cli/releases/download/v1.0.0/versioner-linux-amd64 -o versioner
chmod +x versioner
sudo mv versioner /usr/local/bin/

macOS (Apple Silicon)

curl -L https://github.com/versioner-io/versioner-cli/releases/download/v1.0.0/versioner-darwin-arm64 -o versioner
chmod +x versioner
sudo mv versioner /usr/local/bin/

macOS (Intel)

curl -L https://github.com/versioner-io/versioner-cli/releases/download/v1.0.0/versioner-darwin-amd64 -o versioner
chmod +x versioner
sudo mv versioner /usr/local/bin/

Verify Installation

versioner version

Quick Start

  1. Get your API key from app.versioner.io
  2. Set environment variable: export VERSIONER_API_KEY=your-key
  3. Track a build: versioner track build --product=my-app --version=1.0.0 --status=completed

Documentation

Verify Checksums

Download checksums.txt and verify your binary:

sha256sum -c checksums.txt --ignore-missing

Full Changelog: https://github.com/versioner-io/versioner-cli/commits/v1.0.0