From 2e99484be88ea303106ce548e2e488b5bb0feb06 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 01:35:57 +0200 Subject: [PATCH] chore(main): release 0.3.11 (#53) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9492d4..c77afdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.3.11](https://github.com/luizfonseca/proksi/compare/v0.3.10...v0.3.11) (2024-06-20) + + +### Bug Fixes + +* **cache:** improve writing to cache (disk) ([cef089f](https://github.com/luizfonseca/proksi/commit/cef089f4974b936f01dc71b6e89975f10d20c4f0)) +* clippy ([00f5620](https://github.com/luizfonseca/proksi/commit/00f5620ee42d862692498437486f57c39de17e10)) +* disable SNI callback restriction ([45f4287](https://github.com/luizfonseca/proksi/commit/45f4287ea6aa20de6c541811b2f663653377590e)) + ## [0.3.10](https://github.com/luizfonseca/proksi/compare/v0.3.9...v0.3.10) (2024-06-20) diff --git a/Cargo.lock b/Cargo.lock index 89a7ecf..a7d8d76 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2054,7 +2054,7 @@ dependencies = [ [[package]] name = "proksi" -version = "0.3.10" +version = "0.3.11" dependencies = [ "acme-lib", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index a0373bd..18dc27a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proksi" description = "A batteries-included reverse proxy with automatic HTTPS using Cloudflare Pingora and Let's Encrypt." -version = "0.3.10" +version = "0.3.11" edition = "2021" license = "MIT OR Apache-2.0" keywords = ["proxy", "https", "reverse-proxy", "load-balancer", "pingora"]