summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.md b/README.md
index 41f9c1d..3fe3ca1 100644
--- a/README.md
+++ b/README.md
@@ -10,15 +10,11 @@ Add the following to your `Cargo.toml` file
```toml
[dependencies]
-shiplift = "0.6"
+shiplift = "0.7"
```
## usage
Many small runnable example programs can be found in this repository's [examples directory](https://github.com/softprops/shiplift/tree/master/examples).
-## planned changes
-
-* give image pull chunked json a proper type
-
Doug Tangren (softprops) 2015-2018