From 242528efd57f64eaa1f6b2460e22931292ce9174 Mon Sep 17 00:00:00 2001 From: Eric Rodrigues Pires Date: Tue, 11 Feb 2025 20:38:16 -0300 Subject: [PATCH] 0.4.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 0d4ef5d..d033094 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.4.0 (2025-02-11) ### Fixed diff --git a/Cargo.lock b/Cargo.lock index c98007e..9f09faf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3437,7 +3437,7 @@ dependencies = [ [[package]] name = "sandhole" -version = "0.3.2" +version = "0.4.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index a4eb095..d4bb18b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sandhole" -version = "0.3.2" +version = "0.4.0" edition = "2021" rust-version = "1.82.0" description = "Expose HTTP/SSH/TCP services through SSH port forwarding." -- 2.51.2