We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3867d41 commit c29f293Copy full SHA for c29f293
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# CHANGELOG
2
3
+### v0.4.2 (August 19, 2025)
4
+
5
+- **Features**:
6
+ - Add support for passing `UnixListener` to `incoming(listener)`.
7
+- **Fixes**:
8
+ - Reduce some dependencies when `server` is not enabled.
9
10
### v0.4.1 (August 6, 2025)
11
12
- **Fixes**:
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "warp"
-version = "0.4.1"
+version = "0.4.2"
description = "serve the web at warp speeds"
authors = ["Sean McArthur <[email protected]>"]
license = "MIT"
0 commit comments