|
| 1 | +--- |
| 2 | +title: Nushell 0.104.1 |
| 3 | +author: The Nu Authors |
| 4 | +author_site: https://www.nushell.sh/blog |
| 5 | +author_image: https://www.nushell.sh/blog/images/nu_logo.png |
| 6 | +excerpt: Today, we're releasing version 0.104.1 of Nu. This release adds... |
| 7 | +--- |
| 8 | + |
| 9 | +<!-- TODO: complete the excerpt above --> |
| 10 | + |
| 11 | +<!-- NOTE: start from the TODO all the way at the bottom (and sort of work your way up) --> |
| 12 | + |
| 13 | +# Nushell 0.104.1 |
| 14 | + |
| 15 | +<!-- TODO: write this excerpt --> |
| 16 | + |
| 17 | +Today, we're releasing version 0.104.1 of Nu. This release adds... |
| 18 | + |
| 19 | +# Where to get it |
| 20 | + |
| 21 | +Nu 0.104.1 is available as [pre-built binaries](https://github.com/nushell/nushell/releases/tag/0.104.1) or from [crates.io](https://crates.io/crates/nu). If you have Rust installed you can install it using `cargo install nu`. |
| 22 | + |
| 23 | +As part of this release, we also publish a set of optional [plugins](https://www.nushell.sh/book/plugins.html) you can install and use with Nushell. |
| 24 | + |
| 25 | +# Table of contents |
| 26 | + |
| 27 | +<!-- 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`. --> |
| 28 | + |
| 29 | +# Highlights and themes of this release |
| 30 | + |
| 31 | +<!-- NOTE: if you wanna write a section about a breaking change, when it's a very important one, |
| 32 | + please add the following snippet to have a "warning" banner :) |
| 33 | + > see [an example](https://www.nushell.sh/blog/2023-09-19-nushell_0_85_0.html#pythonesque-operators-removal) |
| 34 | +
|
| 35 | + ```md |
| 36 | + ::: warning Breaking change |
| 37 | + See a full overview of the [breaking changes](#breaking-changes) |
| 38 | + ::: |
| 39 | + ``` |
| 40 | +--> |
| 41 | +<!-- NOTE: see https://vuepress.github.io/reference/default-theme/markdown.html#custom-containers |
| 42 | + for the list of available *containers* |
| 43 | +--> |
| 44 | + |
| 45 | +# Changes |
| 46 | + |
| 47 | +## Additions |
| 48 | + |
| 49 | +## Breaking changes |
| 50 | + |
| 51 | +## Deprecations |
| 52 | + |
| 53 | +## Removals |
| 54 | + |
| 55 | +## Bug fixes and other changes |
| 56 | + |
| 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 | + |
| 67 | +# Full changelog |
| 68 | + |
| 69 | +<!-- TODO: |
| 70 | + - `use nu_scripts/make_release/release-note/notes.nu *` |
| 71 | + - run `list-prs --milestone v0.104.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 | +--> |
0 commit comments