Skip to content

Commit d6444d4

Browse files
committed
add toc
1 parent c6ded79 commit d6444d4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

blog/2025-06-10-nushell_0_105_1.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ As part of this release, we also publish a set of optional [plugins](https://www
1818

1919
# Table of contents
2020

21-
<!-- 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`. -->
21+
- [_Highlights and themes of this release_](#highlights-and-themes-of-this-release-toc)
22+
- [_Reverted `coreutils` to fix `cargo install`_](#reverted-coreutils-to-fix-cargo-install-toc)
23+
- [_Full changelog_](#full-changelog-toc)
2224

23-
# Highlights and themes of this release
25+
# Highlights and themes of this release [[toc](#table-of-contents)]
2426

2527
<!-- NOTE: if you wanna write a section about a breaking change, when it's a very important one,
2628
please add the following snippet to have a "warning" banner :)
@@ -36,7 +38,7 @@ As part of this release, we also publish a set of optional [plugins](https://www
3638
for the list of available *containers*
3739
-->
3840

39-
## Reverted `coreutils` to fix `cargo install`
41+
## Reverted `coreutils` to fix `cargo install` [[toc](#table-of-contents)]
4042

4143
Bumping `coreutils` to 0.1.0 broke `cargo install nu`.
4244
The new version requires the `PROJECT_NAME_FOR_VERSION_STRING` environment variable at build time, which we had set in our `.cargo/config.toml`.
@@ -49,7 +51,7 @@ As a result, we published a version that couldn't be installed without setting t
4951
For now, we've reverted [#15896](https://github.com/nushell/nushell/pull/15896) in [#15932](https://github.com/nushell/nushell/pull/15932).
5052
We'll bump `coreutils` again once they’ve sorted out a fix.
5153

52-
# Full changelog
54+
# Full changelog [[toc](#table-of-contents)]
5355

5456
|author|title|link|
5557
|-|-|-|

0 commit comments

Comments
 (0)