summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
blob: 877b7179f41b0c75d20caf817939b66cdf570c55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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