Skip to content

Commit

Permalink
bump version to 1.2.0
Browse files Browse the repository at this point in the history
- attach container by matching command line arguments
- support environments without CAP_SYS_CHROOT
- support docker-pid for resolving container pids
  • Loading branch information
Mic92 committed Jun 22, 2018
1 parent cb8012f commit f48e8e8
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,7 +1,7 @@
[package]
name = "cntr"
description = "A container debugging tool based on FUSE"
version = "1.1.2"
version = "1.2.0"
authors = ["Jörg Thalheim <[email protected]>"]
categories = ["development-tools::debugging", "os::unix-apis"]
repository = "https://github.com/Mic92/cntr"
Expand Down

0 comments on commit f48e8e8

Please sign in to comment.