Skip to content

v0.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 13 May 16:01
42b29b7

What's New in v0.1.1

🐛 Bug Fixes

  • fix(runner): recognize MINGW/MSYS/CYGWIN as Windows in wrapper script (#45)
  • fix(init): quote YAML values containing colons in starter config (#52)
  • fix(cli): rename running binary before copy in Windows dogfood tasks
  • fix(runner): preserve internal quotes in cmd strings on Windows

🎉 New Features

  • feat(cli): add rnr.yaml for project development tasks
  • feat(social): add X posting on release

🔧 Maintenance

  • test(ci): enable network feature in integration tests (#41)
  • chore: remove LinkedIn posting from release workflow
  • ci(workflow): remove social media posting from release workflow

Installation

Initialize a Project (Recommended)

Download the binary for your platform, then run init to set up your project:

# Example for macOS ARM64
curl -LO https://github.com/CodingWithCalvin/rnr.cli/releases/download/v0.1.1/rnr-macos-arm64
chmod +x rnr-macos-arm64
./rnr-macos-arm64 init

This creates the .rnr/ directory with binaries for your selected platforms, wrapper scripts, and a starter rnr.yaml.

Manual Download

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

Binary Assets

Platform Binary Archive
Linux x86_64 rnr-linux-amd64 rnr-0.1.1-linux-amd64.tar.gz
macOS x86_64 rnr-macos-amd64 rnr-0.1.1-macos-amd64.tar.gz
macOS ARM64 rnr-macos-arm64 rnr-0.1.1-macos-arm64.tar.gz
Windows x86_64 rnr-windows-amd64.exe rnr-0.1.1-windows-amd64.zip
Windows ARM64 rnr-windows-arm64.exe rnr-0.1.1-windows-arm64.zip

Supported Platforms

  • Linux (x86_64)
  • macOS (x86_64, ARM64/Apple Silicon)
  • Windows (x86_64, ARM64)