Skip to content

Commit 2e757b2

Browse files
committed
move to 0.112.1
1 parent 4118b94 commit 2e757b2

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
---
2-
title: Nushell 0.112.0
2+
title: Nushell 0.112.1
33
author: The Nu Authors
44
author_site: https://www.nushell.sh/blog
55
author_image: https://www.nushell.sh/blog/images/nu_logo.png
6-
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.
77
---
88

9-
# Nushell 0.112.0
9+
# Nushell 0.112.1
1010

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+
:::
1216

1317
# Where to get it
1418

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`.
1620

1721
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.
1822

@@ -46,7 +50,7 @@ It always uses the initial scope and won't fall back to externals. That means yo
4650

4751
```ansi :no-line-numbers
4852
> version | get version
49-
0.112.0[38;5;14m
53+
0.112.1[38;5;14m
5054
> hide version
5155
> version | get version
5256
Error: nu::shell::external_command
@@ -60,7 +64,7 @@ Error: nu::shell::external_command
6064
help: Did you mean `version check`?
6165

6266
> %version | get version
63-
0.112.0[0m
67+
0.112.1[0m
6468
```
6569

6670
More details in the [main entry](#new-sigil-to-explicitly-call-built-ins).

0 commit comments

Comments
 (0)