Skip to content

Commit

Permalink
Bump to 0.8.0 (nushell#1166)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Turner committed Jan 7, 2020
1 parent b574dc6 commit 41ebc6b
Show file tree
Hide file tree
Showing 23 changed files with 148 additions and 148 deletions.
44 changes: 22 additions & 22 deletions Cargo.lock

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

44 changes: 22 additions & 22 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nu"
version = "0.7.2"
version = "0.8.0"
authors = ["Yehuda Katz <[email protected]>", "Jonathan Turner <[email protected]>", "Andrés N. Robalino <[email protected]>"]
description = "A shell for the GitHub era"
license = "MIT"
Expand Down Expand Up @@ -39,25 +39,25 @@ members = [
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
nu-source = { version = "0.7.0", path = "./crates/nu-source" }
nu-plugin = { version = "0.7.0", path = "./crates/nu-plugin" }
nu-protocol = { version = "0.7.0", path = "./crates/nu-protocol" }
nu-errors = { version = "0.7.0", path = "./crates/nu-errors" }
nu-parser = { version = "0.7.0", path = "./crates/nu-parser" }
nu-value-ext = { version = "0.7.0", path = "./crates/nu-value-ext" }
nu_plugin_average = {version = "0.7.0", path = "./crates/nu_plugin_average", optional=true}
nu_plugin_binaryview = {version = "0.7.0", path = "./crates/nu_plugin_binaryview", optional=true}
nu_plugin_fetch = {version = "0.7.0", path = "./crates/nu_plugin_fetch", optional=true}
nu_plugin_inc = {version = "0.7.0", path = "./crates/nu_plugin_inc", optional=true}
nu_plugin_match = {version = "0.7.0", path = "./crates/nu_plugin_match", optional=true}
nu_plugin_post = {version = "0.7.0", path = "./crates/nu_plugin_post", optional=true}
nu_plugin_ps = {version = "0.7.0", path = "./crates/nu_plugin_ps", optional=true}
nu_plugin_str = {version = "0.7.0", path = "./crates/nu_plugin_str", optional=true}
nu_plugin_sum = {version = "0.7.0", path = "./crates/nu_plugin_sum", optional=true}
nu_plugin_sys = {version = "0.7.0", path = "./crates/nu_plugin_sys", optional=true}
nu_plugin_textview = {version = "0.7.0", path = "./crates/nu_plugin_textview", optional=true}
nu_plugin_tree = {version = "0.7.0", path = "./crates/nu_plugin_tree", optional=true}
nu-macros = { version = "0.7.0", path = "./crates/nu-macros" }
nu-source = { version = "0.8.0", path = "./crates/nu-source" }
nu-plugin = { version = "0.8.0", path = "./crates/nu-plugin" }
nu-protocol = { version = "0.8.0", path = "./crates/nu-protocol" }
nu-errors = { version = "0.8.0", path = "./crates/nu-errors" }
nu-parser = { version = "0.8.0", path = "./crates/nu-parser" }
nu-value-ext = { version = "0.8.0", path = "./crates/nu-value-ext" }
nu_plugin_average = {version = "0.8.0", path = "./crates/nu_plugin_average", optional=true}
nu_plugin_binaryview = {version = "0.8.0", path = "./crates/nu_plugin_binaryview", optional=true}
nu_plugin_fetch = {version = "0.8.0", path = "./crates/nu_plugin_fetch", optional=true}
nu_plugin_inc = {version = "0.8.0", path = "./crates/nu_plugin_inc", optional=true}
nu_plugin_match = {version = "0.8.0", path = "./crates/nu_plugin_match", optional=true}
nu_plugin_post = {version = "0.8.0", path = "./crates/nu_plugin_post", optional=true}
nu_plugin_ps = {version = "0.8.0", path = "./crates/nu_plugin_ps", optional=true}
nu_plugin_str = {version = "0.8.0", path = "./crates/nu_plugin_str", optional=true}
nu_plugin_sum = {version = "0.8.0", path = "./crates/nu_plugin_sum", optional=true}
nu_plugin_sys = {version = "0.8.0", path = "./crates/nu_plugin_sys", optional=true}
nu_plugin_textview = {version = "0.8.0", path = "./crates/nu_plugin_textview", optional=true}
nu_plugin_tree = {version = "0.8.0", path = "./crates/nu_plugin_tree", optional=true}
nu-macros = { version = "0.8.0", path = "./crates/nu-macros" }


query_interface = "0.3.5"
Expand Down Expand Up @@ -164,12 +164,12 @@ features = ["bundled", "blob"]

[dev-dependencies]
pretty_assertions = "0.6.1"
nu-test-support = { version = "0.7.0", path = "./crates/nu-test-support" }
nu-test-support = { version = "0.8.0", path = "./crates/nu-test-support" }

[build-dependencies]
toml = "0.5.5"
serde = { version = "1.0.103", features = ["derive"] }
nu-build = { version = "0.7.0", path = "./crates/nu-build" }
nu-build = { version = "0.8.0", path = "./crates/nu-build" }

[lib]
name = "nu"
Expand Down
2 changes: 1 addition & 1 deletion crates/nu-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nu-build"
version = "0.7.0"
version = "0.8.0"
authors = ["Yehuda Katz <[email protected]>", "Jonathan Turner <[email protected]>", "Andrés N. Robalino <[email protected]>"]
edition = "2018"
description = "Core build system for nushell"
Expand Down
6 changes: 3 additions & 3 deletions crates/nu-errors/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nu-errors"
version = "0.7.0"
version = "0.8.0"
authors = ["Yehuda Katz <[email protected]>", "Jonathan Turner <[email protected]>", "Andrés N. Robalino <[email protected]>"]
edition = "2018"
description = "Core error subsystem for Nushell"
Expand All @@ -10,7 +10,7 @@ license = "MIT"
doctest = false

[dependencies]
nu-source = { path = "../nu-source", version = "0.7.0" }
nu-source = { path = "../nu-source", version = "0.8.0" }

ansi_term = "0.12.1"
bigdecimal = { version = "0.1.0", features = ["serde"] }
Expand All @@ -29,4 +29,4 @@ toml = "0.5.5"
serde_json = "1.0.44"

[build-dependencies]
nu-build = { version = "0.7.0", path = "../nu-build" }
nu-build = { version = "0.8.0", path = "../nu-build" }
4 changes: 2 additions & 2 deletions crates/nu-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nu-macros"
version = "0.7.0"
version = "0.8.0"
authors = ["Yehuda Katz <[email protected]>", "Jonathan Turner <[email protected]>", "Andrés N. Robalino <[email protected]>"]
edition = "2018"
description = "Core macros for building Nushell"
Expand All @@ -10,4 +10,4 @@ license = "MIT"
doctest = false

[dependencies]
nu-protocol = { path = "../nu-protocol", version = "0.7.0" }
nu-protocol = { path = "../nu-protocol", version = "0.8.0" }
10 changes: 5 additions & 5 deletions crates/nu-parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nu-parser"
version = "0.7.0"
version = "0.8.0"
authors = ["Yehuda Katz <[email protected]>", "Jonathan Turner <[email protected]>", "Andrés N. Robalino <[email protected]>"]
edition = "2018"
description = "Core parser used in Nushell"
Expand All @@ -10,9 +10,9 @@ license = "MIT"
doctest = false

[dependencies]
nu-errors = { path = "../nu-errors", version = "0.7.0" }
nu-source = { path = "../nu-source", version = "0.7.0" }
nu-protocol = { path = "../nu-protocol", version = "0.7.0" }
nu-errors = { path = "../nu-errors", version = "0.8.0" }
nu-source = { path = "../nu-source", version = "0.8.0" }
nu-protocol = { path = "../nu-protocol", version = "0.8.0" }

pretty_env_logger = "0.3.1"
pretty = "0.5.2"
Expand Down Expand Up @@ -41,7 +41,7 @@ enumflags2 = "0.6.2"
pretty_assertions = "0.6.1"

[build-dependencies]
nu-build = { version = "0.7.0", path = "../nu-build" }
nu-build = { version = "0.8.0", path = "../nu-build" }

[features]
stable = []
Expand Down
12 changes: 6 additions & 6 deletions crates/nu-plugin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nu-plugin"
version = "0.7.0"
version = "0.8.0"
authors = ["Yehuda Katz <[email protected]>", "Jonathan Turner <[email protected]>", "Andrés N. Robalino <[email protected]>"]
edition = "2018"
description = "Nushell Plugin"
Expand All @@ -10,15 +10,15 @@ license = "MIT"
doctest = false

[dependencies]
nu-protocol = { path = "../nu-protocol", version = "0.7.0" }
nu-source = { path = "../nu-source", version = "0.7.0" }
nu-errors = { path = "../nu-errors", version = "0.7.0" }
nu-value-ext = { path = "../nu-value-ext", version = "0.7.0" }
nu-protocol = { path = "../nu-protocol", version = "0.8.0" }
nu-source = { path = "../nu-source", version = "0.8.0" }
nu-errors = { path = "../nu-errors", version = "0.8.0" }
nu-value-ext = { path = "../nu-value-ext", version = "0.8.0" }

indexmap = { version = "1.3.0", features = ["serde-1"] }
serde = { version = "1.0.103", features = ["derive"] }
num-bigint = { version = "0.2.3", features = ["serde"] }
serde_json = "1.0.44"

[build-dependencies]
nu-build = { version = "0.7.0", path = "../nu-build" }
nu-build = { version = "0.8.0", path = "../nu-build" }
8 changes: 4 additions & 4 deletions crates/nu-protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nu-protocol"
version = "0.7.0"
version = "0.8.0"
authors = ["Yehuda Katz <[email protected]>", "Jonathan Turner <[email protected]>", "Andrés N. Robalino <[email protected]>"]
edition = "2018"
description = "Core values and protocols for Nushell"
Expand All @@ -10,8 +10,8 @@ license = "MIT"
doctest = false

[dependencies]
nu-source = { path = "../nu-source", version = "0.7.0" }
nu-errors = { path = "../nu-errors", version = "0.7.0" }
nu-source = { path = "../nu-source", version = "0.8.0" }
nu-errors = { path = "../nu-errors", version = "0.8.0" }

serde = { version = "1.0.103", features = ["derive"] }
indexmap = { version = "1.3.0", features = ["serde-1"] }
Expand Down Expand Up @@ -40,4 +40,4 @@ toml = "0.5.5"
serde_json = "1.0.44"

[build-dependencies]
nu-build = { version = "0.7.0", path = "../nu-build" }
nu-build = { version = "0.8.0", path = "../nu-build" }
Loading

0 comments on commit 41ebc6b

Please sign in to comment.