0.21.2
Changes
I accidentally published the last release as 0.21.1 instead of 0.20.1 (opened #453 to lower the chance of it happening again). This release corrects the version number in the binary as it looks like we're now on 0.21.x by mistake.
- Fixes SOCKS proxy support (from 0.20.1/0.21.1)
Install
Linux/Mac/WSL:
curl -fsSL https://dprint.dev/install.sh | shWindows (use Powershell or installer below):
iwr https://dprint.dev/install.ps1 -useb | iexHomebrew (Mac):
brew install dprintCargo (builds and installs the cargo package from source):
cargo install dprintnpm:
npm install dprint
npx dprint help
# or install globally
npm install -g dprint
dprint helpbvm (Experimental):
bvm install https://bvm.land/dprint/0.21.2.json
# or install via the registry
bvm registry add https://bvm.land/dprint/registry.json
bvm install dprintOr project specific in bvm.json:
{
"dependencies": [
"https://bvm.land/dprint/0.21.2.json@9a8ca057c66e54cd3e6bc7dc8db392107c9047de02d0a2a9490c4b4aeb13d872"
]
}Checksums
| Artifact | SHA-256 Checksum |
|---|---|
| Linux Zip | 5af30a5668d7ed285b5ac541822055b5dadc728e152af2ae966dfbc5f3be3466 |
| Mac Zip | 994b8c219cd8e14fa34ad9acaa988a30b9e6d3ee75b3cfd5e602be5a61c16a69 |
| Windows Zip | 552abd0869c767a26dd6c2e3382b7de8285bcdb72cf11e6601b863458becd705 |
| Windows Installer | b0df483b5e7322acda8b0768198bc5408b8085bbe92e4861733a426083eba91d |