Skip to content

Commit bf1f3ef

Browse files
committed
chore: release v0.10.1
1 parent 7dade21 commit bf1f3ef

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
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.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-dev"
6+
version = "0.10.1"
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.1.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# v0.10.1
2+
3+
## Highlights
4+
5+
- **cargo-binstall support**: Install http-nu in seconds with `cargo binstall http-nu`
6+
- **Versioned release artifacts**: Release tarballs now include version in filename for better compatibility
7+
8+
## Raw commits
9+
10+
* feat: add cargo-binstall support with versioned release artifacts
11+
* docs: update xs command references for 0.9 API
12+
* fix: show usage instead of panic when addr missing

0 commit comments

Comments
 (0)