Skip to content

Commit

Permalink
Merge pull request #10 from indiv0/chore-cut-release
Browse files Browse the repository at this point in the history
Cut the 0.1.1 release
  • Loading branch information
indiv0 authored Dec 15, 2016
2 parents b2f59af + aff9d0e commit a7e44d4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="v0.2.0"></a>
## v0.2.0 (2016-12-15)


#### Features

* fix/add various structs ([f93151be](https://github.com/indiv0/wolfram-alpha-rs/commit/f93151bebf62d716436cddb5e0ae3c32c8099288))
* add `Statelist` struct ([abfdcb8b](https://github.com/indiv0/wolfram-alpha-rs/commit/abfdcb8b9bf1713295f4fcdde5eddf3ad5eeff36))

#### Improvements

* enable primary field for Pod struct ([47c7d0ee](https://github.com/indiv0/wolfram-alpha-rs/commit/47c7d0ee08c4f90b0f5f9e20b8bbb97552db7855))



<a name="v0.1.1"></a>
## v0.1.1 (2016-12-01)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wolfram_alpha"
version = "0.1.1"
version = "0.2.0"
authors = ["Nikita Pekin <[email protected]>"]
description = "A library providing Rust bindings for the Wolfram|Alpha API"
repository = "https://github.com/indiv0/wolfram-alpha-rs"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Add the following to your `Cargo.toml`:

```toml
[dependencies]
wolfram_alpha = "0.1"
wolfram_alpha = "0.2"
```

And in your `lib.rs` or `main.rs`:
Expand Down

0 comments on commit a7e44d4

Please sign in to comment.