Skip to content

Commit

Permalink
Release v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jun 3, 2019
1 parent eb8ee8b commit 4d0fc67
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 37 deletions.
42 changes: 21 additions & 21 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions conjure-codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "conjure-codegen"
version = "0.3.5"
version = "0.3.6"
authors = ["Steven Fackler <sfackler@palantir.com>"]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -21,7 +21,7 @@ quote = { version = "0.6", default-features = false }
proc-macro2 = { version = "0.4", default-features = false }
failure = "0.1"

conjure-object = { version = "0.3.5", path = "../conjure-object" }
conjure-serde = { version = "0.3.5", path = "../conjure-serde" }
conjure-error = { version = "0.3.5", optional = true, path = "../conjure-error" }
conjure-http = { version = "0.3.5", optional = true, path = "../conjure-http" }
conjure-object = { version = "0.3.6", path = "../conjure-object" }
conjure-serde = { version = "0.3.6", path = "../conjure-serde" }
conjure-error = { version = "0.3.6", optional = true, path = "../conjure-error" }
conjure-http = { version = "0.3.6", optional = true, path = "../conjure-http" }
4 changes: 2 additions & 2 deletions conjure-error/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "conjure-error"
version = "0.3.5"
version = "0.3.6"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -15,4 +15,4 @@ serde = "1.0"
serde-value = "0.5"
uuid = { version = "0.7", features = ["v4"] }

conjure-object = { version = "0.3.5", path = "../conjure-object" }
conjure-object = { version = "0.3.6", path = "../conjure-object" }
8 changes: 4 additions & 4 deletions conjure-http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "conjure-http"
version = "0.3.5"
version = "0.3.6"
authors = ["Steven Fackler <sfackler@palantir.com>"]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -13,6 +13,6 @@ http = "0.1"
lazy_static = "1.0"
serde = "1.0"

conjure-error = { version = "0.3.5", path = "../conjure-error" }
conjure-object = { version = "0.3.5", path = "../conjure-object" }
conjure-serde = { version = "0.3.5", path = "../conjure-serde" }
conjure-error = { version = "0.3.6", path = "../conjure-error" }
conjure-object = { version = "0.3.6", path = "../conjure-object" }
conjure-serde = { version = "0.3.6", path = "../conjure-serde" }
2 changes: 1 addition & 1 deletion conjure-object/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "conjure-object"
version = "0.3.5"
version = "0.3.6"
authors = ["Steven Fackler <sfackler@palantir.com>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions conjure-rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "conjure-rust"
version = "0.3.5"
version = "0.3.6"
authors = ["Steven Fackler <sfackler@palantir.com>"]
edition = "2018"
license = "Apache-2.0"

[dependencies]
structopt = "0.2"

conjure-codegen = { version = "0.3.5", path = "../conjure-codegen" }
conjure-codegen = { version = "0.3.6", path = "../conjure-codegen" }
2 changes: 1 addition & 1 deletion conjure-serde/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "conjure-serde"
version = "0.3.5"
version = "0.3.6"
authors = ["Steven Fackler <sfackler@palantir.com>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion conjure-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "conjure-test"
version = "0.3.5"
version = "0.3.6"
authors = ["Steven Fackler <sfackler@palantir.com>"]
edition = "2018"

Expand Down

0 comments on commit 4d0fc67

Please sign in to comment.