v2.1.2 Minor Release
To download and unpack prebuilt binaries:
$ # Linux
$ curl -L https://github.com/eBay/tsv-utils/releases/download/v2.1.2/tsv-utils-v2.1.2_linux-x86_64_ldc2.tar.gz | tar xz
$ # MacOS
$ curl -L https://github.com/eBay/tsv-utils/releases/download/v2.1.2/tsv-utils-v2.1.2_osx-x86_64_ldc2.tar.gz | tar xz
Installation instructions are in the ReleasePackageReadme.txt
file in the release package.
To be notified of new releases:
GitHub supports notification of new releases. Click the "Watch" button on the repository page and select "Releases Only".
Release 2.1.2 Changes
- Small performance improvement in several tools by switching from
File.write
toFile.rawWrite
. See PR #316. - Stopped using LDC option
-disable-fp-elim
. This option is no longer available starting with LDC 1.24.0 (next version) and is a required change. See PR #316.
Prebuilt binaries have been built using the latest LDC compiler (ldc-1.23.0).