Skip to content

v0.5.2

Choose a tag to compare

@github-actions github-actions released this 05 Mar 15:03
· 36 commits to main since this release
bd9b37f

What's New in v0.5.2

🎉 New Features

  • feat(ruby): add build-from-source workflow to fill R2 mirror gaps (#225)
  • feat(shim): add .cmd wrapper generation on Windows (#234)

🔧 Maintenance

  • ci(workflow): remove social media posting from release workflow
  • fix(ci): check R2 when --version is provided to gap detector
  • fix(ci): use macos-15 with Rosetta for darwin-amd64 Ruby builds

Installation

Quick Install (Recommended)

macOS / Linux:

curl -fsSL https://github.com/CodingWithCalvin/dtvem.cli/releases/download/v0.5.2/install.sh | bash

Windows (PowerShell):

irm https://github.com/CodingWithCalvin/dtvem.cli/releases/download/v0.5.2/install.ps1 | iex

Manual Installation

  1. Download the appropriate archive for your platform from the assets below
  2. Extract the archive
  3. Move binaries to a directory in your PATH
  4. Run dtvem init to complete setup

Supported Platforms

  • ✅ Windows (amd64, arm64)
  • ✅ macOS (amd64, arm64/Apple Silicon)
  • ✅ Linux (amd64)