v0.2.4
馃殌 What's Changed
馃敡 Build Improvements
- Switch to pure Go SQLite driver - Replaced
github.com/mattn/go-sqlite3withmodernc.org/sqlite - Removed CGO dependency - Now builds with
CGO_ENABLED=0for easier cross-compilation - No external dependencies - Removed
libsqlite3requirement from all packages
馃摝 Packages
- Debian/Ubuntu:
fm-cli_0.2.4_amd64.deb - RHEL/Fedora:
fm-cli-0.2.4-1.x86_64.rpm - Arch Linux:
fm-cli-0.2.4-1-x86_64.pkg.tar.zst
馃攼 Installation
# Debian/Ubuntu
sudo dpkg -i fm-cli_0.2.4_amd64.deb
# RHEL/Fedora
sudo rpm -i fm-cli-0.2.4-1.x86_64.rpm
# Arch Linux
sudo pacman -U fm-cli-0.2.4-1-x86_64.pkg.tar.zstAll packages are statically linked and have no external library dependencies.