Bump version for 0.92.0 release (#12349)

- [x] `cargo hack` feature flag compatibility run
- [x] reedline released and pinned
- [x] `nu-plugin-test-support` added to release script
- [x] dependency tree checked
- [x] release notes
This commit is contained in:
Stefan Holderbach
2024-04-02 19:50:26 +02:00
committed by GitHub
parent 50ad729e45
commit c3428b891a
34 changed files with 191 additions and 191 deletions

View File

@ -1,6 +1,6 @@
# Nushell Config File
#
# version = "0.91.1"
# version = "0.92.0"
# For more information on defining custom themes, see
# https://www.nushell.sh/book/coloring_and_theming.html

View File

@ -1,6 +1,6 @@
# Nushell Environment Config File
#
# version = "0.91.1"
# version = "0.92.0"
def create_left_prompt [] {
let dir = match (do --ignore-shell-errors { $env.PWD | path relative-to $nu.home-path }) {