Skip to content

Commit 284e854

Browse files
committed
Cleanup, fix handle tags
1 parent 007d025 commit 284e854

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

blog/2025-07-30-nushell_0_106_1.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ As part of this release, we also publish a set of optional [plugins](https://www
2525
- [_Fix for builds on NetBSD and FreeBSD_](#fix-for-builds-on-netbsd-and-freebsd-toc)
2626
- [_Fixed warnings for plugin builds_](#fixed-warnings-for-plugin-builds-toc)
2727
- [_Full changelog_](#full-changelog-toc)
28-
<!-- TODO: once all the content below is finished and committed, `use nu_scripts/make_release/release-note/notes.nu *` and run `write-toc $this_file`. -->
2928

3029
# Changes [[toc](#table-of-contents)]
3130

@@ -34,7 +33,7 @@ As part of this release, we also publish a set of optional [plugins](https://www
3433
### Fixed regression in the bare string interpolation [#16235] [[toc](#table-of-contents)]
3534

3635
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).
37-
Thanks to a fix by @[Bahex] the following form of string interpolation again works without issue:
36+
Thanks to a fix by [@Bahex] the following form of string interpolation again works without issue:
3837

3938
```nushell
4039
let x = 123
@@ -48,11 +47,11 @@ The recent change to [`get` to rename `--ignore-errors` to `--optional`](https:/
4847

4948
### Fix for builds on NetBSD and FreeBSD [[toc](#table-of-contents)]
5049

51-
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]
50+
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]
5251

5352
### Fixed warnings for plugin builds [[toc](#table-of-contents)]
5453

55-
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]
54+
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]
5655

5756
# Full changelog [[toc](#table-of-contents)]
5857

@@ -64,10 +63,10 @@ When building plugins with our Rust `nu-plugin-core 0.106.0` crate you may have
6463
| [sholderbach] | Port `unsafe_op_in_unsafe_fn` fix to FreeBSD | [#16275] |
6564
| [cptpiepmatz] | Don't import `IoError` on `nu-plugin-core` without `local-socket` | [#16279] |
6665

67-
[0323pin]: https://github.com/0323pin
68-
[Bahex]: https://github.com/Bahex
69-
[cptpiepmatz]: https://github.com/cptpiepmatz
70-
[sholderbach]: https://github.com/sholderbach
66+
[@0323pin]: https://github.com/0323pin
67+
[@Bahex]: https://github.com/Bahex
68+
[@cptpiepmatz]: https://github.com/cptpiepmatz
69+
[@sholderbach]: https://github.com/sholderbach
7170
[#16235]: https://github.com/nushell/nushell/pulls/16235
7271
[#16266]: https://github.com/nushell/nushell/pulls/16266
7372
[#16268]: https://github.com/nushell/nushell/pulls/16268

0 commit comments

Comments
 (0)