summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsoftprops <d.tangren@gmail.com>2019-04-21 14:16:06 -0400
committersoftprops <d.tangren@gmail.com>2019-04-21 14:16:06 -0400
commit45b79d82887cbfdded28f7fc631f71377e641230 (patch)
tree19d545687600a45690f7f200fa4301b964919fc1
parenta1f0a1051dc58c25f7732ce66abdb6317c95b7a2 (diff)
update changelog and docs
-rw-r--r--CHANGELOG.md11
-rw-r--r--README.md2
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0c308d7..6320ce4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+# 0.5.0
+
+* make tls an optional dependency [#130](https://github.com/softprops/shiplift/pull/130)
+* impl copy from container [#150](https://github.com/softprops/shiplift/pull/150)
+* add registry authentication [#157](https://github.com/softprops/shiplift/pull/157)
+* added exposted ports [#162](https://github.com/softprops/shiplift/pull/162)
+* support multiple messages per chunk in streaming image pull [#154](https://github.com/softprops/shiplift/pull/154)
+* migrate serde dependency to use derive feature [#152](https://github.com/softprops/shiplift/pull/152)
+* add ContainerOptionsBuilder::privileged() [#149](https://github.com/softprops/shiplift/pull/149)
+* support for Userns Mode [#147](https://github.com/softprops/shiplift/pull/147)
+
# 0.4.0
This release brings a number of breaking changes, all hopefully considered to be *good* :), and some new process to help track future changes. Some notable changes are listed below. The best source of truth will be the updated rustdocs as well as example programs in this repositories `examples` directory
diff --git a/README.md b/README.md
index 9f16474..48df83a 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ Add the following to your `Cargo.toml` file
```toml
[dependencies]
-shiplift = "0.4"
+shiplift = "0.5"
```
## usage