summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorsoftprops <d.tangren@gmail.com>2016-01-03 10:39:09 -0500
committersoftprops <d.tangren@gmail.com>2016-01-03 10:39:09 -0500
commit151d82f51855644aa91fbdec07f692a3af61471f (patch)
treee9bcb9e21e628aac4e6116715d32d28332d72472 /CHANGELOG.md
parent6b9f98106c57af84dd1260234b90fed78cbd3806 (diff)
add a changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..877b717
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,21 @@
+# unreleased 0.2.0
+
+* gitignore Cargo.lock
+* update deps
+* refactor to use [hyperlocal](https://github.com/softprops/hyperlocal) for better unix domain socket transport support
+* Added ContainerListBuilder interface
+* Config Cmd and Env are now Option types
+* expose Config env as a map instead of a vec of strings
+* export containers and image
+
+# 0.1.2
+
+* Update dependencies
+
+# 0.1.1
+
+* Added events interface
+
+# 0.1.0
+
+* Initial release