Skip to content

Commit 14cfddc

Browse files
authored
Release notes for 0.99.1 (#1591)
* Release notes for `0.99.1` Please add your new features and breaking changes to the release notes by opening PRs against the `release-notes-0.99.1` branch. ## TODO - [ ] look at interesting contributions - [ ] write all the sections - [ ] order the sections by interest - [ ] add the breaking changes - [ ] detail the breaking changes - [ ] add the full changelog - [ ] complete all the `TODO`s inside the release note - [ ] ... (PRs that need to land before the release, e.g. [deprecations](https://github.com/nushell/nushell/labels/deprecation) or [removals](https://github.com/nushell/nushell/pulls?q=is%3Apr+is%3Aopen+label%3Aremoval-after-deprecation)) * 0.99.1 release notes (#1592)
1 parent 71b98f9 commit 14cfddc

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

blog/2024-10-17-nushell_0_99_1.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Nushell 0.99.1
3+
author: The Nu Authors
4+
author_site: https://twitter.com/nu_shell
5+
author_image: https://www.nushell.sh/blog/images/nu_logo.png
6+
excerpt: Today, we're releasing version 0.99.1 of Nu. This release fixes a bug regarding `$env.LAST_EXIT_CODE`.
7+
---
8+
9+
# Nushell 0.99.1
10+
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.
12+
13+
Today, we're releasing version 0.99.1 of Nu. This release fixes a bug regarding `$env.LAST_EXIT_CODE`.
14+
15+
# Where to get it
16+
17+
Nu 0.99.1 is available as [pre-built binaries](https://github.com/nushell/nushell/releases/tag/0.99.1) or from [crates.io](https://crates.io/crates/nu). If you have Rust installed you can install it using `cargo install nu`.
18+
19+
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_<plugin name>`.
20+
21+
# Bug fixes and other changes [[toc](#table-of-content)]
22+
23+
A bug was introduced in 0.99.0 where `return`, `break`, and `continue` could cause `$env.LAST_EXIT_CODE` to be set to 1. This has been fixed in [#14120](https://github.com/nushell/nushell/pull/14120).

0 commit comments

Comments
 (0)