From 3c4a67c99a77fb706828ed9419fac47127e3f66f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Roll=C3=A9n?= <38324289+SebRollen@users.noreply.github.com> Date: Fri, 5 Nov 2021 09:48:35 -0400 Subject: [PATCH] chore: release 0.1.2 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de335be..2410aa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.1.2](https://www.github.com/Overmuse/rest-client/compare/v0.1.1...v0.1.2) (2021-11-05) + + +### Bug Fixes + +* Have client take ownership of values to remove lifetimes ([3e5d54b](https://www.github.com/Overmuse/rest-client/commit/3e5d54bff7ef5f39bf81d990acbe854c386bb1ea)) + ### [0.1.1](https://www.github.com/Overmuse/rest-client/compare/v0.1.0...v0.1.1) (2021-11-04) diff --git a/Cargo.toml b/Cargo.toml index 78c26f1..44037e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rest-client" -version = "0.1.1" +version = "0.1.2" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html