From 260b94e62e6a46d9cd64cb20b4fce411f6f76488 Mon Sep 17 00:00:00 2001 From: epwalsh Date: Fri, 11 Sep 2020 13:40:34 -0700 Subject: [PATCH] prepare for release v0.4.3 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6503734..8f1d241 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [v0.4.2](https://github.com/epwalsh/rust-cached-path/releases/tag/v0.4.3) - 2020-09-11 + ### Changed - Updated the download method to stream the response into the target file. diff --git a/Cargo.toml b/Cargo.toml index 9ea7312..ddeb79b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cached-path" -version = "0.4.2" +version = "0.4.3" authors = ["epwalsh "] edition = "2018" keywords = ["http", "caching"]