Skip to content

Commit

Permalink
chore: cut the 0.2.0 release
Browse files Browse the repository at this point in the history
Cut the 0.2.0 release.
Update `CHANGELOG.md`.
Update `Cargo.toml` with new version.
  • Loading branch information
indiv0 committed Dec 16, 2016
1 parent 2e2f065 commit ccfa0f7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
<a name="v0.2.1"></a>
## v0.2.1 (2016-12-16)


#### Features

* add definition structs ([f8dd9c95](https://github.com/indiv0/wolfram-alpha-rs/commit/f8dd9c95c7249067f5c3af8bc098a35adac204e6))
* 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))

#### Bug Fixes

* properly handle `other` field in `LanguageMsg` ([19b71bf0](https://github.com/indiv0/wolfram-alpha-rs/commit/19b71bf086bce879b3151bbbc425921072b37950))



<a name="v0.2.0"></a>
## v0.2.0 (2016-12-15)

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.0"
version = "0.2.1"
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

0 comments on commit ccfa0f7

Please sign in to comment.