From 04ed2351686a1ae6df92e6911f9bb2be2547bf86 Mon Sep 17 00:00:00 2001 From: Eric Rodrigues Pires Date: Wed, 17 Sep 2025 06:45:34 -0300 Subject: [PATCH] 0.8.3 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b4d9c5..bd6878b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.8.3 - Fix regression from `tracing-subscriber`. diff --git a/Cargo.lock b/Cargo.lock index 5af5c21..0106ff2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3882,7 +3882,7 @@ dependencies = [ [[package]] name = "sandhole" -version = "0.8.2" +version = "0.8.3" dependencies = [ "ahash", "ansic", diff --git a/Cargo.toml b/Cargo.toml index 8a93f81..9535dca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sandhole" -version = "0.8.2" +version = "0.8.3" edition = "2024" rust-version = "1.88.0" description = "Expose HTTP/SSH/TCP services through SSH port forwarding." -- 2.51.2