Skip to content

Mago 0.0.13

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Dec 02:25
b9aa4b7

Enhancements

  • Internal Refactoring

    • Various internal improvements to streamline performance and maintainability.
  • New Command: mago self-update

    • Easily update Mago to the latest version or check for updates without manual intervention.

Chores

  • Crates Removed

    • mago_cli and mago_services are no longer available.
  • Build Process Fixes

    • Resolved build issues across multiple targets, ensuring broader compatibility.

New Feature: One-Line Installation

Quickly install or update Mago with a simple script for macOS or Linux.

Installation Command

curl --proto '=https' --tlsv1.2 -sSf https://carthage.software/mago.sh | bash
# or
wget -qO- https://carthage.software/mago.sh | bash

Full Changelog: 0.0.12...0.0.13