Skip to content

Cascade CLI v0.1.151

Choose a tag to compare

@github-actions github-actions released this 02 Mar 16:21
· 21 commits to master since this release

馃殌 What's New in v0.1.151

馃摑 Changes since v0.1.150:

  • chore: Bump version from 0.1.150 to 0.1.151 (0e600d2)
  • fix: mark entries as merged before retarget rebase in land and sync (1009ece)
  • fix: pull() now resolves local branch ref instead of HEAD (07d6dcf)
  • refactor: resolve active stack from current branch instead of global state (b68d8fa)
  • fix: gracefully skip PR updates when Bitbucket is not configured (465ef68)
  • test: add diagnostic output to failing sync_multiple_stacks test (740edc8)
  • refactor(land): use sync continue/abort for rebase conflicts during land (1d04d92)

馃摝 Installation

Quick Install (Unix)

# Linux (x64)
curl -L https://github.com/JAManfredi/cascade-cli/releases/download/v0.1.151/ca-linux-x64.tar.gz | tar -xz
sudo mv ca /usr/local/bin/

# macOS (x64)
curl -L https://github.com/JAManfredi/cascade-cli/releases/download/v0.1.151/ca-macos-x64.tar.gz | tar -xz
sudo mv ca /usr/local/bin/

Platform-Specific Downloads

  • Linux x64: ca-linux-x64.tar.gz
  • Linux ARM64: ca-linux-arm64.tar.gz
  • macOS x64: ca-macos-x64.tar.gz
  • macOS ARM64: ca-macos-arm64.tar.gz
  • Windows x64: ca-windows-x64.exe.zip
  • Windows ARM64: ca-windows-arm64.exe.zip

馃摉 Documentation