|
| 1 | +--- |
| 2 | +title: Nushell 0.109.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.109.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.109.1 |
| 14 | + |
| 15 | +<!-- TODO: write this excerpt --> |
| 16 | + |
| 17 | +Today, we're releasing version 0.109.1 of Nu. This release adds... |
| 18 | + |
| 19 | +# Where to get it |
| 20 | + |
| 21 | +Nu 0.109.1 is available as [pre-built binaries](https://github.com/nushell/nushell/releases/tag/0.109.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 | + |
| 48 | + |
| 49 | +# Notes for plugin developers |
| 50 | + |
| 51 | +# Hall of fame |
| 52 | + |
| 53 | +Thanks to all the contributors below for helping us solve issues, improve documentation, refactor code, and more! :pray: |
| 54 | + |
| 55 | +| author | change | link | |
| 56 | +| --- | --- | --- | |
| 57 | +| [@hustcer](https://github.com/hustcer) | Bump to dev version 0.109.1 | [#17093](https://github.com/nushell/nushell/pull/17093) | |
| 58 | +| [@hustcer](https://github.com/hustcer) | Fix http get panic | [#17092](https://github.com/nushell/nushell/pull/17092) | |
| 59 | +| [@hustcer](https://github.com/hustcer) | Try to fix winget automatic validation error | [#17096](https://github.com/nushell/nushell/pull/17096) | |
| 60 | +| [@KaiSforza](https://github.com/KaiSforza) | Add backticks to readmes | [#17101](https://github.com/nushell/nushell/pull/17101) | |
| 61 | +| [@hustcer](https://github.com/hustcer) | Fix use constants in bare-word-strings with source error | [#17094](https://github.com/nushell/nushell/pull/17094) | |
| 62 | + |
| 63 | +# Full changelog |
| 64 | + |
| 65 | +| author | title | link | |
| 66 | +| --- | --- | --- | |
| 67 | +| [@KaiSforza](https://github.com/KaiSforza) | Add backticks to readmes | [#17101](https://github.com/nushell/nushell/pull/17101) | |
| 68 | +| [@hustcer](https://github.com/hustcer) | Fix http get panic | [#17092](https://github.com/nushell/nushell/pull/17092) | |
| 69 | +| [@hustcer](https://github.com/hustcer) | Bump to dev version 0.109.1 | [#17093](https://github.com/nushell/nushell/pull/17093) | |
| 70 | +| [@hustcer](https://github.com/hustcer) | Fix use constants in bare-word-strings with source error | [#17094](https://github.com/nushell/nushell/pull/17094) | |
| 71 | +| [@hustcer](https://github.com/hustcer) | Try to fix winget automatic validation error | [#17096](https://github.com/nushell/nushell/pull/17096) | |
0 commit comments