Skip to content

Commit b3094f7

Browse files
committed
chore: release v0.10.2
1 parent b75eeea commit b3094f7

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

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.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = [".", "tests/test_plugin"]
33

44
[package]
55
name = "http-nu"
6-
version = "0.10.1"
6+
version = "0.10.2"
77
edition = "2021"
88
rust-version = "1.88.0"
99
description = "The surprisingly performant, Datastar-ready, Nushell-scriptable HTTP server that fits in your back pocket."

changes/v0.10.2.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# v0.10.2
2+
3+
## Highlights
4+
5+
- Empty response bodies now default to 204 No Content
6+
- Datastar SDK naming aligned with spec (breaking for datastar users)
7+
- Shutdown message now gets a timestamp like other log lines
8+
- File watcher uses trailing-edge debounce for more reliable reloads
9+
- Bumped cross-stream to 0.9.3
10+
11+
## Raw commits
12+
13+
* chore: bump cross-stream to 0.9.3 (2026-01-29)
14+
* feat: timestamp the shutdown message separately from the closing tag (2026-01-29)
15+
* feat: default to 204 No Content for empty response body (2026-01-27)
16+
* refactor(datastar)!: align SDK naming with spec (2026-01-26)
17+
* fix: use trailing-edge debounce for file watcher (2026-01-23)
18+
* docs: update release.md for versioned artifact naming (2026-01-22)

0 commit comments

Comments
 (0)