From f3647833ec6124c90323ca53dda7432105064f48 Mon Sep 17 00:00:00 2001 From: Ian Manske Date: Sat, 20 Jul 2024 18:10:05 +0000 Subject: [PATCH] Start 0.96.0 release notes (#1472) * Start 0.96.0 release notes * Continue release notes * Update typos config --- blog/2024-07-23-nushell_0_96_0.md | 200 +++++++++++++++++++++++++++++- typos.toml | 5 + 2 files changed, 200 insertions(+), 5 deletions(-) diff --git a/blog/2024-07-23-nushell_0_96_0.md b/blog/2024-07-23-nushell_0_96_0.md index 364ad5b2fdf..6a07ffc3f4b 100644 --- a/blog/2024-07-23-nushell_0_96_0.md +++ b/blog/2024-07-23-nushell_0_96_0.md @@ -5,6 +5,7 @@ author_site: https://twitter.com/nu_shell author_image: https://www.nushell.sh/blog/images/nu_logo.png excerpt: Today, we're releasing version 0.96.0 of Nu. This release adds... --- + # Nushell 0.96.0 @@ -12,6 +13,7 @@ excerpt: Today, we're releasing version 0.96.0 of Nu. This release adds... Nushell, or Nu for short, is a new shell that takes a modern, structured approach to your command line. It works seamlessly with the data from your filesystem, operating system, and a growing number of file formats to make it easy to build powerful command line pipelines. + Today, we're releasing version 0.96.0 of Nu. This release adds... # Where to get it @@ -21,6 +23,7 @@ Nu 0.96.0 is available as [pre-built binaries](https://github.com/nushell/nushel As part of this release, we also publish a set of optional plugins you can install and use with Nu. To install, use `cargo install nu_plugin_`. # Table of content + - [_Highlights and themes of this release_](#highlights-and-themes-of-this-release-toc) - [_Changes to commands_](#changes-to-commands-toc) - [_Additions_](#additions-toc) @@ -51,6 +54,7 @@ As part of this release, we also publish a set of optional plugins you can insta --> # Highlights and themes of this release [[toc](#table-of-content)] + # All breaking changes [[toc](#table-of-content)] + \ No newline at end of file +--> diff --git a/typos.toml b/typos.toml index ded18aaa681..b1bc7e1911e 100644 --- a/typos.toml +++ b/typos.toml @@ -1,6 +1,11 @@ [files] extend-exclude = ["pt-BR", "de", "ja", "es", "blog/202[0-3]*", "commands/"] +[default] +extend-ignore-re = [ + "changes_length: fals" # false positive in cookbook/tables.md +] + [default.extend-words] ons = "ons" # false positive in commands/docs/str_replace.md ful = "ful" # false positive in commands/docs/str_replace.md