Skip to content

0.22.1

Choose a tag to compare

@github-actions github-actions released this 12 Feb 01:09
· 485 commits to main since this release

Changes

  • fix: include CPU architecture in plugin cache path (#467)

This release fixes the plugin cache path to also include the CPU architecture. This prevents errors when using an M1 build through homebrew and also using the x86_64 build through npm on the same machine (I'll get an M1 release for npm eventually). Also, it prevents errors when using the same file system across different architectures.

Install

Linux/Mac/WSL:

curl -fsSL https://dprint.dev/install.sh | sh

Windows (use Powershell or installer below):

iwr https://dprint.dev/install.ps1 -useb | iex

Homebrew (Mac):

brew install dprint

Cargo (builds and installs the cargo package from source):

cargo install dprint

npm:

npm install dprint
npx dprint help

# or install globally
npm install -g dprint
dprint help

bvm (Experimental):

bvm install https://bvm.land/dprint/0.22.1.json

# or install via the registry
bvm registry add https://bvm.land/dprint/registry.json
bvm install dprint

Or project specific in bvm.json:

{
  "dependencies": [
    "https://bvm.land/dprint/0.22.1.json@f8da63f274874923a1c5a74dde4769180d02a719b01030435e0cf321a7b3aaeb"
  ]
}

Checksums

Artifact SHA-256 Checksum
Linux Zip 20178b34672777805960ca56643e74e0dbf07cdca648c923b4292d70131db7b5
Mac Zip d52e4399a81576181fb9cdaf7f2c12de94b53c88394bed287f07a891020bb634
Windows Zip b622edf5318057aa54f278696904cb8ef030cc04ec662ee4bc75f1e849f6f0d1
Windows Installer 4a8c52e9a9e88e19194d5e5853200dc7fd465f4beb6f5cf2bd4d16ff655689c9