Skip to content

orb v0.3.1

Choose a tag to compare

@github-actions github-actions released this 25 Jan 02:01
· 25 commits to main since this release
f6ff46e

What's Changed

  • Release orb-cli 0.3.1 (dfcdb52)
  • Fix HTTP/2 compatibility with strict servers like Google (0b16b0f)

Installation

Quick Download

Platform Download
macOS (Universal) orb-macos
Linux (x64) orb-linux
Windows (x64) orb-windows.exe

Or download with orb/curl:

Install with orb/curl

# macOS
orb -L https://orb-tools.com/downloads/orb-macos -o orb && chmod +x orb
curl -L https://orb-tools.com/downloads/orb-macos -o orb && chmod +x orb

# Linux
orb -L https://orb-tools.com/downloads/orb-linux -o orb && chmod +x orb
curl -L https://orb-tools.com/downloads/orb-linux -o orb && chmod +x orb

Full Documentation

Full Changelog: v0.3.0...v0.3.1