From aba273486b12533da0b5b6a675afa2517232ae59 Mon Sep 17 00:00:00 2001 From: Fletcher Nichol Date: Sun, 1 Nov 2015 08:30:50 -0700 Subject: [PATCH] Release 0.10.0. --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- cli/Cargo.lock | 6 +++--- cli/Cargo.toml | 2 +- 4 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5bb455..d2a7e9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 0.10.0 / 2015-11-01 + +### Breaking API changes + +* Use `Default` trait for Generator & Name types. (@fnichol) + +### Improvements + +* (cli) Update usage output. (@fnichol) + + ## 0.9.0 / 2015-09-15 The initial release. diff --git a/Cargo.toml b/Cargo.toml index 583338c..2d7f0ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "names" -version = "0.9.0" +version = "0.10.0" authors = ["Fletcher Nichol "] license = "MIT" readme = "README.md" diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 80dada8..a89fcd6 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -1,9 +1,9 @@ [root] name = "names-cli" -version = "0.9.0" +version = "0.10.0" dependencies = [ "clap 1.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "names 0.9.0", + "names 0.10.0", ] [[package]] @@ -42,7 +42,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "names" -version = "0.9.0" +version = "0.10.0" dependencies = [ "rand 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 249dfda..bcb7321 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "names-cli" -version = "0.9.0" +version = "0.10.0" authors = ["Fletcher Nichol "] license = "MIT" repository = "https://github.com/fnichol/names.git"