Skip to content

Commit 5afb367

Browse files
authored
Merge pull request #15 from indiv0/chore-cut-release
Cut release 0.2.1
2 parents 0b96e5d + 798e432 commit 5afb367

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
<a name="v0.3.0"></a>
2+
## v0.3.0 (2016-12-18)
3+
4+
5+
#### Features
6+
7+
* add custom deserializer for `States` ([872366d2](https://github.com/indiv0/wolfram-alpha-rs/commit/872366d2e3468d3555c04b3a0b87971faccee8bf))
8+
* add `Notes` struct and `Note` type ([8b9e53f8](https://github.com/indiv0/wolfram-alpha-rs/commit/8b9e53f8309fafc63efd564e2b363ac151468e46))
9+
10+
#### Breaking Changes
11+
12+
* change `QueryResult` field types ([468be31e](https://github.com/indiv0/wolfram-alpha-rs/commit/468be31e34fd1c531190e2954670dfb314c12388), breaks [#](https://github.com/indiv0/wolfram-alpha-rs/issues/))
13+
* 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/))
14+
15+
#### Bug Fixes
16+
17+
* change `QueryResult` field types ([468be31e](https://github.com/indiv0/wolfram-alpha-rs/commit/468be31e34fd1c531190e2954670dfb314c12388), breaks [#](https://github.com/indiv0/wolfram-alpha-rs/issues/))
18+
19+
#### Improvements
20+
21+
* add `error` field to `QueryResult` ([d79ed2e0](https://github.com/indiv0/wolfram-alpha-rs/commit/d79ed2e06f1863073cf804ef4d243c1f8e5e8b22))
22+
* 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/))
23+
24+
25+
126
<a name="v0.2.1"></a>
227
## v0.2.1 (2016-12-16)
328

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wolfram_alpha"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
authors = ["Nikita Pekin <contact@nikitapek.in>"]
55
description = "A library providing Rust bindings for the Wolfram|Alpha API"
66
repository = "https://github.com/indiv0/wolfram-alpha-rs"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Add the following to your `Cargo.toml`:
3030

3131
```toml
3232
[dependencies]
33-
wolfram_alpha = "0.2"
33+
wolfram_alpha = "0.3"
3434
```
3535

3636
And in your `lib.rs` or `main.rs`:

0 commit comments

Comments
 (0)