From d3c25eb3a4bff5a9ab8d6c85c74cfff7e7a2323f Mon Sep 17 00:00:00 2001 From: NotTheDr01ds <32344964+NotTheDr01ds@users.noreply.github.com> Date: Sun, 6 Oct 2024 11:24:52 -0400 Subject: [PATCH 1/2] std-lib breaking changes --- blog/2024-10-15-nushell_0_99_0.md | 42 ++++++++++++++++++++++++++++--- 1 file changed, 38 insertions(+), 4 deletions(-) diff --git a/blog/2024-10-15-nushell_0_99_0.md b/blog/2024-10-15-nushell_0_99_0.md index 30a9a973c34..0fe9acacab1 100644 --- a/blog/2024-10-15-nushell_0_99_0.md +++ b/blog/2024-10-15-nushell_0_99_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.99.0 of Nu. This release adds... --- + # Nushell 0.99.0 @@ -12,6 +13,7 @@ excerpt: Today, we're releasing version 0.99.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.99.0 of Nu. This release adds... # Where to get it @@ -21,6 +23,7 @@ Nu 0.99.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 contents + - [_Highlights and themes of this release_](#highlights-and-themes-of-this-release-toc) - [_Changes_](#changes-toc) - [_Additions_](#additions-toc) @@ -48,6 +51,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)] + \ No newline at end of file +--> From db4b460c203b5ce08f3d07d394b9212b3d1a4582 Mon Sep 17 00:00:00 2001 From: NotTheDr01ds <32344964+NotTheDr01ds@users.noreply.github.com> Date: Sun, 6 Oct 2024 11:30:32 -0400 Subject: [PATCH 2/2] small typo --- blog/2024-10-15-nushell_0_99_0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2024-10-15-nushell_0_99_0.md b/blog/2024-10-15-nushell_0_99_0.md index 0fe9acacab1..d8195075181 100644 --- a/blog/2024-10-15-nushell_0_99_0.md +++ b/blog/2024-10-15-nushell_0_99_0.md @@ -91,7 +91,7 @@ Refer to the [Standard Library](/book/standard_library.md) documentation for mor ## Deprecations [[toc](#table-of-content)] -### Standard Library - Directory Stack / Shells/ dirs Module +### Standard Library - Directory Stack / Shells / dirs Module - [#13842](https://github.com/nushell/nushell/pull/13842): Starting with the next release, Nushell will no longer automatically load the `std/dirs` aliases at startup. In 0.99.0, using one of these aliases (`n`, `p`, `g`, `enter`, `dexit`, or `shells`) will result in a warning message.