New version: 0.5.0.0

This commit is contained in:
Deni Bertovic 2018-01-24 14:30:56 +01:00
parent 5cd0289b61
commit 15835713ce
2 changed files with 13 additions and 1 deletions

View File

@ -1,5 +1,17 @@
# CHANGELOG
## 0.5.0.0 (2018-01-24)
- Added (some) contribution and general docs
- Fix case when stopping non-existent container
- Added more integration tests
- Fixed error while parsing list container endpoint output
- Changed State/Status data type (related to the above fix)
- Added tests against different docker version to travis CIA
- Fixed EnvVar JSON encoding
- Fixed NetworkMode parsing
- Allow http-types 0.11
## 0.4.1.1 (2017-10-16)
- Small change to add env var for skipping integration tests.

View File

@ -1,5 +1,5 @@
name: docker
version: 0.4.1.1
version: 0.5.0.0
synopsis: An API client for docker written in Haskell
description: See API documentation below.
homepage: https://github.com/denibertovic/docker-hs