Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 21:44
16fe7bd

Release Notes

10 June 2025

  • chore: release v0.1.0 #56
  • build(deps): bump clap from 4.5.38 to 4.5.40 #55
  • build(deps): bump toml_edit from 0.22.26 to 0.22.27 #53
  • build(deps): bump clap_complete_nushell from 4.5.5 to 4.5.7 #54
  • build(deps): bump clap_complete to v4.5.53 #52
  • refactor(deps): upgrade to marked-yaml 0.8.0 #51
  • refactor(yaml): indicate if unable to replace value #50
  • test(cli): add test for --completions #49
  • refactor: split npm clients into multiple files #48
  • feat: add support for lerna.json #44
  • docs: shell completions #43
  • docs: installation instructions #42
  • docs: usage guide #41
  • test: package manager invalid inputs #40
  • refactor: remove side effects from set version fns #39

Install opad 0.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hougesen/opad/releases/download/v0.1.0/opad-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/hougesen/opad/releases/download/v0.1.0/opad-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install hougesen/tap/opad

Install prebuilt binaries into your npm project

npm install opad@0.1.0

Download opad 0.1.0

File Platform Checksum
opad-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
opad-x86_64-apple-darwin.tar.xz Intel macOS checksum
opad-x86_64-pc-windows-msvc.zip x64 Windows checksum
opad-x86_64-pc-windows-msvc.msi x64 Windows checksum
opad-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
opad-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum