Skip to content

v0.6.3

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Aug 07:45
4f4c62e

CHANGELOG
— the edited account of this release, and anything that needs doing before
you upgrade. The commit list below is generated.

Changelog

Install

macOS or Linux — pinned to this release, since a page for an old tag
that quietly installed the newest one would be lying.

curl -fsSL https://raw.githubusercontent.com/Ahngbeom/datavase/main/install.sh | DV_VERSION=v0.6.3 sh

Homebrew

brew install Ahngbeom/tap/dv

Linux packages — the .deb, .rpm and .apk above.

Windows — the .zip above; put dv.exe on your PATH.

Then dv init sets up the first connection, and dv version says which
build you have.

From source, if you have Go
go install github.com/Ahngbeom/datavase/cmd/dv@v0.6.3

Downloading an archive with a browser on macOS gets it quarantined, and
an unnotarized binary that is quarantined will not run. The install script
and Homebrew both avoid that. If you took the archive by hand:

xattr -dr com.apple.quarantine ./dv

Every archive and package above is signed by the workflow that built it. To check one:

gh attestation verify dv_v0.6.3_darwin_arm64.tar.gz --repo Ahngbeom/datavase