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.94.0 of Nu. This release adds...
6
+
excerpt: Today, we're releasing version 0.94.0 of Nu. This release adds case-preserving environment, changes to path handling, raw string literals, and improvements to streaming!
7
7
---
8
-
<!-- TODO: complete the excerpt above -->
9
8
10
9
# Nushell 0.94.0
11
10
12
11
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.
13
12
14
-
<!-- TODO: write this excerpt -->
15
-
Today, we're releasing version 0.94.0 of Nu. This release adds...
13
+
Today, we're releasing version 0.94.0 of Nu. This release adds case-preserving environment, changes to path handling, raw string literals, and improvements to streaming!
16
14
17
15
# Where to get it
18
16
@@ -63,38 +61,10 @@ As part of this release, we also publish a set of optional plugins you can insta
## Our set of commands is evolving [[toc](#table-of-content)]
195
-
As usual, new release rhyms with changes to commands!
196
168
197
169
### New commands [[toc](#table-of-content)]
198
170
@@ -384,34 +356,6 @@ The `--collect-lazyrecords` flag has been removed from `describe`, since lazy re
384
356
385
357
This release removes support for the list of environment variable form of `with-env` that was [deprecated](http://localhost:8080/blog/2024-04-30-nushell_0_93_0.html#with-env-toc) in the previous release. Going forward, only the record form is supported.
386
358
387
-
<!-- NOTE: to start investigating the contributions of last release, i like to list them all in a raw table.
388
-
to achieve this, one can use the [`list-merged-prs` script from `nu_scripts`](https://github.com/nushell/nu_scripts/blob/main/make_release/release-note/list-merged-prs)
389
-
as follows:
390
-
391
-
```nushell
392
-
use ./make_release/release-note/list-merged-prs
393
-
use std clip
394
-
395
-
let last_release_date = ^gh api /repos/nushell/nushell/releases
396
-
| from json
397
-
| into datetime published_at
398
-
| get published_at
399
-
| sort
400
-
| last
401
-
402
-
let prs = list-merged-prs nushell/nushell $last_release_date
0 commit comments