Skip to content

Commit 507553d

Browse files
committed
Fix date
1 parent b5cd6c4 commit 507553d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

blog/2025-08-30-nushell_0_106_1.md renamed to blog/2025-07-30-nushell_0_106_1.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ author_image: https://www.nushell.sh/blog/images/nu_logo.png
66
excerpt: Today, we're releasing version 0.106.1 of Nu. This patch release fixes a regression with bare string interpolation from 0.106.0, the const version of `get`, and several build-related issues.
77
---
88

9-
109
# Nushell 0.106.1
1110

1211
Today, we're releasing version 0.106.1 of Nu. This patch release fixes a regression with bare string interpolation from 0.106.0, the const version of `get`, and several build-related issues.
@@ -26,6 +25,7 @@ As part of this release, we also publish a set of optional [plugins](https://www
2625
## Bug fixes and other changes
2726

2827
### Fixed regression in the bare string interpolation [#16235]
28+
2929
While fixing another parser bug in 0.106.0 we accidentally introduced a [regression which restricted certain forms of direct string interpolation using parenthesized expressions with bare words](https://www.nushell.sh/blog/2025-07-23-nushell_0_106_0.html#regression-bare-word-interpolation-on-both-sides-does-not-work-toc).
3030
Thanks to a fix by @[Bahex] the following form of string interpolation again works without issue:
3131

@@ -36,12 +36,15 @@ let x = 123
3636
```
3737

3838
### Fixed flag handling of `get` in the const version [#16268]
39+
3940
The recent change to [`get` to rename `--ignore-errors` to `--optional`](https://www.nushell.sh/blog/2025-07-23-nushell_0_106_0.html#ignore-errors-i-renamed-to-optional-o-toc) was incorrectly handled if the command was used in a `const` context. This has been fixed with this release.
4041

4142
### Fix for builds on NetBSD and FreeBSD
43+
4244
BSD builds failed due to more restrictive Rust compiler warnings triggered in our BSD platform code. This has been fixed in [#16266] and [#16275] by @[0323pin] and @[sholderbach]
4345

4446
### Fixed warnings for plugin builds
47+
4548
When building plugins with our Rust `nu-plugin-core 0.106.0` crate you may have encountered compiler warnings. This has been addressed by @[cptpiepmatz] in [#16279]
4649

4750
# Full changelog

0 commit comments

Comments
 (0)