Bumps C in version string

According to the PVP:

Backwards compatible client specification. Often a package maintainer wants
to add to an API without breaking backwards compatibility, and in that case
they can follow the rules of point 2, and increase only C. A client MAY specify
that they are insensitive to additions to the API by allowing a range of C
values, e.g. build-depends: base >= 2.1.1 && < 2.2.
This commit is contained in:
Deni Bertovic 2018-02-23 22:28:51 +01:00
parent 170f6b57f2
commit ad66156a79
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# CHANGELOG
## 0.5.0.2 (2018-02-21)
## 0.5.1.0 (2018-02-23)
- Support http-conduit-2.3.0.
- Bump http-types versions.

View File

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