Skip to content

Commit

Permalink
Bump version for 0.92.0 release (#12349)
Browse files Browse the repository at this point in the history
- [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
  • Loading branch information
sholderbach committed Apr 2, 2024
1 parent 50ad729 commit c3428b8
Show file tree
Hide file tree
Showing 34 changed files with 191 additions and 191 deletions.
60 changes: 30 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 18 additions & 18 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT"
name = "nu"
repository = "https://github.com/nushell/nushell"
rust-version = "1.74.1"
version = "0.91.1"
version = "0.92.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down Expand Up @@ -162,24 +162,24 @@ windows = "0.54"
winreg = "0.52"

[dependencies]
nu-cli = { path = "./crates/nu-cli", version = "0.91.1" }
nu-cmd-base = { path = "./crates/nu-cmd-base", version = "0.91.1" }
nu-cmd-lang = { path = "./crates/nu-cmd-lang", version = "0.91.1" }
nu-cmd-dataframe = { path = "./crates/nu-cmd-dataframe", version = "0.91.1", features = [
nu-cli = { path = "./crates/nu-cli", version = "0.92.0" }
nu-cmd-base = { path = "./crates/nu-cmd-base", version = "0.92.0" }
nu-cmd-lang = { path = "./crates/nu-cmd-lang", version = "0.92.0" }
nu-cmd-dataframe = { path = "./crates/nu-cmd-dataframe", version = "0.92.0", features = [
"dataframe",
], optional = true }
nu-cmd-extra = { path = "./crates/nu-cmd-extra", version = "0.91.1" }
nu-command = { path = "./crates/nu-command", version = "0.91.1" }
nu-engine = { path = "./crates/nu-engine", version = "0.91.1" }
nu-explore = { path = "./crates/nu-explore", version = "0.91.1" }
nu-lsp = { path = "./crates/nu-lsp/", version = "0.91.1" }
nu-parser = { path = "./crates/nu-parser", version = "0.91.1" }
nu-path = { path = "./crates/nu-path", version = "0.91.1" }
nu-plugin = { path = "./crates/nu-plugin", optional = true, version = "0.91.1" }
nu-protocol = { path = "./crates/nu-protocol", version = "0.91.1" }
nu-std = { path = "./crates/nu-std", version = "0.91.1" }
nu-system = { path = "./crates/nu-system", version = "0.91.1" }
nu-utils = { path = "./crates/nu-utils", version = "0.91.1" }
nu-cmd-extra = { path = "./crates/nu-cmd-extra", version = "0.92.0" }
nu-command = { path = "./crates/nu-command", version = "0.92.0" }
nu-engine = { path = "./crates/nu-engine", version = "0.92.0" }
nu-explore = { path = "./crates/nu-explore", version = "0.92.0" }
nu-lsp = { path = "./crates/nu-lsp/", version = "0.92.0" }
nu-parser = { path = "./crates/nu-parser", version = "0.92.0" }
nu-path = { path = "./crates/nu-path", version = "0.92.0" }
nu-plugin = { path = "./crates/nu-plugin", optional = true, version = "0.92.0" }
nu-protocol = { path = "./crates/nu-protocol", version = "0.92.0" }
nu-std = { path = "./crates/nu-std", version = "0.92.0" }
nu-system = { path = "./crates/nu-system", version = "0.92.0" }
nu-utils = { path = "./crates/nu-utils", version = "0.92.0" }

reedline = { workspace = true, features = ["bashisms", "sqlite"] }

Expand Down Expand Up @@ -208,7 +208,7 @@ nix = { workspace = true, default-features = false, features = [
] }

[dev-dependencies]
nu-test-support = { path = "./crates/nu-test-support", version = "0.91.1" }
nu-test-support = { path = "./crates/nu-test-support", version = "0.92.0" }
assert_cmd = "2.0"
dirs-next = { workspace = true }
divan = "0.1.14"
Expand Down
22 changes: 11 additions & 11 deletions crates/nu-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@ repository = "https://github.com/nushell/nushell/tree/main/crates/nu-cli"
edition = "2021"
license = "MIT"
name = "nu-cli"
version = "0.91.1"
version = "0.92.0"

[lib]
bench = false

[dev-dependencies]
nu-cmd-lang = { path = "../nu-cmd-lang", version = "0.91.1" }
nu-command = { path = "../nu-command", version = "0.91.1" }
nu-test-support = { path = "../nu-test-support", version = "0.91.1" }
nu-cmd-lang = { path = "../nu-cmd-lang", version = "0.92.0" }
nu-command = { path = "../nu-command", version = "0.92.0" }
nu-test-support = { path = "../nu-test-support", version = "0.92.0" }
rstest = { workspace = true, default-features = false }

[dependencies]
nu-cmd-base = { path = "../nu-cmd-base", version = "0.91.1" }
nu-engine = { path = "../nu-engine", version = "0.91.1" }
nu-path = { path = "../nu-path", version = "0.91.1" }
nu-parser = { path = "../nu-parser", version = "0.91.1" }
nu-protocol = { path = "../nu-protocol", version = "0.91.1" }
nu-utils = { path = "../nu-utils", version = "0.91.1" }
nu-color-config = { path = "../nu-color-config", version = "0.91.1" }
nu-cmd-base = { path = "../nu-cmd-base", version = "0.92.0" }
nu-engine = { path = "../nu-engine", version = "0.92.0" }
nu-path = { path = "../nu-path", version = "0.92.0" }
nu-parser = { path = "../nu-parser", version = "0.92.0" }
nu-protocol = { path = "../nu-protocol", version = "0.92.0" }
nu-utils = { path = "../nu-utils", version = "0.92.0" }
nu-color-config = { path = "../nu-color-config", version = "0.92.0" }
nu-ansi-term = { workspace = true }
reedline = { workspace = true, features = ["bashisms", "sqlite"] }

Expand Down
10 changes: 5 additions & 5 deletions crates/nu-cmd-base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ edition = "2021"
license = "MIT"
name = "nu-cmd-base"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-cmd-base"
version = "0.91.1"
version = "0.92.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
nu-engine = { path = "../nu-engine", version = "0.91.1" }
nu-parser = { path = "../nu-parser", version = "0.91.1" }
nu-path = { path = "../nu-path", version = "0.91.1" }
nu-protocol = { path = "../nu-protocol", version = "0.91.1" }
nu-engine = { path = "../nu-engine", version = "0.92.0" }
nu-parser = { path = "../nu-parser", version = "0.92.0" }
nu-path = { path = "../nu-path", version = "0.92.0" }
nu-protocol = { path = "../nu-protocol", version = "0.92.0" }

indexmap = { workspace = true }
miette = { workspace = true }
Expand Down
Loading

0 comments on commit c3428b8

Please sign in to comment.