Skip to content

Commit

Permalink
Release 0.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Nov 1, 2015
1 parent 6d8a563 commit aba2734
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "names"
version = "0.9.0"
version = "0.10.0"
authors = ["Fletcher Nichol <[email protected]>"]
license = "MIT"
readme = "README.md"
Expand Down
6 changes: 3 additions & 3 deletions cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "names-cli"
version = "0.9.0"
version = "0.10.0"
authors = ["Fletcher Nichol <[email protected]>"]
license = "MIT"
repository = "https://github.com/fnichol/names.git"
Expand Down

0 comments on commit aba2734

Please sign in to comment.