Skip to content

Commit 88abbec

Browse files
committed
chore: release v0.17.2
1 parent 8601a81 commit 88abbec

3 files changed

Lines changed: 17 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.17.2-dev"
6+
version = "0.17.2"
77
edition = "2021"
88
rust-version = "1.93.1"
99
description = "The surprisingly performant, Nushell-scriptable, cross.stream-powered, Datastar-ready HTTP server that fits in your back pocket."

changes/v0.17.2.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# v0.17.2
2+
3+
## Highlights
4+
5+
- **Embedded cross.stream store updated to 0.13.3.** A re-registered (hot-replaced) service no longer loses `.append`, and a module's exported function can now call the store builtins (`.append`, `.cat`, `.last`, ...), not just plain nushell. See the [cross-stream 0.13.3 notes](https://github.com/cablehead/xs/releases/tag/v0.13.3) for detail.
6+
7+
- **`--watch` no longer reload-loops on the store directory.** The `--store` directory is now excluded from the recursive `--watch`, so a handler writing frames no longer triggers an endless reload cycle.
8+
9+
## Raw commits
10+
11+
* feat: update embedded cross.stream to 0.13.3 (2026-06-09)
12+
* docs: note Homebrew tap-trust before install (2026-06-08)
13+
* fix: exclude --store dir from --watch to prevent reload loops (2026-06-07)
14+
* docs: note --watch is recursive; keep --store out of the watched dir (2026-06-07)
15+
* chore: bump to v0.17.2-dev (2026-06-07)

0 commit comments

Comments
 (0)