Skip to content

Releases: fnichol/names

Release 0.14.0

28 Jun 20:26
Compare
Choose a tag to compare

0.14.0 - 2022-06-28

Changed

  • upgrade to regex 1.5.6

Release nightly

12 Sep 00:16
b5023b0
Compare
Choose a tag to compare
Release nightly Pre-release
Pre-release

Release nightly

Release 0.13.0

06 Mar 01:47
Compare
Choose a tag to compare

0.13.0 - 2022-03-05

Changed

  • upgrade to clap version 3
  • update other dependencies via cargo update

Release 0.12.0

12 Sep 23:21
Compare
Choose a tag to compare

0.12.0 - 2021-09-12

Breaking Change Upgrade Note For Library Users

Due to the collapsing of a library crate and a binary/CLI crate into one
crate, there is now a Cargo feature called "application" which is included
in the default features. This allows for a clean cargo install names,
resulting in a compilation and installation of the names CLI without any
further options or flags. When using names as a library crate however, it is
advised to now add default-features = false to the crate dependency in
Cargo.toml. For example:

[dependencies]
names = { version = "0.12.0", default-features = false }

This will exclude the clap crate when being used in library/crate mode.

Changed

  • (breaking): collapse library and binary into 1 dual-purpose crate which
    enables cargo install names to install the binary CLI
  • (breaking): upgrade minimum supported Rust version to 1.46.0
  • upgrade to rand 0.8.4
  • upgrade to clap 3.0.0-beta.2
  • update codebase to Rust 2018 edition and idioms

Added

  • cross platform matrix testing
  • binary artifacts on each release for Linux, macOS, Windows, & FreeBSD systems
  • nightly releases

v0.11.0

30 Apr 02:41
Compare
Choose a tag to compare
Release 0.11.0.

v0.10.0

02 Nov 04:51
Compare
Choose a tag to compare
Version 0.10.0

v0.9.0

02 Aug 21:31
Compare
Choose a tag to compare
Version 0.9.0