Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jan 22, 2019
1 parent 80c409a commit 28594b7
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

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

4 changes: 2 additions & 2 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.1.5"
version = "0.2.0"
authors = ["Steven Fackler <sfackler@palantir.com>"]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -22,4 +22,4 @@ proc-macro2 = { version = "0.4", default-features = false }
failure = "0.1"
serde_json = "1.0"

conjure-object = { version = "0.1", path = "../conjure-object" }
conjure-object = { version = "0.2.0", path = "../conjure-object" }
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.1.5"
version = "0.2.0"
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.1.5"
version = "0.2.0"
authors = ["Steven Fackler <sfackler@palantir.com>"]
edition = "2018"
license = "Apache-2.0"

[dependencies]
structopt = "0.2"

conjure-codegen = { version = "0.1", path = "../conjure-codegen" }
conjure-codegen = { version = "0.2.0", 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.1.5"
version = "0.2.0"
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.1.5"
version = "0.2.0"
authors = ["Steven Fackler <sfackler@palantir.com>"]
edition = "2018"

Expand Down

0 comments on commit 28594b7

Please sign in to comment.