Skip to content

Commit

Permalink
Bump version for 0.101.0 release (#14631)
Browse files Browse the repository at this point in the history
It's palindromic!
  • Loading branch information
sholderbach authored Dec 22, 2024
1 parent d99905b commit fb26109
Show file tree
Hide file tree
Showing 47 changed files with 263 additions and 263 deletions.
74 changes: 37 additions & 37 deletions Cargo.lock

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

42 changes: 21 additions & 21 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.81.0"
version = "0.100.1"
version = "0.101.0"

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

Expand Down Expand Up @@ -192,22 +192,22 @@ unchecked_duration_subtraction = "warn"
workspace = true

[dependencies]
nu-cli = { path = "./crates/nu-cli", version = "0.100.1" }
nu-cmd-base = { path = "./crates/nu-cmd-base", version = "0.100.1" }
nu-cmd-lang = { path = "./crates/nu-cmd-lang", version = "0.100.1" }
nu-cmd-plugin = { path = "./crates/nu-cmd-plugin", version = "0.100.1", optional = true }
nu-cmd-extra = { path = "./crates/nu-cmd-extra", version = "0.100.1" }
nu-command = { path = "./crates/nu-command", version = "0.100.1" }
nu-engine = { path = "./crates/nu-engine", version = "0.100.1" }
nu-explore = { path = "./crates/nu-explore", version = "0.100.1" }
nu-lsp = { path = "./crates/nu-lsp/", version = "0.100.1" }
nu-parser = { path = "./crates/nu-parser", version = "0.100.1" }
nu-path = { path = "./crates/nu-path", version = "0.100.1" }
nu-plugin-engine = { path = "./crates/nu-plugin-engine", optional = true, version = "0.100.1" }
nu-protocol = { path = "./crates/nu-protocol", version = "0.100.1" }
nu-std = { path = "./crates/nu-std", version = "0.100.1" }
nu-system = { path = "./crates/nu-system", version = "0.100.1" }
nu-utils = { path = "./crates/nu-utils", version = "0.100.1" }
nu-cli = { path = "./crates/nu-cli", version = "0.101.0" }
nu-cmd-base = { path = "./crates/nu-cmd-base", version = "0.101.0" }
nu-cmd-lang = { path = "./crates/nu-cmd-lang", version = "0.101.0" }
nu-cmd-plugin = { path = "./crates/nu-cmd-plugin", version = "0.101.0", optional = true }
nu-cmd-extra = { path = "./crates/nu-cmd-extra", version = "0.101.0" }
nu-command = { path = "./crates/nu-command", version = "0.101.0" }
nu-engine = { path = "./crates/nu-engine", version = "0.101.0" }
nu-explore = { path = "./crates/nu-explore", version = "0.101.0" }
nu-lsp = { path = "./crates/nu-lsp/", version = "0.101.0" }
nu-parser = { path = "./crates/nu-parser", version = "0.101.0" }
nu-path = { path = "./crates/nu-path", version = "0.101.0" }
nu-plugin-engine = { path = "./crates/nu-plugin-engine", optional = true, version = "0.101.0" }
nu-protocol = { path = "./crates/nu-protocol", version = "0.101.0" }
nu-std = { path = "./crates/nu-std", version = "0.101.0" }
nu-system = { path = "./crates/nu-system", version = "0.101.0" }
nu-utils = { path = "./crates/nu-utils", version = "0.101.0" }
reedline = { workspace = true, features = ["bashisms", "sqlite"] }

crossterm = { workspace = true }
Expand Down Expand Up @@ -237,9 +237,9 @@ nix = { workspace = true, default-features = false, features = [
] }

[dev-dependencies]
nu-test-support = { path = "./crates/nu-test-support", version = "0.100.1" }
nu-plugin-protocol = { path = "./crates/nu-plugin-protocol", version = "0.100.1" }
nu-plugin-core = { path = "./crates/nu-plugin-core", version = "0.100.1" }
nu-test-support = { path = "./crates/nu-test-support", version = "0.101.0" }
nu-plugin-protocol = { path = "./crates/nu-plugin-protocol", version = "0.101.0" }
nu-plugin-core = { path = "./crates/nu-plugin-core", version = "0.101.0" }
assert_cmd = "2.0"
dirs = { workspace = true }
tango-bench = "0.6"
Expand Down Expand Up @@ -328,4 +328,4 @@ bench = false
# Run individual benchmarks like `cargo bench -- <regex>` e.g. `cargo bench -- parse`
[[bench]]
name = "benchmarks"
harness = false
harness = false
Loading

0 comments on commit fb26109

Please sign in to comment.