Release 0.10.0.
This commit is contained in:
parent
6d8a563080
commit
aba273486b
11
CHANGELOG.md
11
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
|
## 0.9.0 / 2015-09-15
|
||||||
|
|
||||||
The initial release.
|
The initial release.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "names"
|
name = "names"
|
||||||
version = "0.9.0"
|
version = "0.10.0"
|
||||||
authors = ["Fletcher Nichol <fnichol@nichol.ca>"]
|
authors = ["Fletcher Nichol <fnichol@nichol.ca>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
6
cli/Cargo.lock
generated
6
cli/Cargo.lock
generated
@ -1,9 +1,9 @@
|
|||||||
[root]
|
[root]
|
||||||
name = "names-cli"
|
name = "names-cli"
|
||||||
version = "0.9.0"
|
version = "0.10.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 1.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"clap 1.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"names 0.9.0",
|
"names 0.10.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@ -42,7 +42,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "names"
|
name = "names"
|
||||||
version = "0.9.0"
|
version = "0.10.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"rand 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
"rand 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "names-cli"
|
name = "names-cli"
|
||||||
version = "0.9.0"
|
version = "0.10.0"
|
||||||
authors = ["Fletcher Nichol <fnichol@nichol.ca>"]
|
authors = ["Fletcher Nichol <fnichol@nichol.ca>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/fnichol/names.git"
|
repository = "https://github.com/fnichol/names.git"
|
||||||
|
Loading…
Reference in New Issue
Block a user