Skip to content

Releases: nnethercote/counts

1.0.4

25 Sep 13:36
Compare
Choose a tag to compare
  • Speed improvements.

1.0.3

28 Jul 06:47
Compare
Choose a tag to compare
  • Use strip = true to minimize binary size.
  • Update MSRV from 1.56 to 1.59, and specify it via rust-version.

1.0.2

28 Jul 00:58
Compare
Choose a tag to compare
  • Abort more gracefully when given non-UTF-8 input.

1.0.1

26 Jul 03:51
Compare
Choose a tag to compare
  • Update third-party crates.

1.0.0

25 Jul 05:12
Compare
Choose a tag to compare
  • Switched from the regex crate to regex-lite, for faster compilation and smaller binary size.
  • Added a --version flag.

0.2.0

25 Feb 06:16
Compare
Choose a tag to compare
  • -i option added, equivalent to -w, supports integral weights.
  • -f option added, supports fractional weights.
  • -e option added, supports weight erasing.
  • Negative weights (both integral and fractional) now support.
  • New minimum Rust version of 1.56.

0.1.2

07 Dec 09:52
Compare
Choose a tag to compare
  • Some trivial changes since 0.1.1.