Skip to content

Commit

Permalink
🔖 Prepare version 0.2.0 (#28)
Browse files Browse the repository at this point in the history
* 🔖 Prepare version 0.2.0

* 📝 update README
  • Loading branch information
pyaillet authored Dec 22, 2023
1 parent e95f1af commit 9071eab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = "doggy"
version = "0.0.1"
version = "0.2.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ You can download one of the binary from the release page
- Change view: `:` and resource name (`containers`, `images`, `networks`, `volumes`)
- Show/hide stopped containers: `a`
- Inspect container: `i`
- Launch `/bin/bash` in the container: `s` (Error handling should be improved #22)
- Launch `/bin/bash` in the container: `s`
- Launch a custom command in the container: `S`
- Delete a resource: `Ctrl+d`
- Browse lists:
Expand Down

0 comments on commit 9071eab

Please sign in to comment.