Skip to content

Commit 7a8c4d7

Browse files
committed
add full changelog
1 parent e843a8b commit 7a8c4d7

File tree

1 file changed

+17
-21
lines changed

1 file changed

+17
-21
lines changed

blog/2025-08-30-nushell_0_106_1.md

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -54,26 +54,22 @@ As part of this release, we also publish a set of optional [plugins](https://www
5454

5555
## Bug fixes and other changes
5656

57-
# Notes for plugin developers
58-
59-
# Hall of fame
60-
61-
Thanks to all the contributors below for helping us solve issues, improve documentation, refactor code, and more! :pray:
62-
63-
| author | title | link |
64-
| ------------------------------------ | ----- | ------------------------------------------------------- |
65-
| [@author](https://github.com/author) | ... | [#12345](https://github.com/nushell/nushell/pull/12345) |
66-
6757
# Full changelog
6858

69-
<!-- TODO:
70-
- `use nu_scripts/make_release/release-note/notes.nu *`
71-
- run `list-prs --milestone v0.106.1 | pr-table`
72-
- paste the output here
73-
74-
Afterwards, go through each PR and classify it as one of the following:
75-
- A user-facing change. These PRs should go into the `# Changes` section.
76-
- A plugin-facing change. These PRs should go in `# Notes for plugin developers`. Some plugin-facing changes might also be a user-facing change and vice versa.
77-
- A documentation improvement, error message improvement, refactoring PR, clippy fix, typo fix, etc. These PRs go into the `# Hall of fame`. You can just copy the table row in this section and paste it to the `# Hall of fame` section above. Note that major refactorings may warrant a section in `# Highlights`.
78-
- Dependabot PRs and version bumps should be ignored. They will only be mentioned in `# Full changelog`.
79-
-->
59+
| author | title | link |
60+
| ------------- | ----------------------------------------------------------------- | -------- |
61+
| [Bahex] | fix bare interpolation regression | [#16235] |
62+
| [Bahex] | fix(get): run_const uses `--optional` flag | [#16268] |
63+
| [0323pin] | Fix #16261 | [#16266] |
64+
| [sholderbach] | Port `unsafe_op_in_unsafe_fn` fix to FreeBSD | [#16275] |
65+
| [cptpiepmatz] | Don't import `IoError` on `nu-plugin-core` without `local-socket` | [#16279] |
66+
67+
[0323pin]: https://github.com/0323pin
68+
[Bahex]: https://github.com/Bahex
69+
[cptpiepmatz]: https://github.com/cptpiepmatz
70+
[sholderbach]: https://github.com/sholderbach
71+
[#16235]: https://github.com/nushell/nushell/pulls/16235
72+
[#16266]: https://github.com/nushell/nushell/pulls/16266
73+
[#16268]: https://github.com/nushell/nushell/pulls/16268
74+
[#16275]: https://github.com/nushell/nushell/pulls/16275
75+
[#16279]: https://github.com/nushell/nushell/pulls/16279

0 commit comments

Comments
 (0)