diff --git a/CHANGELOG.md b/CHANGELOG.md --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.8.7 (2026-01-15) ### Added diff --git a/Cargo.lock b/Cargo.lock --- a/Cargo.lock +++ b/Cargo.lock @@ -4125,7 +4125,7 @@ [[package]] name = "sandhole" -version = "0.8.6" +version = "0.8.7" dependencies = [ "ahash", "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.8.6" +version = "0.8.7" edition = "2024" rust-version = "1.88.0" description = "Expose HTTP/SSH/TCP services through SSH port forwarding." @@ -118,6 +118,10 @@ [profile.release] strip = true +lto = true + +[profile.bench] +strip = false lto = true [lints.rust] diff --git a/justfile b/justfile --- a/justfile +++ b/justfile @@ -23,7 +23,7 @@ cat result >> book/src/nixos_options.md flamegraph-test test: - cargo flamegraph --dev --test {{ test }} + cargo flamegraph --profile bench --test integration -- {{ test }} minica: minica -ca-cert tests/data/ca/rootCA.pem -ca-key tests/data/ca/rootCA-key.pem -domains 'localhost'