From d5d97981b64cbb12249c5476650a6ccbcfed361e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Roll=C3=A9n?= <38324289+SebRollen@users.noreply.github.com> Date: Thu, 4 Nov 2021 16:12:54 -0400 Subject: [PATCH] chore: release 0.1.1 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 229b18e..de335be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.1.1](https://www.github.com/Overmuse/rest-client/compare/v0.1.0...v0.1.1) (2021-11-04) + + +### Bug Fixes + +* Make returned streams Unpin ([f6bd5b8](https://www.github.com/Overmuse/rest-client/commit/f6bd5b8ac24e17d1f75d64107e1321a8a745e135)) + ## 0.1.0 (2021-11-04) diff --git a/Cargo.toml b/Cargo.toml index b6e6eb4..78c26f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rest-client" -version = "0.1.0" +version = "0.1.1" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html