From 9bd0872f1c9ca70ceb4eaec1652df34421e27f68 Mon Sep 17 00:00:00 2001 From: Eric Rodrigues Pires Date: Sun, 08 Jun 2025 19:25:46 +0000 Subject: [PATCH] 0.5.4 --- CHANGELOG.md | 2 +- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 3 file(s) changed, 5 insertion(s)(+), 5 deletion(s)(-) diff --git a/CHANGELOG.md b/CHANGELOG.md --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.5.4 (2025-06-08) ### Added diff --git a/Cargo.lock b/Cargo.lock --- a/Cargo.lock +++ b/Cargo.lock @@ -581,9 +581,9 @@ [[package]] name = "bumpalo" -version = "3.18.0" +version = "3.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1b094a32014c3d1f3944e4808e0e7c70e97dae0660886a8eb6dbc52d745badc" +checksum = "793db76d6187cd04dff33004d8e6c9cc4e05cd330500379d2394209271b4aeee" [[package]] name = "byteorder" @@ -3721,7 +3721,7 @@ [[package]] name = "sandhole" -version = "0.5.3" +version = "0.5.4" dependencies = [ "anyhow", "async-speed-limit", diff --git a/Cargo.toml b/Cargo.toml --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sandhole" -version = "0.5.3" +version = "0.5.4" edition = "2024" rust-version = "1.85.0" description = "Expose HTTP/SSH/TCP services through SSH port forwarding." -- tangled.sh