From fcd1b67faa06fd71c38f619c0eaaee27cf44dfe6 Mon Sep 17 00:00:00 2001 From: Rafael Pinto Date: Fri, 28 Oct 2016 17:37:53 +0200 Subject: [PATCH] Updated CHANGELOG and version --- CHANGELOG.md | 18 ++++++++++++++++++ plugins/base/version.txt | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bec964a..bb190b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## 0.7.0 (October 28, 2016) + +### Added + - Utils functions (e.g.: handling arrays) in athena.utils namespace + - Support for specifying docker environment variables from a file + - athena.os.print_stacktrace + +### Changed + - ATHENA_DOCKER_OPTS is now an array and supports values with spaces + - athena.docker functions that manipulate the array use athena.utils array functions + - Docker build args supports values with spaces + - Stacktrace now appears whenever an error occurs + - Run container functions now don't require docker options and arguments + - athena.docker.run_container_with_default_router now uses athena.docker functions to set default values + +### Fixed + - Random false negatives (in LINUX) when executing unit tests with exit code assertions + ## 0.6.3 (October 7, 2016) ### Added diff --git a/plugins/base/version.txt b/plugins/base/version.txt index 844f6a9..faef31a 100644 --- a/plugins/base/version.txt +++ b/plugins/base/version.txt @@ -1 +1 @@ -0.6.3 +0.7.0