Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conor Griffin committed Mar 15, 2018
1 parent 22732fe commit c1b33a0
Show file tree
Hide file tree
Showing 7 changed files with 300 additions and 148 deletions.
436 changes: 294 additions & 142 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cli"
version = "0.3.0"
version = "0.5.0"
authors = ["Cerberus Authors <[email protected]>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion libcerberus/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cerberus"
version = "0.3.0"
version = "0.5.0"
authors = ["Cerberus Authors <[email protected]>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion master/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "master"
version = "0.4.0"
version = "0.5.0"
build = "build.rs"
authors = ["Cerberus Authors <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cerberus-proto"
version = "0.4.0"
version = "0.5.0"
build = "build.rs"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "util"
version = "0.4.0"
version = "0.5.0"
authors = ["Cerberus Authors <[email protected]>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion worker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "worker"
version = "0.4.0"
version = "0.5.0"
authors = ["Cerberus Authors <[email protected]>"]

[dependencies]
Expand Down

0 comments on commit c1b33a0

Please sign in to comment.