Skip to content

Commit

Permalink
v0.2.0: Better run subcommand
Browse files Browse the repository at this point in the history
The `run` subcommand can now run arbitrary services in arbitrary pods,
by popular demand.  This may be a breaking change in case of pods and
services with the same name, so I've bumped the version number.

There are some other minor ergonomic improvements and warnings for
several subcommands.
  • Loading branch information
emk committed Jan 11, 2017
1 parent b89396b commit 721dfbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cage"
version = "0.1.10"
version = "0.2.0"
authors = ["Eric Kidd <[email protected]>",
"Derek Kastner <[email protected]>"]

Expand Down

0 comments on commit 721dfbb

Please sign in to comment.