From 312abbff9c6bae3d86ad3934b9e4db21cfb47191 Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen Date: Mon, 1 Jul 2024 13:54:31 +0200 Subject: [PATCH] prepare for 0.12.1 --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86c04f1..922fd73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Unreleased + +## v0.12.1 (2024-07-01) + ### Fixes * Fix bug where buffering chunked body writer could return `Ok(0)` on calls to `write()` ([#81](https://github.com/drogue-iot/reqwless/pull/81)) diff --git a/Cargo.toml b/Cargo.toml index cf64ef8..8b0c739 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwless" -version = "0.12.0" +version = "0.12.1" edition = "2021" resolver = "2" description = "HTTP client for embedded devices"