summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
blob: aeacaf371be420f44e03f738e8253287eafecbb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# unreleased 0.2.0

* better error representations
* improve (remove) mut in interfaces where it was no longer needed
* 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
* add support for export containers and image

# 0.1.2

* Update dependencies

# 0.1.1

* Added events interface

# 0.1.0

* Initial release