From ccfa0f7ae7faeded410cb51bc1b95c7a6d9c9070 Mon Sep 17 00:00:00 2001 From: Nikita Pekin Date: Fri, 16 Dec 2016 16:38:07 -0500 Subject: [PATCH] chore: cut the 0.2.0 release Cut the 0.2.0 release. Update `CHANGELOG.md`. Update `Cargo.toml` with new version. --- CHANGELOG.md | 20 ++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42fb7a3..43e0e90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ + +## 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)) + + + ## v0.2.0 (2016-12-15) diff --git a/Cargo.toml b/Cargo.toml index e223de5..3addf5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wolfram_alpha" -version = "0.2.0" +version = "0.2.1" authors = ["Nikita Pekin "] description = "A library providing Rust bindings for the Wolfram|Alpha API" repository = "https://github.com/indiv0/wolfram-alpha-rs"