Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit release notes template #853

Merged
merged 11 commits into from
May 28, 2024
Next Next commit
Remove dataframes hint
  • Loading branch information
IanManske committed May 27, 2024
commit 974e764cf3e391bae6d40a0c6e588135139cf401
4 changes: 0 additions & 4 deletions make_release/release-note/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ Today, we're releasing version {{VERSION}} of Nu. This release adds...

Nu {{VERSION}} is available as [pre-built binaries](https://github.com/nushell/nushell/releases/tag/{{VERSION}}) or from [crates.io](https://crates.io/crates/nu). If you have Rust installed you can install it using `cargo install nu`.

::: tip Note
The optional dataframe functionality is available by `cargo install nu --features=dataframe`.
:::

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

# Table of content
Expand Down