Skip to content

Commit a7e44d4

Browse files
authored
Merge pull request #10 from indiv0/chore-cut-release
Cut the 0.1.1 release
2 parents b2f59af + aff9d0e commit a7e44d4

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="v0.2.0"></a>
2+
## v0.2.0 (2016-12-15)
3+
4+
5+
#### Features
6+
7+
* fix/add various structs ([f93151be](https://github.com/indiv0/wolfram-alpha-rs/commit/f93151bebf62d716436cddb5e0ae3c32c8099288))
8+
* add `Statelist` struct ([abfdcb8b](https://github.com/indiv0/wolfram-alpha-rs/commit/abfdcb8b9bf1713295f4fcdde5eddf3ad5eeff36))
9+
10+
#### Improvements
11+
12+
* enable primary field for Pod struct ([47c7d0ee](https://github.com/indiv0/wolfram-alpha-rs/commit/47c7d0ee08c4f90b0f5f9e20b8bbb97552db7855))
13+
14+
15+
116
<a name="v0.1.1"></a>
217
## v0.1.1 (2016-12-01)
318

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.1.1"
3+
version = "0.2.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.1"
33+
wolfram_alpha = "0.2"
3434
```
3535

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

0 commit comments

Comments
 (0)