Skip to content

Commit 00682c4

Browse files
committed
Release ngrok 0.17.0
1 parent a555a98 commit 00682c4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-doc-ngrok/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ http = "1.0.0"
1717
hyper = { version = "1.1.0", features = ["server"] }
1818
hyper-staticfile = "0.10.0"
1919
hyper-util = { version = "0.1.3", features = ["server", "tokio", "server-auto", "http1"] }
20-
ngrok = { path = "../ngrok", version = "0.16", features = ["hyper", "axum"] }
20+
ngrok = { path = "../ngrok", version = "0.17", features = ["hyper", "axum"] }
2121
tokio = { version = "1.23.0", features = ["full"] }
2222
watchexec = "2.3.0"
2323
# watchexec-signals 1.0.1 causes a compilation error.

ngrok/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 0.17.0
22

33
### Breaking Changes
44
- **Binding is now optional**: Tests no longer hardcode `binding("public")`. The ngrok service will use its default binding configuration when not explicitly specified.

ngrok/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ngrok"
3-
version = "0.16.2"
3+
version = "0.17.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "The ngrok agent SDK"

0 commit comments

Comments
 (0)