You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
excerpt: Today, we're releasing version 0.112.0 of Nu. This release adds structured markdown parsing with `from md`, a new `%` sigil to explicitly call internal commands, and a bunch of new config options to better shape Nu to your workflow, along with improvements to type checking for cell paths.
6
+
excerpt: Today, we're releasing version 0.112.1 of Nu. This release adds structured markdown parsing with `from md`, a new `%` sigil to explicitly call internal commands, and a bunch of new config options to better shape Nu to your workflow, along with improvements to type checking for cell paths.
7
7
---
8
8
9
-
# Nushell 0.112.0
9
+
# Nushell 0.112.1
10
10
11
-
Today, we're releasing version 0.112.0 of Nu. This release adds structured markdown parsing with `from md`, a new `%` sigil to explicitly call internal commands, and a bunch of new config options to better shape Nu to your workflow, along with improvements to type checking for cell paths.
11
+
Today, we're releasing version 0.112.1 of Nu. This release adds structured markdown parsing with `from md`, a new `%` sigil to explicitly call internal commands, and a bunch of new config options to better shape Nu to your workflow, along with improvements to type checking for cell paths.
12
+
13
+
::: note
14
+
Some crates failed to release properly, so we skip `0.112.0`.
15
+
:::
12
16
13
17
# Where to get it
14
18
15
-
Nu 0.112.0 is available as [pre-built binaries](https://github.com/nushell/nushell/releases/tag/0.112.0) or from [crates.io](https://crates.io/crates/nu). If you have Rust installed you can install it using `cargo install nu`.
19
+
Nu 0.112.1 is available as [pre-built binaries](https://github.com/nushell/nushell/releases/tag/0.112.1) or from [crates.io](https://crates.io/crates/nu). If you have Rust installed you can install it using `cargo install nu`.
16
20
17
21
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.
18
22
@@ -46,7 +50,7 @@ It always uses the initial scope and won't fall back to externals. That means yo
0 commit comments