Skip to content

Latest commit

 

History

History
53 lines (29 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

53 lines (29 loc) · 1.03 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Changed

  • Switched to using v2 of xxhash library.

[0.0.5] - 2023-10-06

Added

  • Homebrew support (brew install ro-tex/tap/unique).
  • Using GoReleaser.

[0.0.4] - 2023-05-11

Added

  • Option to trim whitespace (by mrcnski)
  • Limit the length of each line being processed.
  • We have a Changelog now!

Fixed

  • Installation instructions (by mrcnski)

[0.0.3] - 2022-11-12

Added

  • Usage information and README.

Changed

  • We now store uint64 hashes (produced by xxHash) instead of the original strings we want to compare.

[0.0.2] - 2022-08-18

Added

  • Support for stdin filtering.

[0.0.1] - 2022-08-12

Added

  • Filter the input file and output only the unique lines.