Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 08 Jan 17:14
· 33 commits to main since this release
6575a86

What's New in v0.2.0

✨ Highlights

  • dtvem now has support for installing runtimes using partial version match! dtvem install node 24 - latest minor and revision for the 24 line. dtvem install ruby 3.1 - latest revision for the 3.1 line. Try it out today!

🎉 New Features

  • feat(install): add partial version number support (#188)

🔧 Maintenance

  • feat(ci): add LinkedIn and refactor to reusable workflows
  • feat(ci): add workflow_dispatch to build workflow
  • refactor(ci): use reusable contributors workflow from .github repo

Installation

Quick Install (Recommended)

macOS / Linux:

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

Windows (PowerShell):

irm https://github.com/CodingWithCalvin/dtvem.cli/releases/download/v0.2.0/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)