From aff9d0ec99f38b2d650a41ab7c9b087ae466b0f4 Mon Sep 17 00:00:00 2001 From: Nikita Pekin Date: Wed, 14 Dec 2016 19:15:32 -0500 Subject: [PATCH] chore: cut the 0.1.1 release Cut the 0.1.1 release. Update `CHANGELOG.md`, `Cargo.toml`, and `README.md` with new version. --- CHANGELOG.md | 15 +++++++++++++++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4a3900..42fb7a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +## v0.2.0 (2016-12-15) + + +#### Features + +* 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)) + + + ## v0.1.1 (2016-12-01) diff --git a/Cargo.toml b/Cargo.toml index ecfb72c..e223de5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wolfram_alpha" -version = "0.1.1" +version = "0.2.0" authors = ["Nikita Pekin "] description = "A library providing Rust bindings for the Wolfram|Alpha API" repository = "https://github.com/indiv0/wolfram-alpha-rs" diff --git a/README.md b/README.md index aeb9d9f..8f66ce5 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Add the following to your `Cargo.toml`: ```toml [dependencies] -wolfram_alpha = "0.1" +wolfram_alpha = "0.2" ``` And in your `lib.rs` or `main.rs`: