Skip to content

Commit 609bc22

Browse files
committed
chore: release v0.9.1
1 parent 990fd5d commit 609bc22

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.9.0"
6+
version = "0.9.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.9.1.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# v0.9.1
2+
3+
## Highlights
4+
5+
- `.mj` now supports template inheritance and includes (`{% extends %}`,
6+
`{% include %}`, `{% import %}`). Referenced templates resolve from the
7+
template's directory and subdirectories.
8+
9+
## Raw commits
10+
11+
* feat: support template inheritance and includes in .mj (2026-01-10)
12+
* docs: streamline nixos packaging guide (#36) (2026-01-08)

0 commit comments

Comments
 (0)