Skip to content

Commit c29f293

Browse files
committed
v0.4.2
1 parent 3867d41 commit c29f293

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

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+
310
### v0.4.1 (August 6, 2025)
411

512
- **Fixes**:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "warp"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
description = "serve the web at warp speeds"
55
authors = ["Sean McArthur <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)