Skip to content

Releases: sts10/fgift

v0.3.4

03 Jun 02:08
Compare
Choose a tag to compare

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

30 Mar 04:08
Compare
Choose a tag to compare

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

24 Jan 18:28
Compare
Choose a tag to compare

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

10 Nov 04:48
Compare
Choose a tag to compare

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

31 Oct 23:44
Compare
Choose a tag to compare

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

31 Oct 19:29
Compare
Choose a tag to compare

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

31 Oct 19:05
Compare
Choose a tag to compare

v0.2.92

11 Sep 16:48
Compare
Choose a tag to compare

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

v0.2.90

03 May 13:39
Compare
Choose a tag to compare
  • Switches project's license from MIT License to Mozilla Public License v2.0 (MPL-2.0).
  • Re-organizes installation section of README to be more clear.

v0.2.88

17 Apr 15:51
Compare
Choose a tag to compare

Upgrade some dependencies.