diff --git a/CHANGELOG.md b/CHANGELOG.md index 93cf442..069b1a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Added + +- Nushell: add support for v0.86.0. + ## [0.9.2] - 2023-08-04 ### Added diff --git a/README.md b/README.md index 7ade474..aaf2bf6 100644 --- a/README.md +++ b/README.md @@ -243,7 +243,7 @@ zoxide can be installed in 4 easy steps: > ``` > > **Note** - > zoxide only supports Nushell v0.73.0 and above. + > zoxide only supports Nushell v0.86.0+. diff --git a/man/man1/zoxide-init.1 b/man/man1/zoxide-init.1 index ee77216..cd53ee9 100644 --- a/man/man1/zoxide-init.1 +++ b/man/man1/zoxide-init.1 @@ -45,7 +45,7 @@ Now, add this to the \fBend\fR of your config file (find it by running \fBsource ~/.zoxide.nu\fR .fi .sp -Note: zoxide only supports Nushell v0.73.0 and above. +Note: zoxide only supports Nushell v0.86.0+. .TP .B powershell Add this to the \fBend\fR of your config file (find it by running \fBecho diff --git a/templates/nushell.txt b/templates/nushell.txt index fc463f3..2cfdb00 100644 --- a/templates/nushell.txt +++ b/templates/nushell.txt @@ -86,4 +86,4 @@ alias {{cmd}}i = __zoxide_zi # # source ~/.zoxide.nu # -# Note: zoxide only supports Nushell v0.73.0 and above. +# Note: zoxide only supports Nushell v0.86.0+.