From 2cb1fc37b2d1ab8f459b7921f70cbe97e0a20507 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 16:36:13 +0100 Subject: [PATCH] chore: release main (#187) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- crates/proksi/Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33569f3..d75f969 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.5.2](https://github.com/luizfonseca/proksi/compare/proksi-v0.5.2...proksi-v0.5.2) (2025-01-04) + + +### Bug Fixes + +* allow https and http addresses to be provided via configuration ([bb52d17](https://github.com/luizfonseca/proksi/commit/bb52d173d11c4506e5bcae5c0a38c2bb7c56aba5)) +* avoid renewal e-mails from Let's Encrypt ([#183](https://github.com/luizfonseca/proksi/issues/183)) ([0ab5c12](https://github.com/luizfonseca/proksi/commit/0ab5c121504638c259a2501d21328f1f384e1282)) +* failing certificate renewal causing a panic due to .unwrap() call ([6e11bc9](https://github.com/luizfonseca/proksi/commit/6e11bc938f2feb72de898530f774df8f56421d5e)) +* linting ([5de49ba](https://github.com/luizfonseca/proksi/commit/5de49ba28975da8b89b648e492653498539ef06a)) + ## [0.5.1](https://github.com/luizfonseca/proksi/compare/proksi-v0.5.1...proksi-v0.5.1) (2025-01-04) diff --git a/Cargo.lock b/Cargo.lock index 7815d32..8a70677 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2865,7 +2865,7 @@ dependencies = [ [[package]] name = "proksi" -version = "0.5.1" +version = "0.5.2" dependencies = [ "TinyUFO", "acme-v2", diff --git a/crates/proksi/Cargo.toml b/crates/proksi/Cargo.toml index a988445..cc67849 100644 --- a/crates/proksi/Cargo.toml +++ b/crates/proksi/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.5.1" +version = "0.5.2" edition = "2021" license = "MIT OR Apache-2.0" keywords = ["proxy", "https", "reverse-proxy", "load-balancer", "pingora"]