From c56d757c0c68a511c671637118d8dfc46e0e3e53 Mon Sep 17 00:00:00 2001 From: Amos Wenger Date: Sun, 13 Oct 2024 23:55:39 +0200 Subject: [PATCH] chore: release --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c174454..9e3b8ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.3](https://github.com/bearcove/fopro/compare/v2.0.2...v2.0.3) - 2024-10-13 + +### Other + +- cache requests with authorization + ## [2.0.2](https://github.com/bearcove/fopro/compare/v2.0.1...v2.0.2) - 2024-10-13 ### Other diff --git a/Cargo.lock b/Cargo.lock index ca8e0ce..3ad185f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -251,7 +251,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fopro" -version = "2.0.2" +version = "2.0.3" dependencies = [ "argh", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index f30edb7..119d044 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fopro" -version = "2.0.2" +version = "2.0.3" edition = "2021" authors = ["Amos Wenger "] description = "Experimental caching HTTP forward proxy (memory+disk)"