From cd08286718ca45d9133e657bd8ab93d049470b22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Pinson?= Date: Wed, 29 Jun 2016 11:39:09 +0200 Subject: [PATCH] Release 0.13.0 --- CHANGELOG.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e040b0fa..b32cad3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# [0.13.0](https://github.com/camptocamp/conplicity/releases/tag/0.13.0) (2016-06-29) + +* Breaking changes: + + - JSON_OUTPUT renamed to CONPLICITY_JSON_OUTPUT + +* Internals: + + - Reorganize packages in lib/ (fix #60) + +* Bugfix: + + - Do not intent to remove links in removeContainer() + +* Testing: + + - Test with verbose + - Add more tests + - Add coverage + + # [0.12.0](https://github.com/camptocamp/conplicity/releases/tag/0.12.0) (2016-06-28) * Features: @@ -7,7 +28,7 @@ - Add stdout in debug output * Internals: - - Rewrite using github.com/docker/engine-api/types + - Rewrite using github.com/docker/engine-api (fix #58) * Bugfix: