Releases: sts10/fgift
Releases · sts10/fgift
v0.3.4
Install fgift 0.3.4
- Upgrade clap and serde dependencies
- Sets cargo-dist version used to package releases to v0.15.0.
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/sts10/fgift/releases/download/v0.3.4/fgift-installer.sh | sh
Download fgift 0.3.4
File | Platform | Checksum |
---|---|---|
fgift-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
fgift-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
fgift-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
fgift-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
v0.3.2
Install fgift 0.3.2
- Uses cargo-dist v0.12 to package binaries and write install shell script.
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/sts10/fgift/releases/download/v0.3.2/fgift-installer.sh | sh
Download fgift 0.3.2
File | Platform | Checksum |
---|---|---|
fgift-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
fgift-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
fgift-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
fgift-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
v0.3.1
Install fgift 0.3.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/sts10/fgift/releases/download/v0.3.1/fgift-installer.sh | sh
Download fgift 0.3.1
File | Platform | Checksum |
---|---|---|
fgift-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
fgift-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
fgift-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
fgift-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
v0.3.0
Release Notes
Can now accept NAMES file in JSON format. #5
Download fgift 0.3.0
File | Platform | Checksum |
---|---|---|
fgift-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
fgift-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
fgift-x86_64-pc-windows-msvc.zip | Windows x64 | checksum |
fgift-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
v0.2.100
Release Notes
- Upgrade cargo-dist version to 0.4.2.
Download fgift 0.2.100
File | Platform | Checksum |
---|---|---|
fgift-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
fgift-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
fgift-x86_64-pc-windows-msvc.zip | Windows x64 | checksum |
fgift-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
v0.2.99
Release Notes
Add SHELL script installer option to cargo-dist configuration.
Install fgift 0.2.99
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/sts10/fgift/releases/download/v0.2.99/fgift-installer.sh | sh
Download fgift 0.2.99
File | Platform | Checksum |
---|---|---|
fgift-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
fgift-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
fgift-x86_64-pc-windows-msvc.zip | Windows x64 | checksum |
fgift-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
v0.2.97
Download fgift 0.2.97
File | Platform | Checksum |
---|---|---|
fgift-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
fgift-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
fgift-x86_64-pc-windows-msvc.zip | Windows x64 | checksum |
fgift-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
v0.2.92
Nothing huge -- mostly dependency upgrades.
- d9c524b upgrades clap version (previously used version had a security warning from cargo-audit)
- a2fe030 - bumps csv dependency to 1.2.2
- 54d4291 - grammar fix in readme
- 0a7533c - moves notes on randomness to a separate markdown file
- 6eb44eb - removes scrap_code file from git
Full Changelog: v0.2.90...v0.2.92