From 62e39357331e03ccfb354e257e10d19f6a3521b9 Mon Sep 17 00:00:00 2001 From: Eric Rodrigues Pires Date: Tue, 24 Feb 2026 20:18:19 -0300 Subject: [PATCH] Release v0.9.1 --- 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 73e1440..1cd5d18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.9.1 (2026-02-24) ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 3ee2b5c..15e099a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4125,7 +4125,7 @@ dependencies = [ [[package]] name = "sandhole" -version = "0.9.0" +version = "0.9.1" dependencies = [ "ahash", "async-channel", diff --git a/Cargo.toml b/Cargo.toml index 523463e..d99c488 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sandhole" -version = "0.9.0" +version = "0.9.1" edition = "2024" rust-version = "1.88.0" description = "Expose HTTP/SSH/TCP services through SSH port forwarding." -- 2.51.2