Skip to content

Commit

Permalink
Merge pull request #15 from indiv0/chore-cut-release
Browse files Browse the repository at this point in the history
Cut release 0.2.1
  • Loading branch information
indiv0 committed Dec 18, 2016
2 parents 0b96e5d + 798e432 commit 5afb367
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
<a name="v0.3.0"></a>
## v0.3.0 (2016-12-18)


#### Features

* add custom deserializer for `States` ([872366d2](https://github.com/indiv0/wolfram-alpha-rs/commit/872366d2e3468d3555c04b3a0b87971faccee8bf))
* add `Notes` struct and `Note` type ([8b9e53f8](https://github.com/indiv0/wolfram-alpha-rs/commit/8b9e53f8309fafc63efd564e2b363ac151468e46))

#### Breaking Changes

* change `QueryResult` field types ([468be31e](https://github.com/indiv0/wolfram-alpha-rs/commit/468be31e34fd1c531190e2954670dfb314c12388), breaks [#](https://github.com/indiv0/wolfram-alpha-rs/issues/))
* rename `error` field to `error_flag` ([93f2f2fb](https://github.com/indiv0/wolfram-alpha-rs/commit/93f2f2fb59b53286fe292ab2167b4b45d3f905d3), breaks [#](https://github.com/indiv0/wolfram-alpha-rs/issues/))

#### Bug Fixes

* change `QueryResult` field types ([468be31e](https://github.com/indiv0/wolfram-alpha-rs/commit/468be31e34fd1c531190e2954670dfb314c12388), breaks [#](https://github.com/indiv0/wolfram-alpha-rs/issues/))

#### Improvements

* add `error` field to `QueryResult` ([d79ed2e0](https://github.com/indiv0/wolfram-alpha-rs/commit/d79ed2e06f1863073cf804ef4d243c1f8e5e8b22))
* rename `error` field to `error_flag` ([93f2f2fb](https://github.com/indiv0/wolfram-alpha-rs/commit/93f2f2fb59b53286fe292ab2167b4b45d3f905d3), breaks [#](https://github.com/indiv0/wolfram-alpha-rs/issues/))



<a name="v0.2.1"></a>
## v0.2.1 (2016-12-16)

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.2.1"
version = "0.3.0"
authors = ["Nikita Pekin <contact@nikitapek.in>"]
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.2"
wolfram_alpha = "0.3"
```

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

0 comments on commit 5afb367

Please sign in to comment.