From 3c9d01e022e6595b848f39eacca81804370b246b Mon Sep 17 00:00:00 2001 From: Amos Wenger Date: Sun, 13 Oct 2024 23:08:46 +0200 Subject: [PATCH] chore: release --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f1599e..d623f87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.1](https://github.com/bearcove/fopro/compare/v2.0.0...v2.0.1) - 2024-10-13 + +### Fixed + +- Version cache + +### Other + +- Build with debug symbols (some) +- Don't constantly regenerate certs +- version the cache + ## [2.0.0](https://github.com/bearcove/fopro/compare/v1.0.5...v2.0.0) - 2024-10-13 ### Added diff --git a/Cargo.lock b/Cargo.lock index 5ef79fa..54785a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -251,7 +251,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fopro" -version = "2.0.0" +version = "2.0.1" dependencies = [ "argh", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 49ba6ba..b79f81f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fopro" -version = "2.0.0" +version = "2.0.1" edition = "2021" authors = ["Amos Wenger "] description = "Experimental caching HTTP forward proxy (memory+disk)"