Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 29 Jul 05:44
· 290 commits to main since this release
v0.1.0
7deb448

Changelog

Features

Bug Fixes

Performance

Refactoring

Other Changes


Install

Script (Linux x86_64/arm64, macOS arm64)

curl -fsSL https://raw.githubusercontent.com/bnema/vev/v0.1.0/install.sh | VEV_VERSION=v0.1.0 sh

Arch Linux

yay -S vev-bin

macOS note

The darwin binary is ad-hoc signed by the Go toolchain, not notarized.
Installing via the script or curl avoids the quarantine attribute;
if you downloaded the archive with a browser, Gatekeeper will block it.
Removing the attribute bypasses a Gatekeeper security control — only do
it for the vev binary itself, after verifying its checksum:

xattr -d com.apple.quarantine ~/.local/bin/vev

Full Changelog: https://github.com/bnema/vev/releases/tag/v0.1.0