From ce4decbbe2ea96589d56d4afd088188a3269e527 Mon Sep 17 00:00:00 2001 From: Eric Rodrigues Pires Date: Wed, 9 Jul 2025 07:31:43 -0300 Subject: [PATCH] 0.7.0 --- 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 17c2bec..3ac057c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.7.0 (2025-07-09) ### Added diff --git a/Cargo.lock b/Cargo.lock index 4fe92f5..b2b4cf4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3908,7 +3908,7 @@ dependencies = [ [[package]] name = "sandhole" -version = "0.6.1" +version = "0.7.0" dependencies = [ "ahash", "ansic", diff --git a/Cargo.toml b/Cargo.toml index fa651eb..9828cfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sandhole" -version = "0.6.1" +version = "0.7.0" edition = "2024" rust-version = "1.85.0" description = "Expose HTTP/SSH/TCP services through SSH port forwarding." -- 2.51.2