From c0bd8ad3e2bcc44b209937550b644f7dc5b4d0ad Mon Sep 17 00:00:00 2001 From: Ian Manske Date: Thu, 21 Nov 2024 19:35:15 -0800 Subject: [PATCH] Release notes for `0.101.0` Please add your new features and breaking changes to the release notes by opening PRs against the `release-notes-0.101.0` 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)) --- blog/2024-12-24-nushell_0_101_0.md | 77 ++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 blog/2024-12-24-nushell_0_101_0.md diff --git a/blog/2024-12-24-nushell_0_101_0.md b/blog/2024-12-24-nushell_0_101_0.md new file mode 100644 index 0000000000..6caa61d638 --- /dev/null +++ b/blog/2024-12-24-nushell_0_101_0.md @@ -0,0 +1,77 @@ +--- +title: Nushell 0.101.0 +author: The Nu Authors +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.101.0 of Nu. This release adds... +--- + + + + +# Nushell 0.101.0 + + +Today, we're releasing version 0.101.0 of Nu. This release adds... + +# Where to get it + +Nu 0.101.0 is available as [pre-built binaries](https://github.com/nushell/nushell/releases/tag/0.101.0) or from [crates.io](https://crates.io/crates/nu). If you have Rust installed you can install it using `cargo install nu`. + +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 + + + + +# Changes + +## Additions + +## Breaking changes + +## Deprecations + +## Removals + +## Bug fixes and other changes + +# Notes for plugin developers + +# Hall of fame + +Thanks to all the contributors below for helping us solve issues, improve documentation, refactor code, and more! :pray: + +| author | title | link | +| ------------------------------------ | ----------- | ------------------------------------------------------- | +| [@author](https://github.com/author) | ... | [#12345](https://github.com/nushell/nushell/pull/12345) | + +# Full changelog + +