Skip to content

Commit

Permalink
chore: cut 0.0.0 release
Browse files Browse the repository at this point in the history
Cut the 0.0.0 release.
Add `CHANGELOG.md`.
Fix `Cargo.toml`.
  • Loading branch information
indiv0 committed Jun 22, 2016
1 parent bc8467b commit 953d197
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<a name="v0.1.0"></a>
## v0.1.0 (2016-06-22)


#### Features

* initial functionality ([01b0962d](https://github.com/indiv0/xkcd-rs/commit/01b0962d3ef035e40f148a5502d85b7f44a5c197))
* **examples:** add examples ([c257d38e](https://github.com/indiv0/xkcd-rs/commit/c257d38e53972ea4a69b7433fad1f2ab4e8d5d2b))

#### Documentation

* **README:** update `README.md` ([bc8467bc](https://github.com/indiv0/xkcd-rs/commit/bc8467bcd154104f48a2426caead3b765cffebc5))
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@ documentation = "https://indiv0.github.io/xkcd-rs/xkcd/"
readme = "README.md"
keywords = [
"comic",
"comics",
"xkcd",
"API",
"hyper",
"web",
"library",
]
license = "MIT/Apache-2.0"
include = [
"build.rs",
"CHANGELOG.md",
"Cargo.toml",
"LICENSE-MIT",
Expand Down

0 comments on commit 953d197

Please sign in to comment.