diff --git a/CHANGELOG.md b/CHANGELOG.md index 8af2521..110e9f0 100644 --- 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 index 7394bdf..7e8f4b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -581,9 +581,9 @@ dependencies = [ [[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 @@ dependencies = [ [[package]] name = "sandhole" -version = "0.5.3" +version = "0.5.4" dependencies = [ "anyhow", "async-speed-limit", diff --git a/Cargo.toml b/Cargo.toml index 2a921f6..38fd0c1 100644 --- 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."